GNOME Bugzilla – Bug 464690
Add connection-speed property to uridecodebin element
Last modified: 2007-08-08 15:05:27 UTC
Add connection-speed property to uridecodebin so it can be used by the source elements that implements strategies for stream selection based on the available bandwidth.
Created attachment 93272 [details] [review] Patch to implement it
Created attachment 93273 [details] [review] Patch to implement it Added doc to the previous patch.
Patch by: Josep Torre Valles <josep@fluendo.com> * docs/plugins/gst-plugins-base-plugins.args: * gst/playback/gsturidecodebin.c: (gst_uri_decode_bin_class_init), (gst_uri_decode_bin_init), (gst_uri_decode_bin_set_property), (gst_uri_decode_bin_get_property), (gen_source_element): Add connection-speed property. Fixes #464690.