mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-06-04 22:48:54 +00:00
gst-libs/gst/audio/gstaudiosink.c: Since we now call stop, we trigger this code path that causes a deadlock is appare...
Original commit message from CVS: * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_stop): Since we now call stop, we trigger this code path that causes a deadlock is apparently not needed.
This commit is contained in:
parent
440432612b
commit
da76d5e7cb
2 changed files with 8 additions and 1 deletions
|
@ -1,3 +1,9 @@
|
|||
2008-08-26 Wim Taymans <wim.taymans@collabora.co.uk>
|
||||
|
||||
* gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_stop):
|
||||
Since we now call stop, we trigger this code path that causes a deadlock
|
||||
is apparently not needed.
|
||||
|
||||
2008-08-26 Wim Taymans <wim.taymans@collabora.co.uk>
|
||||
|
||||
* gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_start),
|
||||
|
|
|
@ -482,12 +482,13 @@ gst_audioringbuffer_stop (GstRingBuffer * buf)
|
|||
csink->reset (sink);
|
||||
GST_DEBUG_OBJECT (sink, "reset done");
|
||||
}
|
||||
|
||||
#if 0
|
||||
if (abuf->running) {
|
||||
GST_DEBUG_OBJECT (sink, "stop, waiting...");
|
||||
GST_AUDIORING_BUFFER_WAIT (buf);
|
||||
GST_DEBUG_OBJECT (sink, "stopped");
|
||||
}
|
||||
#endif
|
||||
|
||||
return TRUE;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue