diff options
author | Tim-Philipp Müller <tim.muller@collabora.co.uk> | 2011-12-12 02:52:13 +0000 |
---|---|---|
committer | Tim-Philipp Müller <tim.muller@collabora.co.uk> | 2011-12-12 09:46:27 +0000 |
commit | b8b8454bcb2aba9a1e5477763b7841705df55052 (patch) | |
tree | 635ae041b24993360b7ae6fd8bdfd69c38aa9de7 /gst/isomp4/gstqtmoovrecover.c | |
parent | 72fc3d1bd92d62aff11e9ad5a6b7e89139a0f4c9 (diff) |
Suppress deprecation warnings in selected files, for g_static_rec_mutex_* mostly
GStaticRecMutex is part of our API/ABI, not much we can do here
in 0.10 for most of these.
Diffstat (limited to 'gst/isomp4/gstqtmoovrecover.c')
-rw-r--r-- | gst/isomp4/gstqtmoovrecover.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gst/isomp4/gstqtmoovrecover.c b/gst/isomp4/gstqtmoovrecover.c index 80799724c..0b832d32b 100644 --- a/gst/isomp4/gstqtmoovrecover.c +++ b/gst/isomp4/gstqtmoovrecover.c @@ -65,6 +65,10 @@ #include "config.h" #endif +/* FIXME 0.11: suppress warnings for deprecated API such as GStaticRecMutex + * with newer GLib versions (>= 2.31.0) */ +#define GLIB_DISABLE_DEPRECATION_WARNINGS + #include <glib/gstdio.h> #include <gst/gst.h> |