summaryrefslogtreecommitdiff
path: root/src/librygel-renderer/rygel-rendering-control.vala
Commit message (Collapse)AuthorAgeFilesLines
* All: Get rid of most deprecationsJens Georg2022-04-301-6/+6
|
* all: Update license text to LGPLv2.1 properJens Georg2015-11-021-8/+8
| | | | | | We always claimed being LGPLv2.1 but the license text said differently. Signed-off-by: Jens Georg <mail@jensge.org>
* librygel-renderer: Allow underlying player to notify on volume changesRichard Röjfors2013-10-071-0/+18
| | | | | | | | | | | | | Currently there is no notification support on volume. The last set value of the volume (via upnp) is cached in rygel-rendering-control. But if the volume of the underlying renderer can be changed in another way, for instance on a local UI. Such change is not picked up by rygel-rendering-control and any control point would not be aware of the volume change. This patch adds notification support for volume. Signed-off-by: Richard Röjfors <richard.rojfors@gmail.com>
* renderer: Initialize mute state from playerJens Georg2013-09-161-0/+1
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=677552
* core,server,renderer: Chain up constructed calls.Krzesimir Nowak2013-01-221-0/+2
|
* renderer: Add PresetNameList to initial notifyJens Georg2012-11-221-0/+3
|
* all: Adapt to new GUPnP vapiJens Georg2012-10-061-12/+12
|
* core: Canonicalize error descriptionsJens Georg2012-08-121-3/+3
| | | | Fixes: https://bugzilla.gnome.org/show_bug.cgi?id=681452
* core,librenderer: Move renderer-only stuff to libraryJens Georg2012-07-271-0/+270