After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 778942 - vaapidecodebin: add image/jpeg caps
vaapidecodebin: add image/jpeg caps
Status: RESOLVED INVALID
Product: GStreamer
Classification: Platform
Component: gstreamer-vaapi
git master
Other Linux
: Normal enhancement
: git master
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2017-02-20 08:59 UTC by Hyunjun Ko
Modified: 2017-02-20 12:50 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
vaapidecodebin/vaapideocde: add image/jpeg caps if available (1.21 KB, patch)
2017-02-20 09:04 UTC, Hyunjun Ko
none Details | Review

Description Hyunjun Ko 2017-02-20 08:59:02 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. :)
Comment 1 Hyunjun Ko 2017-02-20 09:04:52 UTC
Created attachment 346241 [details] [review]
vaapidecodebin/vaapideocde: add image/jpeg caps if available
Comment 2 Tim-Philipp Müller 2017-02-20 09:18:12 UTC
Was done on purpose, see bug #734093.
Comment 3 Tim-Philipp Müller 2017-02-20 09:19:05 UTC
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
Comment 4 Hyunjun Ko 2017-02-20 12:50:52 UTC
(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.