[Xfce4-commits] <parole:bluesabre/gtk3> Change gst timeout to 250ms from 1000ms for better update of timer

Sean Davis noreply at xfce.org
Sat Sep 14 13:08:01 CEST 2013


Updating branch refs/heads/bluesabre/gtk3
         to 0abb84efc45f142e15dd5f99cdcf7c81438cc58f (commit)
       from a03409ba80661e2d513f21e94f00f22adcfe6d04 (commit)

commit 0abb84efc45f142e15dd5f99cdcf7c81438cc58f
Author: Sean Davis <smd.seandavis at gmail.com>
Date:   Sat Sep 14 07:07:04 2013 -0400

    Change gst timeout to 250ms from 1000ms for better update of timer

 src/gst/parole-gst.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/gst/parole-gst.c b/src/gst/parole-gst.c
index c6bca2b..b72cf42 100644
--- a/src/gst/parole-gst.c
+++ b/src/gst/parole-gst.c
@@ -585,7 +585,7 @@ parole_gst_tick (ParoleGst *gst)
         {
             return;
         }
-        gst->priv->tick_id = g_timeout_add (1000, (GSourceFunc) parole_gst_tick_timeout, gst);
+        gst->priv->tick_id = g_timeout_add (250, (GSourceFunc) parole_gst_tick_timeout, gst);
     }
     else if ( gst->priv->tick_id != 0)
     {


More information about the Xfce4-commits mailing list