Bug 63938 - [Gst-vappi-0.4]Vaapidownload can not dump YUV 4:2:2 format
Summary: [Gst-vappi-0.4]Vaapidownload can not dump YUV 4:2:2 format
Status: RESOLVED NOTOURBUG
Alias: None
Product: libva
Classification: Unclassified
Component: intel (show other bugs)
Version: unspecified
Hardware: Other All
: medium normal
Assignee: Zhao Halley
QA Contact: Sean V Kelley
URL:
Whiteboard:
Keywords:
: 63937 (view as bug list)
Depends on:
Blocks:
 
Reported: 2013-04-26 02:57 UTC by Liu Tienan
Modified: 2015-11-19 03:15 UTC (History)
3 users (show)

See Also:
i915 platform:
i915 features:


Attachments

Description Liu Tienan 2013-04-26 02:57:27 UTC
System Environment:
----------------------------------------
Platform: IVB
Libva: staging branch 2b25c3439781f0b7162011627a8ad3bb6288d1bb
Intel-driver: staging branch 5bd630d4ea732818728b0a464f45739c86e08be3
Gst-vaapi: 0.4 branch dd40042d447a0b696a75172bd3ed6cd1bad23377


Bug Info:
----------------------------------
Vaapidownload can not dump the YUV file with 422 format. But it works well when dump the yuv file with 420 format.

Reproduce steps:
---------------------------------
xinit&
gst-launch-0.10 filesrc location=/home/gst_AVC_conformance/Mux_Stream/H264_640x368_frame300.MP4 ! qtdemux ! vaapidecode ! vaapipostproc ! video/x-surface,type=vaapi,format=\(fourcc\)YUY2 ! vaapidownload ! video/x-raw-yuv,format='(fourcc)'YUY2 ! filesink location=HW.yuv

Actually result: After the above steps, there is no "HW.yuv". But the cmd (2) works. So there is something wrong with "Vaapidownload".

(2)  gst-launch-0.10 filesrc location=/home/gst_AVC_conformance/Mux_Stream/H264_640x368_frame300.MP4 ! qtdemux ! vaapidecode ! vaapipostproc ! video/x-surface,type=vaapi,format=\(fourcc\)YV12 ! vaapisink
Comment 1 Liu Tienan 2013-04-26 03:04:24 UTC
*** Bug 63937 has been marked as a duplicate of this bug. ***
Comment 2 haihao 2015-11-19 03:15:21 UTC
This is a gst-vaapi related bug, please try the latest gstreamer-vaapi, please file a bug against https://bugzilla.gnome.org/enter_bug.cgi?product=gstreamer-vaapi if you still experience this issue.


Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.