dash/smoothstreaming: Remove unused debug category with the same name
authorSebastian Dröge <slomo@circular-chaos.org>
Thu, 19 Sep 2013 18:09:26 +0000 (20:09 +0200)
committerSebastian Dröge <slomo@circular-chaos.org>
Thu, 19 Sep 2013 18:09:59 +0000 (20:09 +0200)
It caused static linking to fail.

ext/dash/gstplugin.c
ext/smoothstreaming/gstsmoothstreaming-plugin.c

index 5f56778..aba5f36 100644 (file)
@@ -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;
index a0bbe7f..f7fecb1 100644 (file)
 
 #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;