Original commit message from CVS:
* libs/gst/base/gstcollectpads.c: (gst_collect_pads_base_init):
Change debug category to 'collectpads' from 'collect_pads'
(fixes #323250).
+2005-12-05 Tim-Philipp Müller <tim at centricular dot net>
+
+ * libs/gst/base/gstcollectpads.c: (gst_collect_pads_base_init):
+ Change debug category to 'collectpads' from 'collect_pads'
+ (fixes #323250).
+
2005-12-04 Thomas Vander Stichele <thomas at apestaart dot org>
patch by: Sebastien Moutte
static void gst_collect_pads_base_init (gpointer g_class)
{
- GST_DEBUG_CATEGORY_INIT (collect_pads_debug, "collect_pads", 0,
+ GST_DEBUG_CATEGORY_INIT (collect_pads_debug, "collectpads", 0,
"GstCollectPads");
}