libs/gst/base/gstcollectpads.c: Change debug category to 'collectpads' from 'collect_pads' (fixes #323250).

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).
This commit is contained in:
Tim-Philipp Müller 2005-12-05 09:45:29 +00:00
parent e23e3aa691
commit 93f79f0c96
2 changed files with 7 additions and 1 deletions

View file

@ -1,3 +1,9 @@
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

View file

@ -85,7 +85,7 @@ GST_BOILERPLATE (GstCollectPads, gst_collect_pads, GstObject, GST_TYPE_OBJECT)
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");
}