Blame SOURCES/phonon-backend-4.6.2-xvimagesink_sync.patch

44b19f
From 2db4c430740da89fb22319b2ded63e770f3d6fac Mon Sep 17 00:00:00 2001
44b19f
From: Trever Fischer <tdfischer@fedoraproject.org>
44b19f
Date: Sat, 22 Sep 2012 19:41:14 +0200
44b19f
Subject: [PATCH 59/63] Use a sync connection to update the xvimagesink window
44b19f
 handle
44b19f
44b19f
BUG: 305333
44b19f
---
44b19f
 gstreamer/videowidget.cpp | 2 +-
44b19f
 1 file changed, 1 insertion(+), 1 deletion(-)
44b19f
44b19f
diff --git a/gstreamer/videowidget.cpp b/gstreamer/videowidget.cpp
44b19f
index 96eea1c..3b38ab0 100644
44b19f
--- a/gstreamer/videowidget.cpp
44b19f
+++ b/gstreamer/videowidget.cpp
44b19f
@@ -86,7 +86,7 @@ void VideoWidget::updateWindowID()
44b19f
 void VideoWidget::finalizeLink()
44b19f
 {
44b19f
     connect(root()->pipeline(), SIGNAL(mouseOverActive(bool)), this, SLOT(mouseOverActive(bool)));
44b19f
-    connect(root()->pipeline(), SIGNAL(windowIDNeeded()), this, SLOT(updateWindowID()));
44b19f
+    connect(root()->pipeline(), SIGNAL(windowIDNeeded()), this, SLOT(updateWindowID()), Qt::DirectConnection);
44b19f
 }
44b19f
 
44b19f
 void VideoWidget::prepareToUnlink()
44b19f
-- 
44b19f
1.8.0
44b19f