projects
/
platform
/
upstream
/
gstreamer.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7bf3554
)
gstinfo: maintain ABI compatibility even if debugging is disabled
author
Tim-Philipp Müller
<tim.muller@collabora.co.uk>
Mon, 13 Jul 2009 23:04:22 +0000
(
00:04
+0100)
committer
Tim-Philipp Müller
<tim.muller@collabora.co.uk>
Mon, 13 Jul 2009 23:04:22 +0000
(
00:04
+0100)
gst/gstinfo.c
patch
|
blob
|
history
diff --git
a/gst/gstinfo.c
b/gst/gstinfo.c
index
f34eeb0
..
afe4984
100644
(file)
--- 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)
{