Use intermediate guint when handling GstVideoMultiviewFlags
authorScott D Phillips <scott.d.phillips@intel.com>
Fri, 11 Nov 2016 18:45:01 +0000 (10:45 -0800)
committerSebastian Dröge <sebastian@centricular.com>
Sat, 12 Nov 2016 08:52:24 +0000 (10:52 +0200)
commit55297bdbad7d5410866b72bee43f32860f9ed903
tree87018efdd6fb9488b12dd856c5b0eb3626d177a9
parent70e1d1bcd4c560e55df8adf27b549b5fb2a31a58
Use intermediate guint when handling GstVideoMultiviewFlags

The underlying integer type of the enum GstVideoMultiviewFlags is
implementation defined and may not have the same size as guint.

https://bugzilla.gnome.org/show_bug.cgi?id=774293
gst/matroska/matroska-mux.c