mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-13 19:05:37 +00:00
audioringbuffer: Also reset segbase
This commit is contained in:
parent
587b2721c8
commit
98f41f1c39
1 changed files with 1 additions and 0 deletions
|
@ -685,6 +685,7 @@ gst_audio_ring_buffer_release (GstAudioRingBuffer * buf)
|
||||||
goto release_failed;
|
goto release_failed;
|
||||||
|
|
||||||
g_atomic_int_set (&buf->segdone, 0);
|
g_atomic_int_set (&buf->segdone, 0);
|
||||||
|
buf->segbase = 0;
|
||||||
g_free (buf->empty_seg);
|
g_free (buf->empty_seg);
|
||||||
buf->empty_seg = NULL;
|
buf->empty_seg = NULL;
|
||||||
gst_caps_replace (&buf->spec.caps, NULL);
|
gst_caps_replace (&buf->spec.caps, NULL);
|
||||||
|
|
Loading…
Reference in a new issue