From f5df3dea7d79d4ca5fdbb5a2f29f0d4eb31f40ca Mon Sep 17 00:00:00 2001 From: Wim Taymans Date: Mon, 21 Sep 2009 11:44:13 +0200 Subject: [PATCH] info: fix docs --- gst/gstinfo.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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