gstinfo: maintain ABI compatibility even if debugging is disabled
authorTim-Philipp Müller <tim.muller@collabora.co.uk>
Mon, 13 Jul 2009 23:04:22 +0000 (00:04 +0100)
committerTim-Philipp Müller <tim.muller@collabora.co.uk>
Mon, 13 Jul 2009 23:04:22 +0000 (00:04 +0100)
gst/gstinfo.c

index f34eeb0..afe4984 100644 (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)
 {