summaryrefslogtreecommitdiff
path: root/gst/coloreffects/gstchromahold.c
diff options
context:
space:
mode:
Diffstat (limited to 'gst/coloreffects/gstchromahold.c')
-rw-r--r--gst/coloreffects/gstchromahold.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/gst/coloreffects/gstchromahold.c b/gst/coloreffects/gstchromahold.c
index 1c5524af4..4f6a7d434 100644
--- a/gst/coloreffects/gstchromahold.c
+++ b/gst/coloreffects/gstchromahold.c
@@ -40,6 +40,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 "gstchromahold.h"
#include <stdlib.h>