glupload: allow system memory for dmabuf in transform_caps
authorMichael Olbrich <m.olbrich@pengutronix.de>
Thu, 5 Jul 2018 13:17:30 +0000 (15:17 +0200)
committerMichael Olbrich <m.olbrich@pengutronix.de>
Tue, 30 Oct 2018 11:25:08 +0000 (12:25 +0100)
commitf3292dc1561a8d62812c3f1a2bb3de5c5bb6a807
tree035e3698f148eead5aa1a15eb86613b83eb14fa1
parent4d9abc6bed66593438e378d8648fc067d9aa1615
glupload: allow system memory for dmabuf in transform_caps

This should not be necessary, but currently not all plugins that provide
dmabuf memory announce this with caps features, e.g. v4l2.
The static caps already contain the system memory. It didn't break before
because other upload methods provide the necessary transformation.

https://bugzilla.gnome.org/show_bug.cgi?id=783521
gst-libs/gst/gl/gstglupload.c