]> git.sesse.net Git - vlc/commit
dbus control: Split the mpris dbus interfaces
authorMirsal Ennaime <mirsal.ennaime@gmail.com>
Wed, 16 Jun 2010 01:21:00 +0000 (03:21 +0200)
committerRémi Denis-Courmont <remi@remlab.net>
Thu, 17 Jun 2010 04:06:22 +0000 (07:06 +0300)
commit7ab5a157381a712b4ba1ade9e9dd6305876f91b4
tree08e60a03e2d2e36120d36aa9de50cc391e048dc6
parent1e2a142ff8e90af6a4ab3fa725320a1ab2772eab
dbus control: Split the mpris dbus interfaces

The mpris defines three dbus interfaces with the same name.
This is wrong on many levels and the second version of the spec
which is currently being drafted fixes that.

In order to be able to reflect this change, the dbus control module
should not assume that these interface have the same name.

With this patch applied, VLC still complies with the mpris v1.0

Signed-off-by: Rafaël Carré <rafael.carre@gmail.com>
modules/control/dbus.c
modules/control/dbus.h