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 712660 - server: Allow MediaServerPlugins to override search capabilities
server: Allow MediaServerPlugins to override search capabilities
Status: RESOLVED FIXED
Product: rygel
Classification: Applications
Component: librygel-server
unspecified
Other All
: Normal normal
: ---
Assigned To: rygel-maint
rygel-maint
Depends on:
Blocks:
 
 
Reported: 2013-11-19 10:15 UTC by Jussi Kukkonen
Modified: 2013-11-24 10:13 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
server: Allow MediaServerPlugins to override search capabilities (3.94 KB, patch)
2013-11-19 10:15 UTC, Jussi Kukkonen
none Details | Review
server: Allow MediaServerPlugins to override search capabilities (3.94 KB, patch)
2013-11-19 10:17 UTC, Jussi Kukkonen
committed Details | Review

Description Jussi Kukkonen 2013-11-19 10:15:24 UTC
This would help in writing media server plugins when the plugin or the
data store isn't (yet) capable of supporting all the search caps.
Comment 1 Jussi Kukkonen 2013-11-19 10:15:27 UTC
Created attachment 260204 [details] [review]
server: Allow MediaServerPlugins to override search capabilities

Use a virtual MediaServerPlugin.search_caps property instead of hard
coding the value in ContentDirectory. This way plugin implementations
can represent their search capabilities correctly.

The default value is still the same: no change needed in plugins.
Comment 2 Jussi Kukkonen 2013-11-19 10:17:50 UTC
Created attachment 260205 [details] [review]
server: Allow MediaServerPlugins to override search capabilities

Use a virtual MediaServerPlugin.search_caps property instead of hard
coding the value in ContentDirectory. This way plugin implementations
can represent their search capabilities correctly.

The default value is still the same: no change needed in plugins.
Comment 3 Jens Georg 2013-11-19 10:55:09 UTC
Review of attachment 260205 [details] [review]:

Time to merge https://git.gnome.org/browse/rygel/log/?h=wip/abi-break ... Otherwise looking good.
Comment 4 Jens Georg 2013-11-24 10:13:34 UTC
Attachment 260205 [details] pushed as 0a312d6 - server: Allow MediaServerPlugins to override search capabilities