gstreamer/ext/gl
Thibault Saunier d3fef37d61 videoaggregator: Expose vmethods to set converters and prepare/clean frames
This gives more flexibility to the subclasses and permits to remove the
GstVideoAggregatorClass->disable_frame_conversion ugly API.

WARNING: This breaks the API as it removes the disable_frame_conversion
field

API:
  + GstVideoAggregatorClass->find_best_format
  + GstVideoAggregatorPadClass->set_format
  + GstVideoAggregatorPadClass->prepare_frame
  + GstVideoAggregatorPadClass->clean_frame

  - GstVideoAggregatorClass->disable_frame_conversion

https://bugzilla.gnome.org/show_bug.cgi?id=740768
2017-12-09 19:31:50 +00:00
..
effects glfeature: remove GST_GL_API_GLES3 2017-12-09 19:31:42 +00:00
BUGS move gl elements to ext subdirectory 2017-12-09 19:31:34 +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 glbumper: remove redundant check 2017-12-09 19:31:35 +00:00
gstglbumper.h move gl elements to ext subdirectory 2017-12-09 19:31:34 +00:00
gstglcolorscale.c opengl: update element docs for 1.x 2017-12-09 19:31:45 +00:00
gstglcolorscale.h glcolorscale: use a shader on GLESv2 2017-12-09 19:31:38 +00:00
gstgldeinterlace.c gldeinterlace: ref the uploaded buffer 2017-12-09 19:31:48 +00:00
gstgldeinterlace.h move gl elements to ext subdirectory 2017-12-09 19:31:34 +00:00
gstgldifferencematte.c move gl elements to ext subdirectory 2017-12-09 19:31:34 +00:00
gstgldifferencematte.h gl: silence all the compiler warnings 2017-12-09 19:31:34 +00:00
gstgleffects.c gl: fix multi gl object leaks 2017-12-09 19:31:44 +00:00
gstgleffects.h move gl elements to ext subdirectory 2017-12-09 19:31:34 +00:00
gstglfilterapp.c glfilterapp: actually emit the client-draw signal 2017-12-09 19:31:43 +00:00
gstglfilterapp.h glfilterapp: actually emit the client-draw signal 2017-12-09 19:31:43 +00:00
gstglfilterblur.c move gl elements to ext subdirectory 2017-12-09 19:31:34 +00:00
gstglfilterblur.h gl: silence all the compiler warnings 2017-12-09 19:31:34 +00:00
gstglfiltercube.c glfiltercube: Fix typo in property description 2017-12-09 19:31:49 +00:00
gstglfiltercube.h gl: silence all the compiler warnings 2017-12-09 19:31:34 +00:00
gstglfilterglass.c opengl: update element docs for 1.x 2017-12-09 19:31:45 +00:00
gstglfilterglass.h gl: silence all the compiler warnings 2017-12-09 19:31:34 +00:00
gstglfilterlaplacian.c move gl elements to ext subdirectory 2017-12-09 19:31:34 +00:00
gstglfilterlaplacian.h gl: silence all the compiler warnings 2017-12-09 19:31:34 +00:00
gstglfilterreflectedscreen.c gl: silence all the compiler warnings 2017-12-09 19:31:34 +00:00
gstglfilterreflectedscreen.h gl: silence all the compiler warnings 2017-12-09 19:31:34 +00:00
gstglfiltershader.c glshader: enable glshader on GLES2 2017-12-09 19:31:43 +00:00
gstglfiltershader.h glfiltershader: port to GLES2 2017-12-09 19:31:43 +00:00
gstglfiltersobel.c move gl elements to ext subdirectory 2017-12-09 19:31:34 +00:00
gstglfiltersobel.h gl: silence all the compiler warnings 2017-12-09 19:31:34 +00:00
gstglimagesink.c glimagesink: only attempt a resize when the window has already resized 2017-12-09 19:31:50 +00:00
gstglimagesink.h glupload: rearchitecture for non GLMemory inputs/outputs 2017-12-09 19:31:50 +00:00
gstglmixer.c videoaggregator: Expose vmethods to set converters and prepare/clean frames 2017-12-09 19:31:50 +00:00
gstglmixer.h videoaggregator: operate on caps rather than video info 2017-12-09 19:31:48 +00:00
gstglmixerpad.h gl: Move GstGLMixer to the plugin for now 2017-12-09 19:31:44 +00:00
gstglmosaic.c opengl: update element docs for 1.x 2017-12-09 19:31:45 +00:00
gstglmosaic.h gl: Move GstGLMixer to the plugin for now 2017-12-09 19:31:44 +00:00
gstgloverlay.c gloverlay: And fix another unused variable compiler warning 2017-12-09 19:31:48 +00:00
gstgloverlay.h gloverlay: reimplement everything 2017-12-09 19:31:46 +00:00
gstgltestsrc.c gl: propogate other-context using GstContext 2017-12-09 19:31:48 +00:00
gstgltestsrc.h gltestsrc: Add other-context property 2017-12-09 19:31:48 +00:00
gstgltransformation.c gltransformation: graphene multiplication order has changed 2017-12-09 19:31:47 +00:00
gstgltransformation.h gltransformation: fix issues and expose mvp matrix 2017-12-09 19:31:46 +00:00
gstglvideomixer.c videoaggregator: operate on caps rather than video info 2017-12-09 19:31:48 +00:00
gstglvideomixer.h glvideomixer: add a background property 2017-12-09 19:31:45 +00:00
gstopengl.c gloverlay: reimplement everything 2017-12-09 19:31:46 +00:00
Makefile.am gloverlay: Include into the build with GLES2 only too 2017-12-09 19:31:47 +00:00