[gst-cvs] gstreamer: docs: fix example to use a category name that actually exists
Tim Müller
tpm at kemper.freedesktop.org
Mon Jun 14 04:29:07 PDT 2010
Module: gstreamer
Branch: master
Commit: a76412747d16094a233ab4a9d0a8a8debd25df20
URL: http://cgit.freedesktop.org/gstreamer/gstreamer/commit/?id=a76412747d16094a233ab4a9d0a8a8debd25df20
Author: Tim-Philipp Müller <tim.muller at collabora.co.uk>
Date: Fri Jun 11 15:36:10 2010 +0100
docs: fix example to use a category name that actually exists
---
gst/gstinfo.h | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/gst/gstinfo.h b/gst/gstinfo.h
index 0125f92..672bb02 100644
--- a/gst/gstinfo.h
+++ b/gst/gstinfo.h
@@ -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
More information about the Gstreamer-commits
mailing list