From 60495592010aa7211dd33386e7aa5a4168181b40 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Tim-Philipp=20M=C3=BCller?= Date: Tue, 14 Jul 2009 00:04:22 +0100 Subject: [PATCH] gstinfo: maintain ABI compatibility even if debugging is disabled --- gst/gstinfo.c | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/gst/gstinfo.c b/gst/gstinfo.c index f34eeb0..afe4984 100644 --- a/gst/gstinfo.c +++ b/gst/gstinfo.c @@ -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) { -- 2.7.4