gst: remove unnecessary GLIB_DISABLE_DEPRECATION_WARNINGS
authorVineeth T M <vineeth.tm@samsung.com>
Mon, 29 Sep 2014 04:45:39 +0000 (10:15 +0530)
committerSebastian Dröge <sebastian@centricular.com>
Thu, 2 Oct 2014 07:51:35 +0000 (10:51 +0300)
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

gst/aiff/aiffparse.c
gst/camerabin2/gstwrappercamerabinsrc.c
gst/coloreffects/gstchromahold.c
gst/dvdspu/gstdvdspu.c
gst/mpegtsmux/mpegtsmux.c
gst/mxf/mxfdemux.c
gst/rawparse/gstrawparse.c
gst/sdp/gstsdpdemux.c

index 6d77e7cf92be2ee737aa799b930bc39972fbfffb..da45ce5a2364f296715bc150b7d8353f6e1aa458 100644 (file)
 #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>
 
index f1cc9ac7969bd4fa7e83084910c1d3a5328b182d..24f44f39aa51b57d028c15e22b89e64c2f81d58e 100644 (file)
 #  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"
index e13984bf78f0ba8ea53654043800e850f0347f29..f4dd9edb75b6e44173dcc6d4246156af6cb6a460 100644 (file)
  * ]| 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>
index 57447266e3acbaf3d4d6d3860e8688c1c0b1721f..8ac8e65f91b5af3a761a33f15ef1215ad281554f 100644 (file)
 #  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>
 
index af246a20d0835bbeb494b71ac81996805b779ca5..975c9263a05b283c09d9ec8562f7bd9da7f48b00 100644 (file)
 #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>
index 1c093b40bf07b2333d27a2023908e4dd371b57aa..927681f8da51eb37087716c52a43684631ba93fb 100644 (file)
 #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"
 
index f807d9effd5f59a32502bc3614f485fd2a366238..5f5925a169869bbb27a1b85cdf3a5311fcc70d78 100644 (file)
 
 #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>
index 17e2e05e183533970daea82f56f628bc859b3bd3..900379d559bb4efadf54e1816993ae98b1c2cc6a 100644 (file)
 #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>