Cast away const from GstMetaInfo in *_get_meta_info() functions
authorScott D Phillips <scott.d.phillips@intel.com>
Mon, 14 Nov 2016 19:27:05 +0000 (11:27 -0800)
committerSebastian Dröge <sebastian@centricular.com>
Tue, 15 Nov 2016 12:51:18 +0000 (14:51 +0200)
commit075744a894ae49f9de512298e89f05befc15164d
treea58c424599a0af36cb09f7810193c397a22529ca
parent1e307253311c0be21e74cde238e846e673371b26
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/gstbuffer.c
gst/gstprotection.c
libs/gst/net/gstnetaddressmeta.c
libs/gst/net/gstnetcontrolmessagemeta.c