mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-23 08:46:40 +00:00
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:
parent
e23e3aa691
commit
93f79f0c96
2 changed files with 7 additions and 1 deletions
|
@ -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
|
||||
|
|
|
@ -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");
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue