Skip to content
Snippets Groups Projects
  1. May 13, 2012
  2. May 09, 2012
  3. May 04, 2012
    • Thiago Santos's avatar
      jpegenc: do not proxy our filter caps downstream on caps queries · db74901b
      Thiago Santos authored
      Downstream likely won't accept video/x-raw and the caps query
      will return EMPTY caps. Instead, create a copy of the caps that
      has all structure names replaced by 'image/jpeg'
      
      Simple pipeline that shows the problem:
      gst-launch-1.0 videotestsrc num-buffers=1 ! "video/x-raw, \
        width=(int)640, height=(int)480" ! videoscale ! jpegenc ! \
        "image/jpeg, width=(int)800, height=(int)600" ! filesink \
        location=/tmp/image.jpg
      db74901b
  4. May 03, 2012
  5. May 01, 2012
  6. Apr 30, 2012
  7. Apr 28, 2012
  8. Apr 25, 2012
  9. Apr 24, 2012
  10. Apr 23, 2012
Loading