gstinfo: maintain ABI compatibility even if debugging is disabled

This commit is contained in:
Tim-Philipp Müller 2009-07-14 00:04:22 +01:00
parent 7bf3554228
commit 6049559201

View file

@ -1826,6 +1826,12 @@ gst_debug_get_all_categories (void)
return NULL;
}
GstDebugCategory *
_gst_debug_get_category (const gchar * name)
{
return NULL;
}
gchar *
gst_debug_construct_term_color (guint colorinfo)
{