diff options
author | Ronald S. Bultje <rbultje@ronald.bitfreak.net> | 2004-11-01 16:08:32 +0000 |
---|---|---|
committer | Ronald S. Bultje <rbultje@ronald.bitfreak.net> | 2004-11-01 16:08:32 +0000 |
commit | e14dc326e072ca76467255514a244a8ea4f2ac08 (patch) | |
tree | 36f7fb77e19e739a4e7569d47b2f8e75348f87aa | |
parent | 172eaade07a24a9ab3f2dfc4750e1add05c02852 (diff) | |
download | gst-plugins-bad-e14dc326e072ca76467255514a244a8ea4f2ac08.tar.gz gst-plugins-bad-e14dc326e072ca76467255514a244a8ea4f2ac08.tar.bz2 gst-plugins-bad-e14dc326e072ca76467255514a244a8ea4f2ac08.zip |
gst/playback/gstdecodebin.c: Implement support for dynamic pad changing. We listen to "live" pad removals (i.e. while...
Original commit message from CVS:
* gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
(get_unconnected_element), (remove_starting_from), (pad_removed),
(close_link):
Implement support for dynamic pad changing. We listen to "live"
pad removals (i.e. while playing) and re-setup autoplugging
after that. Playbasebin/playbin need some more work for this
to finally work, but decodebin supports (and replugs) chained
ogg now.
-rw-r--r-- | ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -1,3 +1,14 @@ +2004-11-01 Ronald S. Bultje <rbultje@ronald.bitfreak.net> + + * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init), + (get_unconnected_element), (remove_starting_from), (pad_removed), + (close_link): + Implement support for dynamic pad changing. We listen to "live" + pad removals (i.e. while playing) and re-setup autoplugging + after that. Playbasebin/playbin need some more work for this + to finally work, but decodebin supports (and replugs) chained + ogg now. + 2004-11-02 Jan Schmidt <thaytan@mad.scientist.com> * ext/alsa/gstalsa.c: (gst_alsa_class_init), (gst_alsa_dispose), (gst_alsa_finalize): |