gst/playback/: Fix playback of multiple files. a slightly different approach to handl...
authorWim Taymans <wim.taymans@gmail.com>
Tue, 2 Nov 2004 10:30:35 +0000 (10:30 +0000)
committerWim Taymans <wim.taymans@gmail.com>
Tue, 2 Nov 2004 10:30:35 +0000 (10:30 +0000)
commitbb35f41265eec7ebabaab7cd0d59b97e30be29cf
tree27caed7ac1f7fffbd54be83ab229d5c71a68a4de
parentb94fcd818c1b5ce19c2ae32201b1d9ce6cdfb48a
gst/playback/: Fix playback of multiple files. a slightly different approach to handling dynamic pad removals.

Original commit message from CVS:
* gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
(try_to_link_1), (get_our_ghost_pad), (remove_element_chain),
(unlinked), (no_more_pads), (close_link):
* gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
(unknown_type), (add_element_stream), (new_decoded_pad),
(removed_decoded_pad), (setup_source):
* gst/playback/gststreaminfo.c: (gst_stream_info_get_type),
(gst_stream_info_class_init), (gst_stream_info_init),
(gst_stream_info_new), (gst_stream_info_dispose),
(stream_info_mute_pad), (gst_stream_info_set_property),
(gst_stream_info_get_property):
* gst/playback/gststreaminfo.h:
Fix playback of multiple files.
a slightly different approach to handling dynamic pad removals.
This one only looks at pads that we have linked.
ChangeLog