[398/906] gldownload: do not forgot to create the gl context

fix #600630
This commit is contained in:
Julien Isorce 2009-11-04 23:12:42 +01:00 committed by Matthew Waters
parent 621aabe378
commit 0ba1945c57

View file

@ -261,6 +261,7 @@ gst_gl_download_start (GstBaseTransform * bt)
GstGLDownload* download = GST_GL_DOWNLOAD (bt);
download->display = gst_gl_display_new ();
gst_gl_display_create_context (download->display, 0);
return TRUE;
}