mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-10 03:19:40 +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
d2445ecbf4
commit
42f6df91db
1 changed files with 2 additions and 0 deletions
|
@ -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