raster pushed a commit to branch master.

commit 2e74e41ed324006eb686d2855b3bebbfb78a4c56
Author: Carsten Haitzler (Rasterman) <[email protected]>
Date:   Wed Jul 17 18:36:30 2013 +0900

    emotion gst: disable x window under/overlay suport for now. broken badly.
---
 src/modules/emotion/gstreamer/emotion_gstreamer.c | 3 +++
 src/modules/emotion/gstreamer/emotion_sink.c      | 3 +++
 2 files changed, 6 insertions(+)

diff --git a/src/modules/emotion/gstreamer/emotion_gstreamer.c 
b/src/modules/emotion/gstreamer/emotion_gstreamer.c
index 05b1fbe..9fe6543 100644
--- a/src/modules/emotion/gstreamer/emotion_gstreamer.c
+++ b/src/modules/emotion/gstreamer/emotion_gstreamer.c
@@ -17,6 +17,9 @@
 #include <gst/video/gstvideosink.h>
 #include <gst/video/video.h>
 
+// forcibly disable x overlay window.. broken badly.
+#undef HAVE_ECORE_X
+
 #ifdef HAVE_ECORE_X
 # include <Ecore_X.h>
 # ifdef HAVE_XOVERLAY_H
diff --git a/src/modules/emotion/gstreamer/emotion_sink.c 
b/src/modules/emotion/gstreamer/emotion_sink.c
index 5d16c88..1a1199f 100644
--- a/src/modules/emotion/gstreamer/emotion_sink.c
+++ b/src/modules/emotion/gstreamer/emotion_sink.c
@@ -14,6 +14,9 @@
 #include <gst/video/gstvideosink.h>
 #include <gst/video/video.h>
 
+// forcibly disable x overlay window.. broken badly.
+#undef HAVE_ECORE_X
+
 #ifdef HAVE_ECORE_X
 # include <Ecore_X.h>
 # include <Ecore_Evas.h>

-- 

------------------------------------------------------------------------------
See everything from the browser to the database with AppDynamics
Get end-to-end visibility with application monitoring from AppDynamics
Isolate bottlenecks and diagnose root cause in seconds.
Start your free trial of AppDynamics Pro today!
http://pubads.g.doubleclick.net/gampad/clk?id=48808831&iu=/4140/ostg.clktrk

Reply via email to