mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-18 07:47:17 +00:00
[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:
parent
a9686159a3
commit
d7d5b16051
1 changed files with 4 additions and 1 deletions
|
@ -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);
|
||||
|
||||
|
|
Loading…
Reference in a new issue