[Xfce4-commits] <parole:master> Fix unused Gst overlay expose on READY state.
Ali Abdallah
noreply at xfce.org
Thu Dec 3 12:40:04 CET 2009
Updating branch refs/heads/master
to 72c8879ed83aae9b9a488678ab07717fdf78c709 (commit)
from ad140703e12b9636de3f7e39cb4f67ba3eacfd7b (commit)
commit 72c8879ed83aae9b9a488678ab07717fdf78c709
Author: Ali Abdallah <aliov at xfce.org>
Date: Thu Dec 3 12:03:13 2009 +0100
Fix unused Gst overlay expose on READY state.
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 6c9acfe..a02d6d9 100644
--- a/gst/parole-gst.c
+++ b/gst/parole-gst.c
@@ -536,8 +536,6 @@ parole_gst_expose_event (GtkWidget *widget, GdkEventExpose *ev)
case GST_STATE_READY:
if (gst->priv->with_vis == FALSE && gst->priv->target != GST_STATE_PLAYING)
parole_gst_helper_draw_logo (PAROLE_GST_HELPER (gst));
- else
- gst_x_overlay_expose (GST_X_OVERLAY (gst->priv->video_sink));
break;
case GST_STATE_NULL:
case GST_STATE_VOID_PENDING:
More information about the Xfce4-commits
mailing list