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 703939 - vaapidownload: support YUY2 surface to raw data
vaapidownload: support YUY2 surface to raw data
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: 703940
 
 
Reported: 2013-07-10 10:51 UTC by congx.zhong
Modified: 2013-07-12 02:46 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
0001-download-support-YUY2-surface-to-raw-data (5.30 KB, patch)
2013-07-10 10:51 UTC, congx.zhong
none Details | Review

Description congx.zhong 2013-07-10 10:51:31 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.
Comment 1 Gwenole Beauchesne 2013-07-11 17:15:11 UTC
Fixed in git master branch, please try it out as I had to change the patch. Thanks.
Comment 2 Gwenole Beauchesne 2013-07-11 17:20:49 UTC
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
Comment 3 Wind Yuan 2013-07-12 02:46:45 UTC
ok, thanks.