docs: fix example to use a category name that actually exists
authorTim-Philipp Müller <tim.muller@collabora.co.uk>
Fri, 11 Jun 2010 14:36:10 +0000 (15:36 +0100)
committerTim-Philipp Müller <tim.muller@collabora.co.uk>
Mon, 14 Jun 2010 11:28:42 +0000 (12:28 +0100)
gst/gstinfo.h

index 0125f92..672bb02 100644 (file)
@@ -457,7 +457,7 @@ gint    gst_debug_construct_win_color  (guint colorinfo);
  * 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, "GST_PERFORMANCE");
  * ]|
  *
  * Since: 0.10.24