summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim@centricular.com>2015-09-17 17:54:36 +0100
committerTim-Philipp Müller <tim@centricular.com>2015-09-17 17:54:36 +0100
commitd331f01e03ecef2f4e0d18c19e5ebc1d73d59bcd (patch)
tree772734efd42cc589ccf98467bcd4d1cc259dd1a2
parent261d8daca06f4852887e519b7339ca670dc42a79 (diff)
downloadgstreamer-plugins-bad-d331f01e03ecef2f4e0d18c19e5ebc1d73d59bcd.tar.gz
adaptivedemux: remove unprefix STATISTICS_MESSAGE_NAME after all
It was only added during 1.5.x so we might just as well remove it immediately. https://bugzilla.gnome.org/show_bug.cgi?id=754686
-rw-r--r--gst-libs/gst/adaptivedemux/gstadaptivedemux.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/gst-libs/gst/adaptivedemux/gstadaptivedemux.h b/gst-libs/gst/adaptivedemux/gstadaptivedemux.h
index 09de08ae0..b65b6d675 100644
--- a/gst-libs/gst/adaptivedemux/gstadaptivedemux.h
+++ b/gst-libs/gst/adaptivedemux/gstadaptivedemux.h
@@ -72,11 +72,6 @@ G_BEGIN_DECLS
*/
#define GST_ADAPTIVE_DEMUX_STATISTICS_MESSAGE_NAME "adaptive-streaming-statistics"
-/* FIXME: remove STATISTICS_MESSAGE_NAME in 1.7.x */
-#ifndef GST_DISABLE_DEPRECATED
-#define STATISTICS_MESSAGE_NAME GST_ADAPTIVE_DEMUX_STATISTICS_MESSAGE_NAME
-#endif
-
#define GST_MANIFEST_GET_LOCK(d) (&(GST_ADAPTIVE_DEMUX_CAST(d)->manifest_lock))
#define GST_MANIFEST_LOCK(d) (g_mutex_lock (GST_MANIFEST_GET_LOCK (d)))
#define GST_MANIFEST_UNLOCK(d) (g_mutex_unlock (GST_MANIFEST_GET_LOCK (d)))