[0.11] gstreamer: tagsetter: Removing unused debug category
Edward Hervey
bilboed at kemper.freedesktop.org
Wed Mar 30 12:33:37 PDT 2011
Module: gstreamer
Branch: 0.11
Commit: 4b322b215aadf33f114afd7054a7cecaa853c4e0
URL: http://cgit.freedesktop.org/gstreamer/gstreamer/commit/?id=4b322b215aadf33f114afd7054a7cecaa853c4e0
Author: Thiago Santos <thiago.sousa.santos at collabora.co.uk>
Date: Fri Mar 18 08:22:23 2011 -0300
tagsetter: Removing unused debug category
tagsetter's debug category had a typo and was unused. Removing it.
---
gst/gsttagsetter.c | 6 ------
1 files changed, 0 insertions(+), 6 deletions(-)
diff --git a/gst/gsttagsetter.c b/gst/gsttagsetter.c
index 05dbbab..5a5f967 100644
--- a/gst/gsttagsetter.c
+++ b/gst/gsttagsetter.c
@@ -77,9 +77,6 @@
#include <gobject/gvaluecollector.h>
#include <string.h>
-GST_DEBUG_CATEGORY_STATIC (gst_tag_interface_debug);
-#define GST_CAT_DEFAULT tag_tag_interface_debug
-
static GQuark gst_tag_key;
typedef struct
@@ -108,9 +105,6 @@ gst_tag_setter_get_type (void)
NULL
};
- GST_DEBUG_CATEGORY_INIT (gst_tag_interface_debug, "GstTagInterface", 0,
- "interfaces for tagging");
-
_type = g_type_register_static (G_TYPE_INTERFACE, "GstTagSetter",
&tag_setter_info, 0);
More information about the gstreamer-commits
mailing list