[403/906] gstglmixer: Initialise the debug category
Initialise the gstglmixer debug category before using it.
This commit is contained in:
parent
416a4c6161
commit
d9c6eaf72f
@ -239,6 +239,7 @@ _do_init (GType object_type)
|
||||
NULL
|
||||
};
|
||||
|
||||
GST_DEBUG_CATEGORY_INIT (GST_CAT_DEFAULT, "glmixer", 0, "opengl mixer");
|
||||
g_type_add_interface_static (object_type, GST_TYPE_CHILD_PROXY,
|
||||
&child_proxy_info);
|
||||
GST_INFO ("GstChildProxy interface registered");
|
||||
|
Loading…
x
Reference in New Issue
Block a user