playbin2 without sync=false no video

Tim-Philipp Müller t.i.m at zen.co.uk
Mon Jul 8 02:36:31 PDT 2013


On Mon, 2013-07-08 at 10:36 +0800, Mohamed Salim Mohamed Ayub wrote:
> I am having some mpeg2 videos and when trying to play then with 
> 
> gst-launch -v playbin2 uri=file:///<file>
> 
> , there is hang after New clock mesasage.
> 
> Apparently decoder is not decoding anything
> 
> 
> But when I use gst-launch -v playbin2 uri=file:///<file> <child
> path>::sync=false,
> 
> I can see the video.
> 
> 
> What might be going wrong without sync=false?

Might be a problem with the newsegment event or the buffer timestamps -
maybe the decoder doesn't copy them properly over onto the decoded
frames?

GST_DEBUG=basesink:6  might give you more info.

Cheers
 -Tim




More information about the gstreamer-devel mailing list