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)
committerNicolas Dufresne <nicolas.dufresne@collabora.com>
Tue, 11 Sep 2018 03:03:03 +0000 (23:03 -0400)
commitd7eb48cce7ddb2b9f0d0bee84f66516c8113d167
treeca59aacbd8f611fef34a41b54e06dc1471ebfe73
parentb1299c179bb185bc78df58dd3af9988e6e1f5490
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