mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-03 15:06:34 +00:00
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.
This commit is contained in:
parent
b8f7fdfce3
commit
ac28cfd5c9
1 changed files with 11 additions and 0 deletions
11
ChangeLog
11
ChangeLog
|
@ -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):
|
||||
|
|
Loading…
Reference in a new issue