From d9c6eaf72f45c2e1a21d9cf85a0e6393be3fef4b Mon Sep 17 00:00:00 2001 From: Jan Schmidt Date: Tue, 17 Nov 2009 02:16:01 +0000 Subject: [PATCH] [403/906] gstglmixer: Initialise the debug category Initialise the gstglmixer debug category before using it. --- gst-libs/gst/gl/gstglmixer.c | 1 + 1 file changed, 1 insertion(+) diff --git a/gst-libs/gst/gl/gstglmixer.c b/gst-libs/gst/gl/gstglmixer.c index 44930a080f..f43a6498b1 100644 --- a/gst-libs/gst/gl/gstglmixer.c +++ b/gst-libs/gst/gl/gstglmixer.c @@ -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");