[gst-cvs] gst-plugins-gl: gstglmixer: Initialise the debug category
Jan Schmidt
thaytan at kemper.freedesktop.org
Tue Nov 17 02:43:30 PST 2009
Module: gst-plugins-gl
Branch: master
Commit: e0e96dcb5448546f7fbe9e3993a638b2e1f5c450
URL: http://cgit.freedesktop.org/gstreamer/gst-plugins-gl/commit/?id=e0e96dcb5448546f7fbe9e3993a638b2e1f5c450
Author: Jan Schmidt <thaytan at noraisin.net>
Date: Tue Nov 17 02:16:01 2009 +0000
gstglmixer: Initialise the debug category
Initialise the gstglmixer debug category before using it.
---
gst-libs/gst/gl/gstglmixer.c | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/gst-libs/gst/gl/gstglmixer.c b/gst-libs/gst/gl/gstglmixer.c
index 44930a0..f43a649 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");
More information about the Gstreamer-commits
mailing list