]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - glsdk/gstreamer0-10.git/commitdiff
info: fix docs
authorWim Taymans <wim.taymans@collabora.co.uk>
Mon, 21 Sep 2009 09:44:13 +0000 (11:44 +0200)
committerWim Taymans <wim@metal.(none)>
Wed, 28 Oct 2009 15:36:13 +0000 (16:36 +0100)
gst/gstinfo.h

index 3985216c6a596d2327fb447343dc4ca602a720f3..27cdc76f868e393400df6fc8e6ca808ab3f159a9 100644 (file)
@@ -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