info: fix docs

This commit is contained in:
Wim Taymans 2009-09-21 11:44:13 +02:00 committed by Wim Taymans
parent 27284628e4
commit f5df3dea7d

View 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