mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-18 15:51:11 +00:00
ext/cdio/gstcdio.c: Init debug category (#331253).
Original commit message from CVS: * ext/cdio/gstcdio.c: (plugin_init): Init debug category (#331253).
This commit is contained in:
parent
72aef06e49
commit
732b9fe817
2 changed files with 7 additions and 0 deletions
|
@ -1,3 +1,8 @@
|
|||
2006-02-17 Tim-Philipp Müller <tim at centricular dot net>
|
||||
|
||||
* ext/cdio/gstcdio.c: (plugin_init):
|
||||
Init debug category (#331253).
|
||||
|
||||
2006-02-16 Tim-Philipp Müller <tim at centricular dot net>
|
||||
|
||||
* gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
|
||||
|
|
|
@ -79,6 +79,8 @@ plugin_init (GstPlugin * plugin)
|
|||
|
||||
cdio_log_set_handler (gst_cdio_log_handler);
|
||||
|
||||
GST_DEBUG_CATEGORY_INIT (gst_cdio_debug, "cdio", 0, "libcdio elements");
|
||||
|
||||
return TRUE;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue