GNOME Bugzilla – Bug 778942
vaapidecodebin: add image/jpeg caps
Last modified: 2017-02-20 12:50:52 UTC
I don't know if this is mistake or not. Test pipeline: gst-launch-1.0 videotestsrc ! vaapijpegenc ! vaapidecodebin ! vaapisink If this is intentional, please close this issue and sorry for noise. :)
Created attachment 346241 [details] [review] vaapidecodebin/vaapideocde: add image/jpeg caps if available
Was done on purpose, see bug #734093.
Commit 1b11e357d8b15e28bbb7061537f7782b9fb783b9 Author: Víctor Manuel Jáquez Leal <victorx.jaquez@intel.com> Date: Wed Mar 9 20:26:31 2016 +0100 vaapidecodebin: don't handle jpeg decoding As JPEG decoder has been split and demoted, it cannot be handled by vaapidecodebin Added a fixme comment regarding the future removal of vaapidecode. https://bugzilla.gnome.org/show_bug.cgi?id=734093
(In reply to Tim-Philipp Müller from comment #3) > Commit 1b11e357d8b15e28bbb7061537f7782b9fb783b9 > Author: Víctor Manuel Jáquez Leal <victorx.jaquez@intel.com> > Date: Wed Mar 9 20:26:31 2016 +0100 > > vaapidecodebin: don't handle jpeg decoding > > As JPEG decoder has been split and demoted, it cannot be handled by > vaapidecodebin > > Added a fixme comment regarding the future removal of vaapidecode. > > https://bugzilla.gnome.org/show_bug.cgi?id=734093 Thanks Tim. I should've looked at it more carefully. Closing.