diff options
Diffstat (limited to 'gst/mpegdemux/flutspmtinfo.c')
-rw-r--r-- | gst/mpegdemux/flutspmtinfo.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gst/mpegdemux/flutspmtinfo.c b/gst/mpegdemux/flutspmtinfo.c index 65402e738..5b25e258c 100644 --- a/gst/mpegdemux/flutspmtinfo.c +++ b/gst/mpegdemux/flutspmtinfo.c @@ -45,6 +45,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 <gst/gst.h> #include "flutspmtinfo.h" |