summaryrefslogtreecommitdiff
path: root/gst/coloreffects
diff options
context:
space:
mode:
authorVineeth T M <vineeth.tm@samsung.com>2014-09-29 10:15:39 +0530
committerSebastian Dröge <sebastian@centricular.com>2014-10-02 10:51:35 +0300
commit14acb6fb3796c9c29dc03ae98a61c7857255cfad (patch)
tree823c1bc6b11ea4ccd7d53bf1606dc848c5098dbf /gst/coloreffects
parent677d052e842ea38886330046f7c77620ea5bb1eb (diff)
gst: remove unnecessary GLIB_DISABLE_DEPRECATION_WARNINGS
There are unnecessary definitions for disabling deprecation warnings. Since GLIB_DISABLE_DEPRECATION_WARNINGS is not needed anymore in these files, removing the same. https://bugzilla.gnome.org/show_bug.cgi?id=737559
Diffstat (limited to 'gst/coloreffects')
-rw-r--r--gst/coloreffects/gstchromahold.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/gst/coloreffects/gstchromahold.c b/gst/coloreffects/gstchromahold.c
index e13984bf7..f4dd9edb7 100644
--- a/gst/coloreffects/gstchromahold.c
+++ b/gst/coloreffects/gstchromahold.c
@@ -35,15 +35,10 @@
* ]| This pipeline only keeps the red color.
*/
-
#ifdef HAVE_CONFIG_H
#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>