summaryrefslogtreecommitdiff
path: root/tests/examples/gl/qt/qglwtextureshare/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/examples/gl/qt/qglwtextureshare/main.cpp')
-rw-r--r--tests/examples/gl/qt/qglwtextureshare/main.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/examples/gl/qt/qglwtextureshare/main.cpp b/tests/examples/gl/qt/qglwtextureshare/main.cpp
index 9ff8dbaa3..ebe81cf86 100644
--- a/tests/examples/gl/qt/qglwtextureshare/main.cpp
+++ b/tests/examples/gl/qt/qglwtextureshare/main.cpp
@@ -27,6 +27,9 @@
int
main(int argc, char *argv[])
{
+ /* FIXME: port the example to shaders and remove this */
+ g_setenv ("GST_GL_API", "opengl", FALSE);
+
gst_init (NULL, NULL);
QApplication a(argc, argv);
a.connect(&a, SIGNAL(lastWindowClosed()), &a, SLOT(quit()));