[398/906] gldownload: do not forgot to create the gl context
fix #600630
This commit is contained in:
parent
621aabe378
commit
0ba1945c57
@ -261,6 +261,7 @@ gst_gl_download_start (GstBaseTransform * bt)
|
|||||||
GstGLDownload* download = GST_GL_DOWNLOAD (bt);
|
GstGLDownload* download = GST_GL_DOWNLOAD (bt);
|
||||||
|
|
||||||
download->display = gst_gl_display_new ();
|
download->display = gst_gl_display_new ();
|
||||||
|
gst_gl_display_create_context (download->display, 0);
|
||||||
|
|
||||||
return TRUE;
|
return TRUE;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user