summaryrefslogtreecommitdiff
path: root/ext/cog/gstcog.c
diff options
context:
space:
mode:
Diffstat (limited to 'ext/cog/gstcog.c')
-rw-r--r--ext/cog/gstcog.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/ext/cog/gstcog.c b/ext/cog/gstcog.c
index 877e7c739..b7363913a 100644
--- a/ext/cog/gstcog.c
+++ b/ext/cog/gstcog.c
@@ -37,11 +37,15 @@ GType gst_decimate_get_type (void);
GType gst_motion_detect_get_type (void);
#endif
+GST_DEBUG_CATEGORY (cog_debug);
+
static gboolean
plugin_init (GstPlugin * plugin)
{
orc_init ();
+ GST_DEBUG_CATEGORY_INIT (cog_debug, "cog", 0, "Cog");
+
gst_element_register (plugin, "cogdownsample", GST_RANK_NONE,
gst_cogdownsample_get_type ());
gst_element_register (plugin, "cogcolorspace", GST_RANK_NONE,