<div dir="ltr"><div>I am using Gstreamer 1.0.6 and have bad plugins installed.</div><div> </div><div>But i am not able to find h264parse element.</div></div><div class="gmail_extra"><br><br><div class="gmail_quote">On Tue, May 14, 2013 at 3:56 PM, Tim-Philipp Müller <span dir="ltr"><<a href="mailto:t.i.m@zen.co.uk" target="_blank">t.i.m@zen.co.uk</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">On Tue, 2013-05-14 at 15:37 +0530, Deepak Jain wrote:<br>
<br>
Hi,<br>
<div class="im"><br>
> I am using GStreamer 1.0.<br>
> I am having a AnnexB H.264 Elementary Stream (ES) File.<br>
> I am playing the file with the below command using gst-launch.<br>
><br>
> # gst-launch-1.0 -v filesrc location=1.h264 ! queue !<br>
> video/x-h264,width=1280,height=720,framerate=25/1 ! avdec_h264  !<br>
> xvimagesink<br>
<br>
</div>You will need an h264parse element before the decoder.<br>
<br>
Cheers<br>
 -Tim<br>
<div class="im"><br>
><br>
> The problem is that the video plays but it keeps stuck on the first<br>
> frame and the player quits after some 5-6 secs. Also the first frame<br>
> is not clear, it is garbled one.<br>
><br>
><br>
> This elementary stream has approx 160-170 frames and it plays<br>
> perfectly for approx 7-8 secs on windows VLC player.<br>
><br>
><br>
> The same elementary stream also plays perfectly with ffplay, although<br>
> a bit faster may be due to faster frame rate.<br>
><br>
><br>
> Now coming back to Gstreamer, what could be the problem here. Is their<br>
> any problem with the created pipeline?<br>
><br>
><br>
> Or it can be any problem related to timestamps, since audio is not<br>
> present...and may be the video is looking for audio timestamp...Just<br>
> guessing:(<br>
><br>
><br>
> Any help would be appreciated.<br>
><br>
><br>
> Thanks,<br>
> Deepak<br>
><br>
</div>> _______________________________________________<br>
> gstreamer-devel mailing list<br>
> <a href="mailto:gstreamer-devel@lists.freedesktop.org">gstreamer-devel@lists.freedesktop.org</a><br>
> <a href="http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel" target="_blank">http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel</a><br>
<br>
<br>
_______________________________________________<br>
gstreamer-devel mailing list<br>
<a href="mailto:gstreamer-devel@lists.freedesktop.org">gstreamer-devel@lists.freedesktop.org</a><br>
<a href="http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel" target="_blank">http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel</a><br>
</blockquote></div><br></div>