[573/906] add upload and download library objects
authorMatthew Waters <ystreet00@gmail.com>
Sun, 16 Sep 2012 11:23:09 +0000 (21:23 +1000)
committerTim-Philipp Müller <tim@centricular.com>
Sat, 9 Dec 2017 19:31:25 +0000 (19:31 +0000)
commit3ee54d3135063c7a6247121e5995d62d02780732
tree3cddba43965ad107a3ead85cb429bb70623210a0
parent3283e9e7deee0e3d345c079c6dd97d2c13ee3ab2
[573/906] add upload and download library objects

allows multiple upload pipelines that previously wasn't possible
 (i.e. upload RGB and I420 and ... on the same GstGLDisplay)
gst-libs/gst/gl/gstgldisplay.c
gst-libs/gst/gl/gstgldisplay.h
gst-libs/gst/gl/gstgldownload.c [new file with mode: 0644]
gst-libs/gst/gl/gstgldownload.h [new file with mode: 0644]
gst-libs/gst/gl/gstglupload.c [new file with mode: 0644]
gst-libs/gst/gl/gstglupload.h [new file with mode: 0644]