[072/906] up

git-svn-id: svn://svn.wobow.com/GStreamer_playground/gst-plugins-gl@438 93df14bb-0f41-7a43-8087-d3e2a2f0e464
This commit is contained in:
Julien Isorce 2008-05-19 21:36:59 +00:00 committed by Matthew Waters
parent 8e3e42b9f7
commit 19c124d258

View file

@ -355,9 +355,12 @@ gst_gl_display_finalize (GObject *object)
static gpointer
gst_gl_display_glutThreadFunc (GstGLDisplay *display)
{
static char *argv = "gst-launch-0.10.exe";
static char *argv = "gst-launch-0.10";
static gint argc = 1;
//-display DISPLAY
//Specify the X server to connect to. If not specified, the value of the DISPLAY environment variable is used.
//Should be pass through a glimagesink property
glutInit(&argc, &argv);
glutSetOption(GLUT_ACTION_ON_WINDOW_CLOSE, GLUT_ACTION_CONTINUE_EXECUTION);