GNOME Bugzilla – Bug 703939
vaapidownload: support YUY2 surface to raw data
Last modified: 2013-07-12 02:46:45 UTC
Created attachment 248824 [details] [review] 0001-download-support-YUY2-surface-to-raw-data Add new format GST_VAAPI_IMAGE_YUY2 to gst_vaapi_image. Add copy_image_YUY2 for direct retangle data copy. GstVaapiDisplay should append YUY2 format if hardware supports.
Fixed in git master branch, please try it out as I had to change the patch. Thanks.
commit 89321cd3c42b6bec568dc59189d096b3624669bf Author: Wind Yuan <feng.yuan@intel.com> Date: Wed Apr 24 10:39:03 2013 +0800 image: add support for raw YUY2/UYVY image copies. Implement raw image copies for YUY2 format. Add support for UYVY format too, with the same copy function as for YUY2. Even though components ordering differs, copying line strides is essentially the same. https://bugzilla.gnome.org/show_bug.cgi?id=703939 https://bugzilla.gnome.org/show_bug.cgi?id=703940
ok, thanks.