[Xfce4-commits] <parole:master> Removed redundant draws in parole-gst.c

danny noreply at xfce.org
Mon Jul 23 01:24:42 CEST 2012


Updating branch refs/heads/master
         to 20c5ee8ebe67cff644a3fb117abffdd298337185 (commit)
       from 99ab22458c8c70a086e8e310239acd98bc15d7e4 (commit)

commit 20c5ee8ebe67cff644a3fb117abffdd298337185
Author: danny <danny at Wes.ec.rr.com>
Date:   Sat Jul 14 18:13:17 2012 -0400

    Removed redundant draws in parole-gst.c

 gst/parole-gst.c |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)

diff --git a/gst/parole-gst.c b/gst/parole-gst.c
index fd0d5ba..c20f952 100644
--- a/gst/parole-gst.c
+++ b/gst/parole-gst.c
@@ -910,7 +910,6 @@ parole_gst_update_vis (ParoleGstHelper *helper)
 	g_object_set (G_OBJECT (gst->priv->playbin),
 		      "vis-plugin", NULL,
 		      NULL);
-	gtk_widget_queue_draw (GTK_WIDGET (gst));
     }
 
     gst->priv->update_vis = FALSE;
@@ -1357,7 +1356,6 @@ parole_gst_play_file_internal (ParoleGst *gst)
     if ( gst->priv->update_vis)
 	parole_gst_helper_update_vis (PAROLE_GST_HELPER (gst));
     
-    gtk_widget_queue_draw (GTK_WIDGET (gst));
     
     g_object_get (G_OBJECT (gst->priv->stream),
 		  "uri", &uri,


More information about the Xfce4-commits mailing list