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 703937 - vaapidownload: fix src caps format error
vaapidownload: fix src caps format error
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-07-10 10:30 UTC by congx.zhong
Modified: 2013-07-12 02:48 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
0001-vaapidownload-fix-src-caps-format-error (898 bytes, patch)
2013-07-10 10:30 UTC, congx.zhong
none Details | Review

Description congx.zhong 2013-07-10 10:30:52 UTC
Created attachment 248821 [details] [review]
0001-vaapidownload-fix-src-caps-format-error

vaapidownload fix src caps format error
Comment 1 Gwenole Beauchesne 2013-07-11 16:43:54 UTC
Committed to git master branch. Thanks.
Comment 2 Gwenole Beauchesne 2013-07-11 17:20:32 UTC
commit 9b3ad4daadab935f09cf632e0576868bf921ec43
Author: Wind Yuan <feng.yuan@intel.com>
Date:   Wed Mar 13 17:44:52 2013 +0800

    vaapidownload: fix src caps format error.
    
    This fixes direct linking of vaapidownload element to xvimagesink with
    VA drivers supporting vaGetImage() from the native VA surface format to
    a different VA image format. i.e. color conversion during download.
    
    http://bugzilla.gnome.org/show_bug.cgi?id=703937
Comment 3 Wind Yuan 2013-07-12 02:48:31 UTC
Thanks