gl/format: use our own GL format enum's instead of gstvideo's
authorMatthew Waters <matthew@centricular.com>
Mon, 13 Mar 2017 03:28:47 +0000 (14:28 +1100)
committerTim-Philipp Müller <tim@centricular.com>
Sat, 9 Dec 2017 19:32:27 +0000 (19:32 +0000)
commit66468b42457101c44f2daca714ac81d99c9bc51c
tree2db07397a0b08abe59946630730ceaf34d439120
parentb71e104d006ef0fe26fa78216da67868f2d1cd35
gl/format: use our own GL format enum's instead of gstvideo's

They can describe in more detail (such as component sizes) the requested format.
22 files changed:
ext/gl/gstgldifferencematte.c
ext/gl/gstgleffects.c
ext/gl/gstgloverlay.c
gst-libs/gst/gl/egl/gsteglimage.c
gst-libs/gst/gl/egl/gsteglimage.h
gst-libs/gst/gl/egl/gstglmemoryegl.c
gst-libs/gst/gl/gstglcolorconvert.c
gst-libs/gst/gl/gstglformat.c
gst-libs/gst/gl/gstglformat.h
gst-libs/gst/gl/gstglmemory.c
gst-libs/gst/gl/gstglmemory.h
gst-libs/gst/gl/gstglmemorypbo.c
gst-libs/gst/gl/gstglmemorypbo.h
gst-libs/gst/gl/gstgloverlaycompositor.c
gst-libs/gst/gl/gstglrenderbuffer.c
gst-libs/gst/gl/gstglrenderbuffer.h
gst-libs/gst/gl/gstglupload.c
gst-libs/gst/gl/gstglviewconvert.c
tests/check/libs/gstglcolorconvert.c
tests/check/libs/gstglcontext.c
tests/check/libs/gstglmemory.c
tests/check/libs/gstglupload.c