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 669677 - external: entry point icon gets called with org.gnome.MediaItem1 instead of org.gnome.MediaItem2
external: entry point icon gets called with org.gnome.MediaItem1 instead of o...
Status: RESOLVED FIXED
Product: rygel
Classification: Applications
Component: External plugin
0.12.x
Other Linux
: Normal normal
: ---
Assigned To: rygel-maint
rygel-maint
Depends on:
Blocks:
 
 
Reported: 2012-02-08 14:43 UTC by Christoph Reiter (lazka)
Modified: 2012-02-09 09:06 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
external: Remove references to MediaServer1 (1.82 KB, patch)
2012-02-09 07:44 UTC, Jens Georg
committed Details | Review

Description Christoph Reiter (lazka) 2012-02-08 14:43:26 UTC
When defining an icon object path in the entry point, rygel calls GetAll with org.gnome.MediaItem1 instead of org.gnome.MediaItem2.

Also my code returned an empty array in this case, and that crashed Rygel.
Comment 1 Jens Georg 2012-02-09 07:44:33 UTC
Created attachment 207160 [details] [review]
external: Remove references to MediaServer1

There were still two references to the old spec, one causing Icons not
to work.
Comment 2 Jens Georg 2012-02-09 09:06:04 UTC
Attachment 207160 [details] pushed as e2c6d6b - external: Remove references to MediaServer1