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