[gst-devel] audio drops out in PAUSED->PLAYING

Dake Gu gudake at gmail.com
Mon May 24 19:50:30 CEST 2010


I am using decodebin and pulsesink (gstreamer 0.10.29).  When unpause
media,  there is a sound glitch within first second.  This happens both in
video and mp3 playback.
I did some debugging, seems to be related with gstpipeline.c re-calculating
the base_time.  The new base_time is always a value 0~1s when
paused->playing.

If comment out "gst_element_set_base_time (element, new_base_time);"  in
GST_STATE_CHANGE_PAUSED_TO_PLAYING,  the unpausing glitch is gone.  However,
this will break the seeking.  Please advice what should I look into,
thanks.

- Dake
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/gstreamer-devel/attachments/20100524/cca3e504/attachment.htm>


More information about the gstreamer-devel mailing list