gstreamer/ext/gl
Nicolas Dufresne bc92b41c7b 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
2017-12-09 19:31:56 +00:00
..
effects gl: fix various build errors without desktop gl 2017-12-09 19:31:51 +00:00
BUGS move gl elements to ext subdirectory 2017-12-09 19:31:34 +00:00
caopengllayersink.h new caopengllayersink element 2017-12-09 19:31:55 +00:00
caopengllayersink.m caopengllayersink: render black when we don't have a texture to display 2017-12-09 19:31:55 +00:00
gltestsrc.c gltestsrc: implement checkers pattern with GLSL 2017-12-09 19:31:48 +00:00
gltestsrc.h gltestsrc: implement snow pattern with GLSL. 2017-12-09 19:31:46 +00:00
gstglbumper.c gldisplay: implement runtime GL api filtering 2017-12-09 19:31:51 +00:00
gstglbumper.h move gl elements to ext subdirectory 2017-12-09 19:31:34 +00:00
gstglcolorscale.c gl: fix typo in #if 2017-12-09 19:31:51 +00:00
gstglcolorscale.h glcolorscale: support gl3 2017-12-09 19:31:51 +00:00
gstgldeinterlace.c gldisplay: implement runtime GL api filtering 2017-12-09 19:31:51 +00:00
gstgldeinterlace.h move gl elements to ext subdirectory 2017-12-09 19:31:34 +00:00
gstgldifferencematte.c gldisplay: implement runtime GL api filtering 2017-12-09 19:31:51 +00:00
gstgldifferencematte.h gl: silence all the compiler warnings 2017-12-09 19:31:34 +00:00
gstgleffects.c gleffects: don't abort when setting the effect to 0,1,2 2017-12-09 19:31:52 +00:00
gstgleffects.h move gl elements to ext subdirectory 2017-12-09 19:31:34 +00:00
gstglfilterapp.c glfilterapp: fix unused variable compiler warning 2017-12-09 19:31:51 +00:00
gstglfilterapp.h glfilterapp: actually emit the client-draw signal 2017-12-09 19:31:43 +00:00
gstglfilterblur.c gldisplay: implement runtime GL api filtering 2017-12-09 19:31:51 +00:00
gstglfilterblur.h gl: silence all the compiler warnings 2017-12-09 19:31:34 +00:00
gstglfiltercube.c glfiltercube: use a shader everywhere 2017-12-09 19:31:52 +00:00
gstglfiltercube.h gl: remove the use of glu 2017-12-09 19:31:51 +00:00
gstglfilterglass.c gldisplay: implement runtime GL api filtering 2017-12-09 19:31:51 +00:00
gstglfilterglass.h gl: silence all the compiler warnings 2017-12-09 19:31:34 +00:00
gstglfilterlaplacian.c gldisplay: implement runtime GL api filtering 2017-12-09 19:31:51 +00:00
gstglfilterlaplacian.h gl: silence all the compiler warnings 2017-12-09 19:31:34 +00:00
gstglfilterreflectedscreen.c Constify some static arrays everywhere 2017-12-09 19:31:53 +00:00
gstglfilterreflectedscreen.h gl: silence all the compiler warnings 2017-12-09 19:31:34 +00:00
gstglfiltershader.c gldisplay: implement runtime GL api filtering 2017-12-09 19:31:51 +00:00
gstglfiltershader.h glfiltershader: port to GLES2 2017-12-09 19:31:43 +00:00
gstglfiltersobel.c gldisplay: implement runtime GL api filtering 2017-12-09 19:31:51 +00:00
gstglfiltersobel.h gl: silence all the compiler warnings 2017-12-09 19:31:34 +00:00
gstglimagesink.c glimagesink: Only cache pool, don't manage it 2017-12-09 19:31:56 +00:00
gstglimagesink.h glimagesink: clobber the alpha channel by default 2017-12-09 19:31:54 +00:00
gstglmixer.c gl: Remove format info in glcolorconvert's transform_caps function instead of on every caller 2017-12-09 19:31:56 +00:00
gstglmixer.h gldisplay: implement runtime GL api filtering 2017-12-09 19:31:51 +00:00
gstglmixerpad.h glmixer: fix some compiler warnings 2017-12-09 19:31:55 +00:00
gstglmosaic.c gldisplay: implement runtime GL api filtering 2017-12-09 19:31:51 +00:00
gstglmosaic.h gl: Move GstGLMixer to the plugin for now 2017-12-09 19:31:44 +00:00
gstgloverlay.c gloverlay: Fix upside down and miss-aligned JPEG 2017-12-09 19:31:56 +00:00
gstgloverlay.h gloverlay: support gl3 2017-12-09 19:31:51 +00:00
gstgltestsrc.c gl: Remove format info in glcolorconvert's transform_caps function instead of on every caller 2017-12-09 19:31:56 +00:00
gstgltestsrc.h gltestsrc: Add other-context property 2017-12-09 19:31:48 +00:00
gstgltransformation.c gltransformation: normalize translations 2017-12-09 19:31:56 +00:00
gstgltransformation.h gltransform: Fix includes of graphene headers 2017-12-09 19:31:55 +00:00
gstglvideomixer.c glvideomixer: don't upload if alpha <= 0 2017-12-09 19:31:52 +00:00
gstglvideomixer.h glvideomixer: add support for gl3 2017-12-09 19:31:51 +00:00
gstopengl.c new caopengllayersink element 2017-12-09 19:31:55 +00:00
Makefile.am opengl: Clean Makefile.am 2017-12-09 19:31:55 +00:00