pulsesink: don't uncork in _start

Don't uncork in the _start method just yet but wait until we have written some
samples to pulseaudio. This avoid underruns on pulseaudio and less crackling
noises when starting.
This commit is contained in:
Wim Taymans 2010-12-07 11:43:13 +01:00
parent 1d57ec6a6e
commit 42eb690448

View file

@ -1072,7 +1072,6 @@ gst_pulseringbuffer_start (GstRingBuffer * buf)
GST_DEBUG_OBJECT (psink, "starting");
pbuf->paused = FALSE;
gst_pulsering_set_corked (pbuf, FALSE, FALSE);
pa_threaded_mainloop_unlock (mainloop);
return TRUE;