[Xfce4-commits] <parole:master> Don't draw logo on the video widget between switching of video stream.
Ali Abdallah
noreply at xfce.org
Tue Nov 24 15:48:03 CET 2009
Updating branch refs/heads/master
to d5fb7869a9aa6425ee65d168e9e1abd7ad0e5674 (commit)
from 3463c4e2da3498d77610c5a495dfc183048cd6f2 (commit)
commit d5fb7869a9aa6425ee65d168e9e1abd7ad0e5674
Author: Ali Abdallah <ali at ali-xfce.org>
Date: Tue Nov 24 15:42:24 2009 +0100
Don't draw logo on the video widget between switching of video stream.
gst/parole-gst.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/gst/parole-gst.c b/gst/parole-gst.c
index c6fcecf..5fa697b 100644
--- a/gst/parole-gst.c
+++ b/gst/parole-gst.c
@@ -489,7 +489,7 @@ parole_gst_expose_event (GtkWidget *widget, GdkEventExpose *ev)
parole_gst_set_x_overlay (gst);
if ( (gst->priv->state < GST_STATE_PAUSED || !gst->priv->with_vis ) &&
- !playing_video && !gst->priv->buffering)
+ !playing_video && !gst->priv->buffering && gst->priv->target != GST_STATE_PLAYING )
parole_gst_draw_logo (gst);
else
{
More information about the Xfce4-commits
mailing list