gst/playback/: Move connection-speed property from playbin to playbasebin so that...
authorJosep Torre Valles <josep@fluendo.com>
Tue, 7 Aug 2007 14:14:54 +0000 (14:14 +0000)
committerWim Taymans <wim.taymans@gmail.com>
Tue, 7 Aug 2007 14:14:54 +0000 (14:14 +0000)
commit5e5aa7b4026688f339ef46f06cc658d7c7dac9a2
tree238509d331c875f9134f477be5ba74a422b41f61
parent5310373def8e2b4dbd7dc6def183bdce027e4c56
gst/playback/: Move connection-speed property from playbin to playbasebin so that we can also configure it in source ...

Original commit message from CVS:
Patch by: Josep Torre Valles <josep@fluendo.com>
* gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
(gst_play_base_bin_init), (queue_threshold_reached),
(gen_source_element), (setup_substreams),
(gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
(gst_play_base_bin_get_streaminfo_value_array):
* gst/playback/gstplaybasebin.h:
* gst/playback/gstplaybin.c: (gst_play_bin_class_init),
(gst_play_bin_set_property), (gst_play_bin_get_property),
(gst_play_bin_handle_redirect_message):
Move connection-speed property from playbin to playbasebin so that we
can also configure it in source elements that have the connection-speed
property. Fixes #464028.
Add some debug info here and there.
ChangeLog
gst/playback/gstplaybasebin.c
gst/playback/gstplaybasebin.h
gst/playback/gstplaybin.c