mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-04 13:32:29 +00:00
gst/playback/gstdecodebin.c: Properly remove ghostpads. Fixes #340392
Original commit message from CVS: * gst/playback/gstdecodebin.c: (cleanup_decodebin): Properly remove ghostpads. Fixes #340392
This commit is contained in:
parent
b0385ddfd0
commit
d612f665ce
2 changed files with 6 additions and 0 deletions
|
@ -1,3 +1,8 @@
|
|||
2006-05-05 Wim Taymans <wim@fluendo.com>
|
||||
|
||||
* gst/playback/gstdecodebin.c: (cleanup_decodebin):
|
||||
Properly remove ghostpads. Fixes #340392
|
||||
|
||||
2006-05-04 David Schleef <ds@schleef.org>
|
||||
|
||||
* gst/typefind/gsttypefindfunctions.c:
|
||||
|
|
|
@ -1353,6 +1353,7 @@ cleanup_decodebin (GstDecodeBin * decode_bin)
|
|||
}
|
||||
gst_iterator_free (elem_it);
|
||||
|
||||
done = FALSE;
|
||||
gpad_it = gst_element_iterate_pads (GST_ELEMENT (decode_bin));
|
||||
while (!done) {
|
||||
GstPad *pad = NULL;
|
||||
|
|
Loading…
Reference in a new issue