mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-25 09:40:37 +00:00
ext/esd/esdsink.c: Fix crash when ESD is killed while we're playing.
Original commit message from CVS: * ext/esd/esdsink.c: (gst_esdsink_chain): Fix crash when ESD is killed while we're playing. * gst/qtdemux/qtdemux.c: (qtdemux_parse): call gst_element_no_more_pads().
This commit is contained in:
parent
a894223464
commit
f841a107f6
2 changed files with 8 additions and 0 deletions
|
@ -1,3 +1,10 @@
|
||||||
|
2004-05-14 David Schleef <ds@schleef.org>
|
||||||
|
|
||||||
|
* ext/esd/esdsink.c: (gst_esdsink_chain): Fix crash when ESD
|
||||||
|
is killed while we're playing.
|
||||||
|
* gst/qtdemux/qtdemux.c: (qtdemux_parse): call
|
||||||
|
gst_element_no_more_pads().
|
||||||
|
|
||||||
2004-05-14 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
|
2004-05-14 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
|
||||||
|
|
||||||
* gst-libs/gst/riff/riff-read.c :
|
* gst-libs/gst/riff/riff-read.c :
|
||||||
|
|
|
@ -1722,6 +1722,7 @@ qtdemux_parse_tree (GstQTDemux * qtdemux)
|
||||||
while ((trak = qtdemux_tree_get_sibling_by_type (trak, FOURCC_trak)) != NULL)
|
while ((trak = qtdemux_tree_get_sibling_by_type (trak, FOURCC_trak)) != NULL)
|
||||||
qtdemux_parse_trak (qtdemux, trak);
|
qtdemux_parse_trak (qtdemux, trak);
|
||||||
|
|
||||||
|
gst_element_no_more_pads (GST_ELEMENT (qtdemux));
|
||||||
}
|
}
|
||||||
|
|
||||||
static void
|
static void
|
||||||
|
|
Loading…
Reference in a new issue