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 637744 - [souphttpsrc] patch to add properties for reading min/max/cur datarates
[souphttpsrc] patch to add properties for reading min/max/cur datarates
Status: RESOLVED INCOMPLETE
Product: GStreamer
Classification: Platform
Component: gst-plugins-good
0.10.26
Other All
: Normal enhancement
: NONE
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2010-12-21 14:08 UTC by Thomas Löwe
Modified: 2014-07-04 10:44 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
add "datarate-<min|max|cur>" properties (3.38 KB, patch)
2010-12-21 14:08 UTC, Thomas Löwe
needs-work Details | Review

Description Thomas Löwe 2010-12-21 14:08:07 UTC
Created attachment 176824 [details] [review]
add "datarate-<min|max|cur>" properties

Is it possible to add the following patch to read datarates of the stream directly from souphttpsrc?

Maybe there is a better way of doing this, but it works for me.

Without this an additional identity element is required in the pipeline to get these infos.

Thanks,
Thomas
Comment 1 Sebastian Dröge (slomo) 2010-12-21 16:48:10 UTC
Hmm, I don't think it makes sense to add this to souphttpsrc. A separate element that does this and nothing else would be great though :)
Comment 2 Thomas Löwe 2010-12-21 17:33:47 UTC
Too bad, unfortunately I'm not good enough to write a complete plugin...
Comment 3 Sebastian Dröge (slomo) 2013-08-21 18:37:09 UTC
It could probably be added to identity. Would you be interested in doing that?
Comment 4 Tim-Philipp Müller 2014-07-04 10:44:59 UTC
Let's close this. If someone else needs this they will open a new bug, and for the adaptive streaming things we have that other bug where it posts messages about how quickly playlists/chunks were downloaded.