[403/906] gstglmixer: Initialise the debug category

Initialise the gstglmixer debug category before using it.
This commit is contained in:
Jan Schmidt 2009-11-17 02:16:01 +00:00 committed by Matthew Waters
parent 416a4c6161
commit d9c6eaf72f

View file

@ -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");