summaryrefslogtreecommitdiff
path: root/gst/mpegtsmux
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/mpegtsmux
parent677d052e842ea38886330046f7c77620ea5bb1eb (diff)
downloadgstreamer-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/mpegtsmux')
-rw-r--r--gst/mpegtsmux/mpegtsmux.c4
1 files changed, 0 insertions, 4 deletions
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>