Bug 64268 - H264 extended profile not support
Summary: H264 extended profile not support
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: Ouping Zhang
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-05-06 07:53 UTC by Zhong Cong
Modified: 2013-05-08 03:06 UTC (History)
2 users (show)

See Also:
i915 platform:
i915 features:


Attachments
h264-fix-extended-profile (901 bytes, patch)
2013-05-06 08:51 UTC, Zhong Cong
Details | Splinter Review

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.