opensles: chain up on _clear_all

This commit is contained in:
Josep Torra 2012-10-01 11:46:50 +02:00 committed by Sebastian Dröge
parent 69426572f8
commit adcf73e43f

View file

@ -911,6 +911,8 @@ gst_opensles_ringbuffer_clear_all (GstRingBuffer * rb)
g_atomic_int_set (&thiz->segqueued, 0); g_atomic_int_set (&thiz->segqueued, 0);
thiz->cursor = 0; thiz->cursor = 0;
} }
GST_CALL_PARENT (GST_RING_BUFFER_CLASS, clear_all, (rb));
} }
static void static void