gldownload: fix wrong enum
authorVíctor Manuel Jáquez Leal <vjaquez@igalia.com>
Tue, 5 Dec 2017 09:37:40 +0000 (10:37 +0100)
committerTim-Philipp Müller <tim@centricular.com>
Sat, 9 Dec 2017 19:32:31 +0000 (19:32 +0000)
commit8f0bf85cfe20af24e84fc6c978225ba856cc5af5
tree881ca64c9609997f960d32cece3ce8876430d2b5
parentdc5dd864e614db9e9116db704948dfd5936cbb14
gldownload: fix wrong enum

When compiling with clang, an enum conversion error is triggered
since GstVideoFrameFlags are not GstVideoFlags.

This patch sets GST_VIDEO_FRAME_FLAG_NONE to the added video meta.

https://bugzilla.gnome.org/show_bug.cgi?id=791251
ext/gl/gstgldownloadelement.c