Bug 68305 - [gst-vaapi-master]File transcoding from H.264 to H.264 failed
Summary: [gst-vaapi-master]File transcoding from H.264 to H.264 failed
Status: VERIFIED FIXED
Alias: None
Product: libva
Classification: Unclassified
Component: intel (show other bugs)
Version: unspecified
Hardware: Other All
: medium normal
Assignee: Wind Yuan
QA Contact: Sean V Kelley
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-08-20 07:18 UTC by zhenxiang.li
Modified: 2013-08-22 05:46 UTC (History)
4 users (show)

See Also:
i915 platform:
i915 features:


Attachments

Description zhenxiang.li 2013-08-20 07:18:16 UTC
Environment:
--------------
Platform: (IVB/HSW)
libva: (staging) d540f278465929f3a31030e3f18fdc95ceecffa5
intel-driver: (staging) 42bb613e72d235bcbe141c906dec9431e4c29661
gstreamer: (1.0 )e7aef3def12c6b0bbe0c7a0c39f7415d64ad646
gst-base: (1.0) ffc5262119c9277fcc0c5455e0fdc727338ce3a7
gst-bad: (1.0) 61885ba1bcb6f2ff21d3909d83aca46fec3da8d9
gst-good: (1.0) c52279fed1f72fa7d4e18008b490a988ac04b8dd
gst-ugly: (1.0) 3baded20ffcabb9e0077e009bba8002400698271
gst-plugins-vaapi: (master)5142e9e606d7c87fa2c33a60576c3722900fc752

Bug Info:
--------------
File transcoding from H.264 to H.264 failed;
It can create new.mp4 by executing this command(in steps 2), and the file size is 1134750Bytes, the SRC file size is 816097Bytes;
Nothing on the screen by executing this command(in steps 3).

Reproduce steps:
--------------
1. xinit &
2. gst-launch-1.0 filesrc location=H264_640x368_frame300.MP4 ! qtdemux ! vaapidecode ! vaapiencodeh264 ! qtmux faststart=true ! filesink location=new.mp4
3. gst-launch-1.0 filesrc location=new.mp4 ! qtdemux ! vaapidecode ! vaapisink sync=false
Comment 1 zhenxiang.li 2013-08-20 07:41:12 UTC
Sorry, the branch of gstreamer is : (1.0 )ce7aef3def12c6b0bbe0c7a0c39f7415d64ad646
Comment 2 Wind Yuan 2013-08-21 08:25:51 UTC
The issue has been fixed,Please re-pull the code.
Since I rebased the code and merge the patch with an old one. so please make sure git log contain 

commit bf38be076b89f1ce6c92b1eca5853330ae2ef948

Thanks,
Wind
Comment 3 zhenxiang.li 2013-08-22 05:46:11 UTC
It has been fixed, 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.