mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-17 19:55:32 +00:00
[398/906] gldownload: do not forgot to create the gl context
fix #600630
This commit is contained in:
parent
621aabe378
commit
0ba1945c57
1 changed files with 1 additions and 0 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue