gst/playback/: Implement group-switch signal for use in apps to clear metadata cache...
authorRonald S. Bultje <rbultje@ronald.bitfreak.net>
Tue, 11 Jan 2005 12:03:23 +0000 (12:03 +0000)
committerRonald S. Bultje <rbultje@ronald.bitfreak.net>
Tue, 11 Jan 2005 12:03:23 +0000 (12:03 +0000)
commit848cce929da2cd51d68dc386bcb1ac834c8937b0
tree8fa2b0ebd1665653c4e2e4cf38713f2f0ae9882f
parentb7e6f69b1d729dc9241e400c0ad640ab15430c6c
gst/playback/: Implement group-switch signal for use in apps to clear metadata cache, clean up subtitle, add suburi p...

Original commit message from CVS:
* gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
(gst_play_base_bin_init), (gst_play_base_bin_dispose),
(probe_triggered), (new_decoded_pad), (gen_source_element),
(gst_play_base_bin_set_property), (gst_play_base_bin_get_property):
* gst/playback/gstplaybasebin.h:
* gst/playback/gstplaybin.c: (gst_play_bin_class_init),
(gst_play_bin_init), (group_switch), (remove_sinks), (setup_sinks),
(gst_play_bin_change_state):
Implement group-switch signal for use in apps to clear metadata
cache, clean up subtitle, add suburi property instead of # hack,
some error-out fixes.
ChangeLog