sfsink: use basesink preroll lock

This commit is contained in:
Wim Taymans 2011-03-04 17:26:41 +01:00
parent 92c192852a
commit 82027ebfeb

View file

@ -415,9 +415,9 @@ gst_sf_sink_loop (GstPad * pad)
basesink->offset += GST_BUFFER_SIZE (buf);
GST_PAD_PREROLL_LOCK (pad);
GST_BASE_SINK_PREROLL_LOCK (basesink);
result = gst_sf_sink_render (basesink, buf);
GST_PAD_PREROLL_UNLOCK (pad);
GST_BASE_SINK_PREROLL_UNLOCK (basesink);
if (G_UNLIKELY (result != GST_FLOW_OK))
goto paused;