[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
8e3e42b9f7
commit
19c124d258
@ -355,9 +355,12 @@ gst_gl_display_finalize (GObject *object)
|
|||||||
static gpointer
|
static gpointer
|
||||||
gst_gl_display_glutThreadFunc (GstGLDisplay *display)
|
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;
|
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);
|
glutInit(&argc, &argv);
|
||||||
glutSetOption(GLUT_ACTION_ON_WINDOW_CLOSE, GLUT_ACTION_CONTINUE_EXECUTION);
|
glutSetOption(GLUT_ACTION_ON_WINDOW_CLOSE, GLUT_ACTION_CONTINUE_EXECUTION);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user