diff --git a/gst-libs/gst/gl/gstgldebug.c b/gst-libs/gst/gl/gstgldebug.c index c54d7450a5..2b9a01fc6f 100644 --- a/gst-libs/gst/gl/gstgldebug.c +++ b/gst-libs/gst/gl/gstgldebug.c @@ -333,6 +333,8 @@ gst_gl_insert_debug_marker (GstGLContext * context, const gchar * format, ...) gint len; va_list args; + _init_debug (); + /* are we enabled */ if (gst_debug_category_get_threshold (gst_gl_marker_debug) < GST_LEVEL_FIXME) return;