mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-11 01:45:33 +00:00
adder: Do debug category initialization in plugin_init again
This commit is contained in:
parent
3c43dbfc51
commit
9b85b13d80
1 changed files with 3 additions and 0 deletions
|
@ -1291,6 +1291,9 @@ gst_adder_change_state (GstElement * element, GstStateChange transition)
|
|||
static gboolean
|
||||
plugin_init (GstPlugin * plugin)
|
||||
{
|
||||
GST_DEBUG_CATEGORY_INIT (GST_CAT_DEFAULT, "adder", 0,
|
||||
"audio channel mixing element");
|
||||
|
||||
gst_adder_orc_init ();
|
||||
|
||||
if (!gst_element_register (plugin, "adder", GST_RANK_NONE, GST_TYPE_ADDER)) {
|
||||
|
|
Loading…
Reference in a new issue