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 720837 - AV1-MR:1-AVT:1-3.1 GetMediaInfo() action - Fails for the value sent in response
AV1-MR:1-AVT:1-3.1 GetMediaInfo() action - Fails for the value sent in response
Status: RESOLVED FIXED
Product: rygel
Classification: Applications
Component: librygel-renderer
git master
Other Linux
: Normal normal
: ---
Assigned To: rygel-maint
rygel-maint
Depends on:
Blocks:
 
 
Reported: 2013-12-20 16:28 UTC by Parthiban Balasubramanian
Modified: 2013-12-21 10:42 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Match case for PlaybackMedium value (970 bytes, patch)
2013-12-20 16:28 UTC, Parthiban Balasubramanian
none Details | Review
Match case for PlaybackMedium value (977 bytes, patch)
2013-12-20 16:30 UTC, Parthiban Balasubramanian
committed Details | Review

Description Parthiban Balasubramanian 2013-12-20 16:28:54 UTC
Created attachment 264629 [details] [review]
Match case for PlaybackMedium value

UPnP-av-AVTransport-v2-Service-20080930 section 2.2.4 PlaybackStorageMedium -
If no resource is specified, then the state variable is set to “NONE”. If AVTransportURI refers to a resource received from the UPnP network, the state variable is set to “NETWORK”.

But current implementation sends "None" or "Network", which does not match the allowedValue list in AVTransport2.xml.in. So the values must be "NONE" or "NETWORK" same as in the xml.
Comment 1 Parthiban Balasubramanian 2013-12-20 16:30:19 UTC
Created attachment 264630 [details] [review]
Match case for PlaybackMedium value
Comment 2 Jens Georg 2013-12-21 10:39:51 UTC
Review of attachment 264630 [details] [review]:

+1