Use intermediate guint when handling GstVideoMultiviewFlags
authorScott D Phillips <scott.d.phillips@intel.com>
Fri, 11 Nov 2016 18:38:58 +0000 (10:38 -0800)
committerSebastian Dröge <sebastian@centricular.com>
Sat, 12 Nov 2016 08:51:30 +0000 (10:51 +0200)
commitff8d49a4c8bf9040b941818ec7dcfb2b0e375c16
tree5bf93ce420913fe348197a7ed074840d75b32feb
parentab3c8caeed2329dc9d6d4ca568f4f9bb2b464b05
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-libs/gst/video/video-info.c
gst/playback/gstplaybin2.c
gst/playback/gstplaybin3.c