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:
Wim Taymans 2006-05-05 11:33:37 +00:00
parent b0385ddfd0
commit d612f665ce
2 changed files with 6 additions and 0 deletions

View file

@ -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:

View file

@ -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;