[gst-devel] Issue with discontinuity in video

Krishnakumar Ramachandran krishnakumar.ramachandran at gmail.com
Mon Jun 22 17:43:04 CEST 2009


Hi All,

I am trying to develop a source plugin which connects to network, gets TV
input in asf format, demuxes the same and send it out on 2 of its output
pads. My pipeline will look somewhat like this

gst-launch mysrc name=src src.src_00 ! queue ! decoderbin ! xvimagesink
src.src_01 ! queue ! faad ! osssink.

The video is always h.264 and audio is aac. Initially everything works fine.
When I try to do a change of channel, there is a multiple discontinuity
coming in timestamps. (One due to my flush and another due to the flush on
the server side). First one comes to around 1.5 seconds and second one
around 1 second. After this data comes for the new channel, and audio is
fine. But video is playing with jerks. (looks like playing around 1-2fps).
Can someone please help me as to what might be happening?

Thanks in advance
KK
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/gstreamer-devel/attachments/20090622/f7d1824f/attachment.htm>


More information about the gstreamer-devel mailing list