diff options
author | Vineeth T M <vineeth.tm@samsung.com> | 2014-09-29 10:15:39 +0530 |
---|---|---|
committer | Sebastian Dröge <sebastian@centricular.com> | 2014-10-02 10:51:35 +0300 |
commit | 14acb6fb3796c9c29dc03ae98a61c7857255cfad (patch) | |
tree | 823c1bc6b11ea4ccd7d53bf1606dc848c5098dbf /gst | |
parent | 677d052e842ea38886330046f7c77620ea5bb1eb (diff) | |
download | gstreamer-plugins-bad-14acb6fb3796c9c29dc03ae98a61c7857255cfad.tar.gz |
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')
-rw-r--r-- | gst/aiff/aiffparse.c | 4 | ||||
-rw-r--r-- | gst/camerabin2/gstwrappercamerabinsrc.c | 4 | ||||
-rw-r--r-- | gst/coloreffects/gstchromahold.c | 5 | ||||
-rw-r--r-- | gst/dvdspu/gstdvdspu.c | 4 | ||||
-rw-r--r-- | gst/mpegtsmux/mpegtsmux.c | 4 | ||||
-rw-r--r-- | gst/mxf/mxfdemux.c | 4 | ||||
-rw-r--r-- | gst/rawparse/gstrawparse.c | 4 | ||||
-rw-r--r-- | gst/sdp/gstsdpdemux.c | 4 |
8 files changed, 0 insertions, 33 deletions
diff --git a/gst/aiff/aiffparse.c b/gst/aiff/aiffparse.c index 6d77e7cf9..da45ce5a2 100644 --- a/gst/aiff/aiffparse.c +++ b/gst/aiff/aiffparse.c @@ -53,10 +53,6 @@ #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 <string.h> #include <math.h> diff --git a/gst/camerabin2/gstwrappercamerabinsrc.c b/gst/camerabin2/gstwrappercamerabinsrc.c index f1cc9ac79..24f44f39a 100644 --- a/gst/camerabin2/gstwrappercamerabinsrc.c +++ b/gst/camerabin2/gstwrappercamerabinsrc.c @@ -31,10 +31,6 @@ # 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/interfaces/photography.h> #include "gstwrappercamerabinsrc.h" 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> diff --git a/gst/dvdspu/gstdvdspu.c b/gst/dvdspu/gstdvdspu.c index 57447266e..8ac8e65f9 100644 --- a/gst/dvdspu/gstdvdspu.c +++ b/gst/dvdspu/gstdvdspu.c @@ -32,10 +32,6 @@ # 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-i18n-plugin.h> #include <gst/video/video.h> diff --git a/gst/mpegtsmux/mpegtsmux.c b/gst/mpegtsmux/mpegtsmux.c index af246a20d..975c9263a 100644 --- a/gst/mpegtsmux/mpegtsmux.c +++ b/gst/mpegtsmux/mpegtsmux.c @@ -88,10 +88,6 @@ #include <stdio.h> #include <string.h> -/* 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/tag/tag.h> #include <gst/video/video.h> #include <gst/mpegts/mpegts.h> diff --git a/gst/mxf/mxfdemux.c b/gst/mxf/mxfdemux.c index 1c093b40b..927681f8d 100644 --- a/gst/mxf/mxfdemux.c +++ b/gst/mxf/mxfdemux.c @@ -52,10 +52,6 @@ #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 "mxfdemux.h" #include "mxfessence.h" diff --git a/gst/rawparse/gstrawparse.c b/gst/rawparse/gstrawparse.c index f807d9eff..5f5925a16 100644 --- a/gst/rawparse/gstrawparse.c +++ b/gst/rawparse/gstrawparse.c @@ -29,10 +29,6 @@ #include <string.h> -/* 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 <gst/base/gstbasetransform.h> #include <gst/base/gstadapter.h> diff --git a/gst/sdp/gstsdpdemux.c b/gst/sdp/gstsdpdemux.c index 17e2e05e1..900379d55 100644 --- a/gst/sdp/gstsdpdemux.c +++ b/gst/sdp/gstsdpdemux.c @@ -45,10 +45,6 @@ #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 "gstsdpdemux.h" #include <gst/rtp/gstrtppayloads.h> |