mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-10 03:19:40 +00:00
[403/906] gstglmixer: Initialise the debug category
Initialise the gstglmixer debug category before using it.
This commit is contained in:
parent
416a4c6161
commit
d9c6eaf72f
1 changed files with 1 additions and 0 deletions
|
@ -239,6 +239,7 @@ _do_init (GType object_type)
|
||||||
NULL
|
NULL
|
||||||
};
|
};
|
||||||
|
|
||||||
|
GST_DEBUG_CATEGORY_INIT (GST_CAT_DEFAULT, "glmixer", 0, "opengl mixer");
|
||||||
g_type_add_interface_static (object_type, GST_TYPE_CHILD_PROXY,
|
g_type_add_interface_static (object_type, GST_TYPE_CHILD_PROXY,
|
||||||
&child_proxy_info);
|
&child_proxy_info);
|
||||||
GST_INFO ("GstChildProxy interface registered");
|
GST_INFO ("GstChildProxy interface registered");
|
||||||
|
|
Loading…
Reference in a new issue