diff options
author | David Schleef <ds@schleef.org> | 2004-05-14 19:26:35 +0000 |
---|---|---|
committer | David Schleef <ds@schleef.org> | 2004-05-14 19:26:35 +0000 |
commit | 63d2359147f38f65f2f92522ffb0db0f064cb924 (patch) | |
tree | 7d6dee44d5ed2464a12420b426272b1333cc5fa3 /gst | |
parent | 5fa01401cc64b059324423d0168892ed34beac14 (diff) |
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().
Diffstat (limited to 'gst')
-rw-r--r-- | gst/qtdemux/qtdemux.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gst/qtdemux/qtdemux.c b/gst/qtdemux/qtdemux.c index e76c13fe..4afdf0cf 100644 --- a/gst/qtdemux/qtdemux.c +++ b/gst/qtdemux/qtdemux.c @@ -1722,6 +1722,7 @@ qtdemux_parse_tree (GstQTDemux * qtdemux) while ((trak = qtdemux_tree_get_sibling_by_type (trak, FOURCC_trak)) != NULL) qtdemux_parse_trak (qtdemux, trak); + gst_element_no_more_pads (GST_ELEMENT (qtdemux)); } static void |