mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-10 03:19:40 +00:00
gldownload: remove helper api from the library
It was never used by anyone and is not needed anymore with the element and GstGLMemory's transparent support for downloading textures.
This commit is contained in:
parent
c5f2c56fe2
commit
353b105816
1 changed files with 0 additions and 1 deletions
|
@ -50,7 +50,6 @@ struct _GstGLStereoMix
|
|||
GPtrArray *frames;
|
||||
|
||||
GLuint out_tex_id;
|
||||
GstGLDownload *download;
|
||||
|
||||
GstGLViewConvert *viewconvert;
|
||||
GstGLStereoDownmix downmix_mode;
|
||||
|
|
Loading…
Reference in a new issue