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 731348 - Only a minimal amount of metadata is passed from the object creator
Only a minimal amount of metadata is passed from the object creator
Status: RESOLVED FIXED
Product: rygel
Classification: Applications
Component: librygel-server
git master
Other All
: Normal normal
: ---
Assigned To: rygel-maint
rygel-maint
Depends on:
Blocks:
 
 
Reported: 2014-06-06 22:23 UTC by Richard Röjfors
Modified: 2014-06-14 13:40 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Patch with a proposed fix (1.24 KB, patch)
2014-06-06 22:23 UTC, Richard Röjfors
none Details | Review
Updated patch (1.25 KB, patch)
2014-06-07 00:03 UTC, Richard Röjfors
committed Details | Review

Description Richard Röjfors 2014-06-06 22:23:37 UTC
Created attachment 278062 [details] [review]
Patch with a proposed fix

Currently the object creator initialises the object to create with a bare minimum of metadata.

The provided patch applies the didl provided from the control point to the object if it is a mediaitem. This gives the mediaserver the possibility to populate the created object with the metadata.
Comment 1 Richard Röjfors 2014-06-07 00:03:42 UTC
Created attachment 278066 [details] [review]
Updated patch

This patch applies didl on mediaobjects instead of only mediaitems