Cast away const from GstMetaInfo in *_get_meta_info() functions
authorScott D Phillips <scott.d.phillips@intel.com>
Tue, 15 Nov 2016 00:59:48 +0000 (16:59 -0800)
committerSebastian Dröge <sebastian@centricular.com>
Tue, 15 Nov 2016 12:53:49 +0000 (14:53 +0200)
commit3c53da5e09fc210ec6e65eca8c48aa07271f4919
tree221a7d1db64d8d614e52bfd53f16cb2205c741b2
parente2dbc2affa897fa94e607a8da3ecc2a5c43211b3
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/codecparsers/gstmpegvideometa.c