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)
committerMatthew Waters <matthew@centricular.com>
Mon, 13 Mar 2017 10:10:58 +0000 (21:10 +1100)
commit956c4d0bde4d6707ccae2b4ae6dfba8500e55217
tree3357725e46e7294f3b398c13dd7fe391d7828692
parent04f8c7d7296aa278bd33e52db335c077a8a53d2a
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.
31 files changed:
docs/libs/gst-plugins-bad-libs-sections.txt
ext/gl/gstgldifferencematte.c
ext/gl/gstgleffects.c
ext/gl/gstgloverlay.c
ext/qt/gstqtsrc.cc
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
sys/androidmedia/gstamcvideodec.c
sys/applemedia/corevideobuffer.c
sys/applemedia/iosglmemory.c
sys/applemedia/iosglmemory.h
sys/applemedia/iosurfacememory.c
sys/applemedia/iosurfacememory.h
sys/applemedia/videotexturecache.m
tests/check/libs/gstglcolorconvert.c
tests/check/libs/gstglcontext.c
tests/check/libs/gstglmemory.c
tests/check/libs/gstglupload.c