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 702255 - 7.3.113.1,7.3.118.4: Wrong dlna:dlnaManaged flags in playlist root container
7.3.113.1,7.3.118.4: Wrong dlna:dlnaManaged flags in playlist root container
Status: RESOLVED FIXED
Product: rygel
Classification: Applications
Component: MediaExport plugin
git master
Other Linux
: Normal normal
: ---
Assigned To: Jens Georg
rygel-maint
ivi
Depends on:
Blocks:
 
 
Reported: 2013-06-14 11:47 UTC by Jens Georg
Modified: 2013-07-30 08:37 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
server,media-export: Change OCM flags in playlist root container (4.92 KB, patch)
2013-06-20 12:30 UTC, Jens Georg
committed Details | Review
server,media-export: Change OCM flags in playlist root container (5.29 KB, patch)
2013-06-25 13:33 UTC, Jens Georg
none Details | Review

Description Jens Georg 2013-06-14 11:47:34 UTC
Needs more checking whether this is a core issue or a MediaExport issue, filing as core for now
Comment 1 Jens Georg 2013-06-20 11:11:00 UTC
it's both, server does not provide any means to override the OCM flags and MediaExport needs to remove upload/destroy from them for the PlaylistRootContainer since it only allows container creation
Comment 2 Jens Georg 2013-06-20 12:30:15 UTC
Created attachment 247315 [details] [review]
server,media-export: Change OCM flags in playlist root container

Needs to be checked whether the changes in server cause an ABI issue
Comment 3 Jens Georg 2013-06-24 12:55:26 UTC
Turns out that making the property virtual instead of abstract is only necessary due to a vala bug:

https://git.gnome.org/browse/vala/commit/?id=f6146eaea2793aadcb2ad597a67ac6c1f736282c
Comment 4 Jens Georg 2013-06-25 13:33:38 UTC
Created attachment 247733 [details] [review]
server,media-export: Change OCM flags in playlist root container

Not pushing yet, I've a slight stomach ache from depending on unreleased vala
version
Comment 5 Jens Georg 2013-06-25 14:34:56 UTC
Affects 7.3.113.1 as well once the patches from 702258 are applied.
Comment 6 Jens Georg 2013-07-30 08:33:52 UTC
Comment on attachment 247315 [details] [review]
server,media-export: Change OCM flags in playlist root container

Use this version to not depend on unreleased vala