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 727424 - renderer: Use NextAVTransport* values in GetMediaInfo()
renderer: Use NextAVTransport* values in GetMediaInfo()
Status: RESOLVED FIXED
Product: rygel
Classification: Applications
Component: librygel-renderer
unspecified
Other All
: Normal normal
: ---
Assigned To: rygel-maint
rygel-maint
Depends on:
Blocks:
 
 
Reported: 2014-04-01 11:37 UTC by Jussi Kukkonen
Modified: 2014-04-03 11:53 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
renderer: Use NextAVTransport* values in GetMediaInfo() (1.94 KB, patch)
2014-04-01 11:37 UTC, Jussi Kukkonen
committed Details | Review

Description Jussi Kukkonen 2014-04-01 11:37:04 UTC
GetMediaInfo*() functions should use NextAVTransport* values instead
of NOT_IMPLEMENTED. 

Not sure how I missed this when I added the other NextAVTransport*-
related things.
Comment 1 Jussi Kukkonen 2014-04-01 11:37:06 UTC
Created attachment 273394 [details] [review]
renderer: Use NextAVTransport* values in GetMediaInfo()

AVTransport should return NextAVtransportURI and
NextAVtransportURIMetadata variables in GetMediaInfo() and
GetMEdiaInfo_Ext() now that they are available.
Comment 2 Jens Georg 2014-04-01 12:16:11 UTC
Review of attachment 273394 [details] [review]:

+1
Comment 3 Jussi Kukkonen 2014-04-03 11:53:21 UTC
Attachment 273394 [details] pushed as 61fa840 - renderer: Use NextAVTransport* values in GetMediaInfo()