[Bug 789057] Fix -Wenum-conversion warnings

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Mon Oct 16 14:27:17 UTC 2017


https://bugzilla.gnome.org/show_bug.cgi?id=789057

--- Comment #1 from Guillaume Desmottes <gdesmott at gnome.org> ---
Created attachment 361677
  --> https://bugzilla.gnome.org/attachment.cgi?id=361677&action=edit
properly cast extension enums

OMX's allow 3rds party to define extensions using their own enums
(like OMX_VIDEO_CODINGEXTTYPE) and to be used as the general
ones (like OMX_VIDEO_CODINGTYPE).
Properly cast those to fix -Wenum-conversion warnings from some
compilers such as clang.

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.


More information about the gstreamer-bugs mailing list