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:
Matthew Waters 2015-12-11 15:39:57 +11:00
parent c5f2c56fe2
commit 353b105816

View file

@ -50,7 +50,6 @@ struct _GstGLStereoMix
GPtrArray *frames;
GLuint out_tex_id;
GstGLDownload *download;
GstGLViewConvert *viewconvert;
GstGLStereoDownmix downmix_mode;