Summary: | [Gst-vappi-0.4]Vaapidownload can not dump RGB | ||
---|---|---|---|
Product: | libva | Reporter: | Yang Lianyue <lianyuex.yang> |
Component: | intel | Assignee: | Zhong Cong <congx.zhong> |
Status: | VERIFIED FIXED | QA Contact: | Sean V Kelley <seanvk> |
Severity: | normal | ||
Priority: | medium | CC: | lianyuex.yang, ouping.zhang, tienan.liu |
Version: | unspecified | ||
Hardware: | Other | ||
OS: | All | ||
Whiteboard: | |||
i915 platform: | i915 features: | ||
Attachments: | download-support-RGBx-in-vaapidownload |
Description
Yang Lianyue
2013-06-18 09:14:08 UTC
what's the result of 'RGBX'? RGB is not fourcc cmd: 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\)RGBX ! vaapisink It can work, but when using "vaapidownload ! video/x-raw-yuv,format='(fourcc)'RGBX ! filesink location=HW.yuv", it failed with error: ERROR GST_PIPELINE ./grammar.y:614:gst_parse_perform_link: could not link vaapidownload0 to filesink0 (In reply to comment #1) > what's the result of 'RGBX'? RGB is not fourcc Created attachment 81328 [details] [review] download-support-RGBx-in-vaapidownload vaapidownload support RGBx we can build pipeline like this: gst-launch-0.10 filesrc location=/xxx.MP4 ! qtdemux ! vaapidecode ! vaapidownload ! video/x-raw-rgb ! filesink location=HW.yuv ok,the bug is fixed in commit 3e7aa4a9/branch 0.4 step: gst-launch-0.10 filesrc location=/xxx.MP4 ! qtdemux ! vaapidecode ! vaapidownload ! video/x-raw-rgb ! filesink location=HW.yuv mplayer HW.yuv -demuxer rawvideo -rawvideo w=640:h=368:format=rgba -fps 5 Test OK. Issue can't be reproduced. Close it. |
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.