gstreamer/ext/gl
Nicolas Dufresne fb4d769425 glimagesink: Only cache pool, don't manage it
GLImage does not use any kind of internal pool. There was some
remaining code and comment stating that it was managing the
pool, and it was in fact setting the active state when doing
to ready state.

* Only create the pool if requested and in propose_allocation
* Cache the pool to avoid reallocation on spurious reconfigure
* Don't try to deactivate the pool (we don't own it)

https://bugzilla.gnome.org/show_bug.cgi?id=745705
2015-03-06 19:25:16 -05:00
..
effects gl: fix various build errors without desktop gl 2014-11-28 10:59:46 +11:00
BUGS move gl elements to ext subdirectory 2014-03-16 11:23:16 +01:00
caopengllayersink.h new caopengllayersink element 2015-02-24 19:12:10 +11:00
caopengllayersink.m caopengllayersink: render black when we don't have a texture to display 2015-02-25 00:03:28 +11:00
gltestsrc.c gltestsrc: implement checkers pattern with GLSL 2014-10-07 23:41:38 +11:00
gltestsrc.h gltestsrc: implement snow pattern with GLSL. 2014-09-24 00:40:37 +10:00
gstglbumper.c gldisplay: implement runtime GL api filtering 2014-11-28 09:14:26 +11:00
gstglbumper.h move gl elements to ext subdirectory 2014-03-16 11:23:16 +01:00
gstglcolorscale.c gl: fix typo in #if 2014-11-28 11:04:22 +11:00
gstglcolorscale.h glcolorscale: support gl3 2014-11-28 09:14:25 +11:00
gstgldeinterlace.c gldisplay: implement runtime GL api filtering 2014-11-28 09:14:26 +11:00
gstgldeinterlace.h move gl elements to ext subdirectory 2014-03-16 11:23:16 +01:00
gstgldifferencematte.c gldisplay: implement runtime GL api filtering 2014-11-28 09:14:26 +11:00
gstgldifferencematte.h gl: silence all the compiler warnings 2014-03-16 15:17:44 +01:00
gstgleffects.c gleffects: don't abort when setting the effect to 0,1,2 2014-12-11 19:41:23 +11:00
gstgleffects.h move gl elements to ext subdirectory 2014-03-16 11:23:16 +01:00
gstglfilterapp.c glfilterapp: fix unused variable compiler warning 2014-11-28 16:04:54 +00:00
gstglfilterapp.h glfilterapp: actually emit the client-draw signal 2014-06-12 23:17:05 +10:00
gstglfilterblur.c gldisplay: implement runtime GL api filtering 2014-11-28 09:14:26 +11:00
gstglfilterblur.h gl: silence all the compiler warnings 2014-03-16 15:17:44 +01:00
gstglfiltercube.c glfiltercube: use a shader everywhere 2014-12-11 19:41:23 +11:00
gstglfiltercube.h gl: remove the use of glu 2014-11-28 09:14:26 +11:00
gstglfilterglass.c gldisplay: implement runtime GL api filtering 2014-11-28 09:14:26 +11:00
gstglfilterglass.h gl: silence all the compiler warnings 2014-03-16 15:17:44 +01:00
gstglfilterlaplacian.c gldisplay: implement runtime GL api filtering 2014-11-28 09:14:26 +11:00
gstglfilterlaplacian.h gl: silence all the compiler warnings 2014-03-16 15:17:44 +01:00
gstglfilterreflectedscreen.c Constify some static arrays everywhere 2015-01-21 10:18:50 +01:00
gstglfilterreflectedscreen.h gl: silence all the compiler warnings 2014-03-16 15:17:44 +01:00
gstglfiltershader.c gldisplay: implement runtime GL api filtering 2014-11-28 09:14:26 +11:00
gstglfiltershader.h glfiltershader: port to GLES2 2014-06-17 23:21:15 +10:00
gstglfiltersobel.c gldisplay: implement runtime GL api filtering 2014-11-28 09:14:26 +11:00
gstglfiltersobel.h gl: silence all the compiler warnings 2014-03-16 15:17:44 +01:00
gstglimagesink.c glimagesink: Only cache pool, don't manage it 2015-03-06 19:25:16 -05:00
gstglimagesink.h glimagesink: clobber the alpha channel by default 2015-01-30 15:54:05 +11:00
gstglmixer.c gl: Remove format info in glcolorconvert's transform_caps function instead of on every caller 2015-03-06 18:53:13 +01:00
gstglmixer.h gldisplay: implement runtime GL api filtering 2014-11-28 09:14:26 +11:00
gstglmixerpad.h glmixer: fix some compiler warnings 2015-02-22 10:34:05 +00:00
gstglmosaic.c gldisplay: implement runtime GL api filtering 2014-11-28 09:14:26 +11:00
gstglmosaic.h gl: Move GstGLMixer to the plugin for now 2014-07-11 09:41:05 +02:00
gstgloverlay.c gloverlay: Fix upside down and miss-aligned JPEG 2015-03-03 15:26:13 -05:00
gstgloverlay.h gloverlay: support gl3 2014-11-28 09:14:25 +11:00
gstgltestsrc.c gl: Remove format info in glcolorconvert's transform_caps function instead of on every caller 2015-03-06 18:53:13 +01:00
gstgltestsrc.h gltestsrc: Add other-context property 2014-10-13 13:25:42 +02:00
gstgltransformation.c gltransformation: normalize translations 2015-03-03 14:05:21 -05:00
gstgltransformation.h gltransform: Fix includes of graphene headers 2015-02-18 17:15:01 -05:00
gstglvideomixer.c glvideomixer: don't upload if alpha <= 0 2015-01-15 09:50:02 +11:00
gstglvideomixer.h glvideomixer: add support for gl3 2014-11-28 09:14:25 +11:00
gstopengl.c new caopengllayersink element 2015-02-24 19:12:10 +11:00
Makefile.am opengl: Clean Makefile.am 2015-02-24 19:01:45 -05:00