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 711828 - vaapidecode: set caps to RGBA when downstream uses GLUploadMeta
vaapidecode: set caps to RGBA when downstream uses GLUploadMeta
Status: RESOLVED FIXED
Product: gstreamer-vaapi
Classification: Other
Component: general
git master
Other Linux
: Normal normal
: ---
Assigned To: gstreamer-vaapi maintainer(s)
gstreamer-vaapi maintainer(s)
Depends on:
Blocks:
 
 
Reported: 2013-11-11 10:12 UTC by Philippe Normand
Modified: 2013-11-21 10:11 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Philippe Normand 2013-11-11 10:12:06 UTC
The decoder outputs a GL texture in RGBA format but hardcodes its src pad caps to NV12. This is not very coherent.
Comment 1 Gwenole Beauchesne 2013-11-21 10:11:18 UTC
Fixed in git master branch. Thanks.
Comment 2 Gwenole Beauchesne 2013-11-21 10:11:27 UTC
commit b4eb1dcd424b9518bf07edd40445dbaead8eb6e9
Author: Gwenole Beauchesne <gwenole.beauchesne@intel.com>
Date:   Wed Nov 20 10:37:36 2013 +0100

    plugins: expose the expected format for GstVideoGLTextureUploadMeta.
    
    Fix vaapidecode srcpad caps to only expose RGBA video format for the
    meta:GstVideoGLTextureUploadMeta feature. That's only what is supported
    so far. Besides, drop this meta from the vaapisink sinkpad caps since
    we really don't support that for rendering.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=711828