[rygel-gst-0-10-fullscreen-renderer] Add 1 as allowed playback speed



commit 599801afb2b6823c2beaae64bd2c498021255fc7
Author: Jens Georg <mail jensge org>
Date:   Thu Feb 14 11:42:31 2013 +0100

    Add 1 as allowed playback speed

 src/rygel-playbin-player.c |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/src/rygel-playbin-player.c b/src/rygel-playbin-player.c
index efb3861..2de0c27 100644
--- a/src/rygel-playbin-player.c
+++ b/src/rygel-playbin-player.c
@@ -967,6 +967,8 @@ static void rygel_playbin_player_init (RygelPlaybinPlayer *self) {
   self->priv->_mime_type = NULL;
   self->priv->_metadata = NULL;
   self->priv->_content_features = NULL;
+  self->priv->_allowed_playback_speeds = g_strsplit ("1", ",", -1);
+  self->priv->_allowed_playback_speeds_length = 1;
 }
 
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]