summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian Dröge <slomo@circular-chaos.org>2013-09-19 20:09:26 +0200
committerSebastian Dröge <slomo@circular-chaos.org>2013-09-19 20:09:59 +0200
commitfef9ef6a8e20111f97a0f5c41dcfd2977f37be94 (patch)
tree3624512578a2902ea16e355f06f25e8612b06c08
parent0a958c5f992316b1b06a965647bc14820fc51b7b (diff)
downloadgstreamer-plugins-bad-fef9ef6a8e20111f97a0f5c41dcfd2977f37be94.tar.gz
dash/smoothstreaming: Remove unused debug category with the same name
It caused static linking to fail.
-rw-r--r--ext/dash/gstplugin.c3
-rw-r--r--ext/smoothstreaming/gstsmoothstreaming-plugin.c3
2 files changed, 0 insertions, 6 deletions
diff --git a/ext/dash/gstplugin.c b/ext/dash/gstplugin.c
index 5f567787d..aba5f36ac 100644
--- a/ext/dash/gstplugin.c
+++ b/ext/dash/gstplugin.c
@@ -8,8 +8,6 @@
#include "gstdashdemux.h"
-GST_DEBUG_CATEGORY (fragmented_debug);
-
#define XML_BUFFER_SIZE 16
#define XML_INC_BUFFER { \
pos++; \
@@ -91,7 +89,6 @@ dash_type_find (GstTypeFind * tf, gpointer unused)
static gboolean
fragmented_init (GstPlugin * plugin)
{
- GST_DEBUG_CATEGORY_INIT (fragmented_debug, "dashdemux", 0, "dashdemux");
if (!gst_element_register (plugin, "dashdemux", GST_RANK_PRIMARY,
GST_TYPE_DASH_DEMUX) || FALSE)
return FALSE;
diff --git a/ext/smoothstreaming/gstsmoothstreaming-plugin.c b/ext/smoothstreaming/gstsmoothstreaming-plugin.c
index a0bbe7fdb..f7fecb19f 100644
--- a/ext/smoothstreaming/gstsmoothstreaming-plugin.c
+++ b/ext/smoothstreaming/gstsmoothstreaming-plugin.c
@@ -28,12 +28,9 @@
#include "gstmssdemux.h"
-GST_DEBUG_CATEGORY (fragmented_debug);
-
static gboolean
plugin_init (GstPlugin * plugin)
{
- GST_DEBUG_CATEGORY_INIT (fragmented_debug, "fragmented", 0, "fragmented");
if (!gst_element_register (plugin, "mssdemux",
GST_RANK_PRIMARY, GST_TYPE_MSS_DEMUX))
return FALSE;