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.<br>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-&gt;playing.<br>
<br>If comment out &quot;gst_element_set_base_time (element, new_base_time);&quot;  in <code>GST_STATE_CHANGE_PAUSED_TO_PLAYING</code>,  the unpausing glitch is gone.  However, this will break the seeking.  Please advice what should I look into,  thanks.<br>
<br>- Dake<br><br>