After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 464690 - Add connection-speed property to uridecodebin element
Add connection-speed property to uridecodebin element
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-base
git master
Other Linux
: Normal enhancement
: 0.10.15
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2007-08-08 13:00 UTC by Josep Torra Valles
Modified: 2007-08-08 15:05 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Patch to implement it (2.83 KB, patch)
2007-08-08 13:00 UTC, Josep Torra Valles
none Details | Review
Patch to implement it (3.64 KB, patch)
2007-08-08 13:26 UTC, Josep Torra Valles
committed Details | Review

Description Josep Torra Valles 2007-08-08 13:00:26 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.
Comment 1 Josep Torra Valles 2007-08-08 13:00:52 UTC
Created attachment 93272 [details] [review]
Patch to implement it
Comment 2 Josep Torra Valles 2007-08-08 13:26:25 UTC
Created attachment 93273 [details] [review]
Patch to implement it

Added doc to the previous patch.
Comment 3 Wim Taymans 2007-08-08 15:05:27 UTC
        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.