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 709190 - 7.3.6.1: Rygel exports AbsoluteCounterPosition with incorrect type
7.3.6.1: Rygel exports AbsoluteCounterPosition with incorrect type
Status: RESOLVED FIXED
Product: rygel
Classification: Applications
Component: librygel-core
unspecified
Other Linux
: Normal normal
: ---
Assigned To: rygel-maint
rygel-maint
Depends on:
Blocks:
 
 
Reported: 2013-10-01 13:52 UTC by fcleary
Modified: 2013-10-01 14:05 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Patch for issue (973 bytes, patch)
2013-10-01 13:52 UTC, fcleary
committed Details | Review

Description fcleary 2013-10-01 13:52:03 UTC
Created attachment 256188 [details] [review]
Patch for issue

According to the upnp spec, AbsoluteCounterPosition is a int, but currently Rygel exports it as an unsigned int.

Attached patch fixes the issue, commit message:

UPnP AV Transport Specification v1.01 states that the
AbsoluteCounterPosition state variable is a signed value, where as the
xml document has it as an unsigned value.  Rygel stores the
AbsoluteCounterPosition internally as an signed value.