From: Julien Isorce Date: Mon, 19 May 2008 21:36:59 +0000 (+0000) Subject: [072/906] up X-Git-Tag: 1.19.3~511^2~1989^2~2187 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=d7d5b16051c82bdb5189721d35c17e2a32202eb7;p=platform%2Fupstream%2Fgstreamer.git [072/906] up git-svn-id: svn://svn.wobow.com/GStreamer_playground/gst-plugins-gl@438 93df14bb-0f41-7a43-8087-d3e2a2f0e464 --- diff --git a/gst-libs/gst/gl/gstgldisplay.c b/gst-libs/gst/gl/gstgldisplay.c index 86cbb97..43a30f2 100644 --- a/gst-libs/gst/gl/gstgldisplay.c +++ b/gst-libs/gst/gl/gstgldisplay.c @@ -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);