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 651222 - [0.11] [playbin(2)/uridecodebin] "connection-speed" should be a guint64 instead of a guint
[0.11] [playbin(2)/uridecodebin] "connection-speed" should be a guint64 inste...
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-base
git master
Other All
: Normal minor
: 0.11.2
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2011-05-27 09:00 UTC by Antoine Jacoutot
Modified: 2012-02-13 23:45 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Move connection-speed to a guint64. (3.94 KB, patch)
2011-05-27 09:00 UTC, Antoine Jacoutot
committed Details | Review

Description Antoine Jacoutot 2011-05-27 09:00:44 UTC
Created attachment 188732 [details] [review]
Move connection-speed to a guint64.

Hi.

When running totem with a connection speed set to "Intranet/LAN" I get the following warning on the console:

(totem:29096): GLib-GObject-WARNING **: value "10752000" of type `guint' is invalid or out of range for property `connection-speed' of type `guint'

I think connection-speed" should be made a guint64.
The attached patch made the warning disappear.

Thoughts?
Comment 1 Sebastian Dröge (slomo) 2011-05-27 09:18:15 UTC
Yes, but we can only change this in 0.11 now. Otherwise we'll break backward compatibility.
Comment 2 Tim-Philipp Müller 2012-02-13 23:44:38 UTC
Sorry, I wasn't aware of this patch, just knew it was something that needed to be fixed from another todo-list. It's fixed in 0.11 now:

 commit 16f6d139805a68388e4e4c101bd021d21768b51e
 Author: Tim-Philipp Müller <tim.muller@collabora.co.uk>
 Date:   Thu Nov 24 01:18:38 2011 +0000

    playbin2, uridecodebin: make connection-speed property a guint64