[Xfce4-commits] <parole:master> Fix window placing with gst1.0

Sean Davis noreply at xfce.org
Fri Oct 11 11:51:21 CEST 2013


Updating branch refs/heads/master
         to 0e427f3519fa6c047c652e083fee68a1fac357c0 (commit)
       from 4f85818fcac47d754b115d2502349baa919b5dfd (commit)

commit 0e427f3519fa6c047c652e083fee68a1fac357c0
Author: Sean Davis <smd.seandavis at gmail.com>
Date:   Sat Aug 31 06:14:45 2013 -0400

    Fix window placing with gst1.0

 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 b1818d0..6997385 100644
--- a/src/gst/parole-gst.c
+++ b/src/gst/parole-gst.c
@@ -952,7 +952,7 @@ static void
 parole_gst_element_message_sync (GstBus *bus, GstMessage *message, ParoleGst *gst)
 {
 #if GST_CHECK_VERSION(1, 0, 0)
-    if ( gst_message_has_name (message, "prepare-xwindow-id") )
+    if ( gst_message_has_name (message, "prepare-window-handle") )
 #else
     if ( !message->structure )
         goto out;


More information about the Xfce4-commits mailing list