Bug 56604 - [gst-vaapi] GST VPP doesn’t support the files encoded by cqp
Summary: [gst-vaapi] GST VPP doesn’t support the files encoded by cqp
Status: VERIFIED FIXED
Alias: None
Product: libva
Classification: Unclassified
Component: intel (show other bugs)
Version: unspecified
Hardware: Other All
: medium normal
Assignee: Zhong Cong
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-10-31 06:46 UTC by Du Yan
Modified: 2013-01-22 02:42 UTC (History)
4 users (show)

See Also:
i915 platform:
i915 features:


Attachments

Description Du Yan 2012-10-31 06:46:01 UTC
Environment:
--------------
Platform: SNB
Libdrm:         (master)libdrm-2.4.39
Mesa:           (9.0)03785fe360e2e63d1a63a6130e7e44141444c9d8
Xserver:                (server-1.13-branch)xorg-server-1.13.0
Xf86_video_intel:               (master)2.20.12
Cairo:          (master)fab6958eff35a94cf46e38f19a7e75e10aa2b182
Kernel:  3.6.3
Libva (staging)c59c512df262cdc44fb6e9101621f246eda176df
Inter-drvier (staging)6fdd5a24a5099d45a01da5a9f1337d26749898bb
Gst-vaapi (qa) e7d517323fd98608918de1211dc42f795b48765f


Bug Info:
--------------
SOCCER_704x576_30_orig_02.yuv.enc.264 is a file encoded by cqp.
we found that GST VPP doesn’t support the files encoded by cqp.
But GST VPP support the files encoded by cbr.

Reproduce steps:
----------------
1. xinit&
2.gst-launch-0.10 filesrc location=/home/encoder/encoderbitstreams.bak/SOCCER_704x576_30_orig_02.yuv.enc.264 ! h264parse ! vaapidecode ! vaapipostproc denoise=1 denoise-level=0.3 ! vaapisink sync=false
Comment 1 Du Yan 2012-12-28 07:51:06 UTC
Issue can be reproduced on HSW
Comment 2 Wind Yuan 2013-01-11 01:23:48 UTC
After vaapidecode, the downstream plugin doesn't care about codec information. If everything is okay without vaapipostproc, I think this is a bug in postproc but nothing to do with cqp or cbr.
Comment 3 Zhong Cong 2013-01-15 11:40:18 UTC
the reason of this issue is that vaapipostproc return false when framerate failed to be parsed, now change to warn
Comment 4 Du Yan 2013-01-17 07:21:54 UTC
Test OK on SNB platform, but there is garbage when testing the clip on IVB
Comment 5 Jocelyn Li 2013-01-17 07:32:18 UTC
Cong, please take a look.
Comment 6 haihao 2013-01-18 08:14:10 UTC
Please file a new bug to track the garbage issue on IVB
Comment 7 Du Yan 2013-01-21 06:25:56 UTC
can't be reproduced on IVB. Close it.
Comment 8 Du Yan 2013-01-22 02:42:10 UTC
Report a new bug  #Bug 59693 for the garbage issue on IVB.


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.