summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWim Taymans <wim.taymans@collabora.co.uk>2009-09-21 11:44:13 +0200
committerWim Taymans <wim@metal.(none)>2009-10-28 16:36:13 +0100
commitf5df3dea7d79d4ca5fdbb5a2f29f0d4eb31f40ca (patch)
treecd27e63eb2ce63327052346f00101ad83eb62f26
parent27284628e4123e85ae9719f0a2376a221940ae55 (diff)
info: fix docs
-rw-r--r--gst/gstinfo.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gst/gstinfo.h b/gst/gstinfo.h
index 3985216c6a..27cdc76f86 100644
--- a/gst/gstinfo.h
+++ b/gst/gstinfo.h
@@ -427,7 +427,7 @@ GstDebugCategory *_gst_debug_get_category (const gchar *name);
* GST_DEBUG_CATEGORY_STATIC (GST_CAT_PERFORMANCE);
* ...
* GST_DEBUG_CATEGORY_INIT (gst_myplugin_debug, "myplugin", 0, "nice element");
- * GST_DEBUG_CATEGORY_GET (GST_CAT_PERFORMANCE, "performance);
+ * GST_DEBUG_CATEGORY_GET (GST_CAT_PERFORMANCE, "performance");
* ]|
*
* Since: 0.10.24