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 703940 - vaapidownload: support convert surface to UYVY format
vaapidownload: support convert surface to UYVY format
Status: RESOLVED FIXED
Product: gstreamer-vaapi
Classification: Other
Component: general
git master
Other Windows
: Normal normal
: ---
Assigned To: gstreamer-vaapi maintainer(s)
gstreamer-vaapi maintainer(s)
Depends on: 703939
Blocks:
 
 
Reported: 2013-07-10 10:55 UTC by congx.zhong
Modified: 2013-07-11 17:16 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
0001-download-support-convert-surface-to-UYVY-format (3.72 KB, patch)
2013-07-10 10:55 UTC, congx.zhong
none Details | Review

Description congx.zhong 2013-07-10 10:55:40 UTC
Created attachment 248825 [details] [review]
0001-download-support-convert-surface-to-UYVY-format

Correct YUY2/UYVY stride to GST_ROUND_UP_4(width * 2)
 Add new format GST_VAAPI_IMAGE_UYVY to gst_vaapi_image
 Implement UYVY copy_image same as YUY2
Comment 1 Gwenole Beauchesne 2013-07-11 17:16:10 UTC
Fixed in git master branch, actually combined with #703939. Please try it out. Thanks.