OSDN Git Service

media: Check MPRIS Can* properties before calling the respective method
authorLuiz Augusto von Dentz <luiz.von.dentz@intel.com>
Fri, 10 May 2013 11:02:07 +0000 (14:02 +0300)
committerJohan Hedberg <johan.hedberg@intel.com>
Fri, 10 May 2013 11:26:07 +0000 (14:26 +0300)
commit071f1e6055b469a156a558ad25c40203cb3eaf62
treead2a0b683f2cda463943cd10589136bfb2140231
parent666209d25c678271a2d33344f02614b0c48e4865
media: Check MPRIS Can* properties before calling the respective method

With MPRIS the player can disable support for certain control using
properties such as CanPlay, CanPause..., in this case these methods
should not be called and the code should fallback to uinput method.
profiles/audio/media.c