gst/playback/: Move setup_output_pads into a virtual function, remove group-switch...
authorRonald S. Bultje <rbultje@ronald.bitfreak.net>
Thu, 12 May 2005 16:16:14 +0000 (16:16 +0000)
committerRonald S. Bultje <rbultje@ronald.bitfreak.net>
Thu, 12 May 2005 16:16:14 +0000 (16:16 +0000)
commit09d04c380c41e651982c03b412f9bdb1920a1d82
tree6bb39de14855758ebf5020005c62138fcad17d10
parent0209cb45e5e493cbd20767f892d7b71648073f41
gst/playback/: Move setup_output_pads into a virtual function, remove group-switch (no longer needed) and redirect (h...

Original commit message from CVS:
* gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
(try_to_link_1):
* gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
(group_commit), (probe_triggered), (setup_source),
(gst_play_base_bin_change_state):
* gst/playback/gstplaybasebin.h:
* gst/playback/gstplaybin.c: (gst_play_bin_class_init),
(gst_play_bin_init), (remove_sinks), (setup_sinks),
(gst_play_bin_change_state):
Move setup_output_pads into a virtual function, remove
group-switch (no longer needed) and redirect (handled by bus
now) signals.
ChangeLog
gst/playback/gstdecodebin.c
gst/playback/gstplaybasebin.c
gst/playback/gstplaybasebin.h
gst/playback/gstplaybin.c