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/dvdspu | |
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/dvdspu')
-rw-r--r-- | gst/dvdspu/gstdvdspu.c | 4 |
1 files changed, 0 insertions, 4 deletions
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> |