Cast away const from GstMetaInfo in *_get_meta_info() functions
authorScott D Phillips <scott.d.phillips@intel.com>
Tue, 15 Nov 2016 00:48:16 +0000 (16:48 -0800)
committerSebastian Dröge <sebastian@centricular.com>
Tue, 15 Nov 2016 12:52:22 +0000 (14:52 +0200)
commit6e71583d070c460ed03a14e10db374739b73ea96
treeac4a18c09851392561481d95daf416edaa4e07d8
parent364a45267e3e50a5434ca2e92e341634af1ffaab
Cast away const from GstMetaInfo in *_get_meta_info() functions

MSVC warns about the const in the implicit argument conversion in the
calls to g_once_init_{enter,leave}. It's OK so explicitly cast it.

https://bugzilla.gnome.org/show_bug.cgi?id=774293
gst-libs/gst/audio/gstaudiometa.c
gst-libs/gst/video/gstvideoaffinetransformationmeta.c
gst-libs/gst/video/gstvideometa.c
gst-libs/gst/video/video-overlay-composition.c