diff --git a/ext/pulse/pulsesink.c b/ext/pulse/pulsesink.c index 796c7b7234..f885843c85 100644 --- a/ext/pulse/pulsesink.c +++ b/ext/pulse/pulsesink.c @@ -1092,7 +1092,7 @@ gst_pulseringbuffer_pause (GstRingBuffer * buf) GST_DEBUG_OBJECT (psink, "pausing and corking"); /* make sure the commit method stops writing */ pbuf->paused = TRUE; - res = gst_pulsering_set_corked (pbuf, TRUE, FALSE); + res = gst_pulsering_set_corked (pbuf, TRUE, TRUE); if (pbuf->in_commit) { /* we are waiting in a commit, signal */ GST_DEBUG_OBJECT (psink, "signal commit");