GNOME Bugzilla – Bug 791251
gldownload: fix wrong enum
Last modified: 2017-12-05 17:14:31 UTC
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.
Created attachment 365006 [details] [review] gldownload: fix wrong enum
Review of attachment 365006 [details] [review]: This is correct.
Attachment 365006 [details] pushed as 3937ed9 - gldownload: fix wrong enum