opensles: chain up on _clear_all
authorJosep Torra <n770galaxy@gmail.com>
Mon, 1 Oct 2012 09:46:50 +0000 (11:46 +0200)
committerSebastian Dröge <sebastian.droege@collabora.co.uk>
Thu, 18 Oct 2012 12:03:10 +0000 (14:03 +0200)
sys/opensles/openslesringbuffer.c

index 626e6f4..55b6639 100644 (file)
@@ -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