mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-23 18:21:04 +00:00
opensles: chain up on _clear_all
This commit is contained in:
parent
69426572f8
commit
adcf73e43f
1 changed files with 2 additions and 0 deletions
|
@ -911,6 +911,8 @@ gst_opensles_ringbuffer_clear_all (GstRingBuffer * rb)
|
|||
g_atomic_int_set (&thiz->segqueued, 0);
|
||||
thiz->cursor = 0;
|
||||
}
|
||||
|
||||
GST_CALL_PARENT (GST_RING_BUFFER_CLASS, clear_all, (rb));
|
||||
}
|
||||
|
||||
static void
|
||||
|
|
Loading…
Reference in a new issue