Bug 64268

Summary: H264 extended profile not support
Product: libva Reporter: Zhong Cong <congx.zhong>
Component: intelAssignee: Zhong Cong <congx.zhong>
Status: VERIFIED FIXED QA Contact: Ouping Zhang <ouping.zhang>
Severity: normal    
Priority: medium CC: lianyuex.yang, seanvk
Version: unspecified   
Hardware: Other   
OS: All   
Whiteboard:
i915 platform: i915 features:
Attachments: h264-fix-extended-profile

Description Zhong Cong 2013-05-06 07:53:10 UTC
logInfo:
gst-launch-0.10 filesrc location=/work/root/work/AVC_conformance/Base_Ext_Main_profile/BA3_SVA_C.264 ! h264parse ! vaapidecode ! vaapisink sync=false
libva info: LIBVA_TRACE is on, save log into /home/MPEG2_conformance/valog/vabuf.txt.0000.49614
libva info: VA-API version 0.34.0
libva info: va_getDriverName() returns 0
libva info: Trying to open /opt/X11R7/lib/dri/i965_drv_video.so
libva info: Found init function __vaDriverInit_0_34
libva info: va_openDriver() returns 0
Setting pipeline to PAUSED ...
Pipeline is PREROLLING ...
ERROR: from element /GstPipeline:pipeline0/GstH264Parse:h264parse0: GStreamer encountered a general stream error.
Additional debug info:
gstbaseparse.c(2890): gst_base_parse_loop (): /GstPipeline:pipeline0/GstH264Parse:h264parse0:
streaming stopped, reason not-supported
ERROR: pipeline doesn't want to preroll.
Setting pipeline to NULL ...
Freeing pipeline ...
Comment 1 Zhong Cong 2013-05-06 07:59:15 UTC
this clip's profile_idc=88,this means this clip is extended profile.but gstvaapi doesn't support "profile_idc=88"
Comment 2 Zhong Cong 2013-05-06 08:51:57 UTC
Created attachment 78909 [details] [review]
h264-fix-extended-profile

extended profile is not defind in libva,but most of them are supported in gst-vaapi
Comment 3 Yang Lianyue 2013-05-08 03:06:31 UTC
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.