gldownload: remove helper api from the library
authorMatthew Waters <matthew@centricular.com>
Fri, 11 Dec 2015 04:39:57 +0000 (15:39 +1100)
committerMatthew Waters <matthew@centricular.com>
Mon, 14 Dec 2015 02:55:16 +0000 (13:55 +1100)
It was never used by anyone and is not needed anymore with the element
and GstGLMemory's transparent support for downloading textures.

ext/gl/gstglstereomix.h

index debe347..0c06d42 100644 (file)
@@ -50,7 +50,6 @@ struct _GstGLStereoMix
   GPtrArray *frames;
 
   GLuint out_tex_id;
-  GstGLDownload *download;
 
   GstGLViewConvert *viewconvert;
   GstGLStereoDownmix downmix_mode;