summaryrefslogtreecommitdiff
path: root/src/librygel-renderer-gst/rygel-playbin-player.vala
diff options
context:
space:
mode:
Diffstat (limited to 'src/librygel-renderer-gst/rygel-playbin-player.vala')
-rw-r--r--src/librygel-renderer-gst/rygel-playbin-player.vala2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/librygel-renderer-gst/rygel-playbin-player.vala b/src/librygel-renderer-gst/rygel-playbin-player.vala
index b7993d0e..63c15560 100644
--- a/src/librygel-renderer-gst/rygel-playbin-player.vala
+++ b/src/librygel-renderer-gst/rygel-playbin-player.vala
@@ -668,6 +668,8 @@ public class Rygel.PlaybinPlayer : GLib.Object, Rygel.MediaPlayer {
this.playbin.source_setup.connect (this.on_source_setup);
this.playbin.notify["uri"].connect (this.on_uri_notify);
+ this.volume = 0.5;
+
// Bus handler
var bus = this.playbin.get_bus ();
bus.add_signal_watch ();