gl: split glcolorconvert usage from glupload
authorMatthew Waters <matthew@centricular.com>
Wed, 14 Jan 2015 11:08:43 +0000 (22:08 +1100)
committerTim-Philipp Müller <tim@centricular.com>
Sat, 9 Dec 2017 19:31:52 +0000 (19:31 +0000)
commit1dfeae2c4214327a91f9a75a0d84752c8397d468
tree9b4e42a2ef1a09bd5392fe132a99e3a507daa49d
parent19fbe2afbcbc2e0bd08153ea4ccb9b2ac7b37040
gl: split glcolorconvert usage from glupload

the separation allows the transfer operation to occur in a separate
thread/time which may increase performance in specific circumstances.
12 files changed:
ext/gl/gstglimagesink.c
ext/gl/gstglimagesink.h
ext/gl/gstglmixer.c
ext/gl/gstglmixerpad.h
gst-libs/gst/gl/gstglcolorconvert.c
gst-libs/gst/gl/gstglcolorconvert.h
gst-libs/gst/gl/gstgldownload.c
gst-libs/gst/gl/gstglfilter.c
gst-libs/gst/gl/gstglfilter.h
gst-libs/gst/gl/gstglupload.c
gst-libs/gst/gl/gstglupload.h
tests/check/libs/gstglcolorconvert.c