GNOME Bugzilla – Bug 703940
vaapidownload: support convert surface to UYVY format
Last modified: 2013-07-11 17:16:10 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
Fixed in git master branch, actually combined with #703939. Please try it out. Thanks.