From a76412747d16094a233ab4a9d0a8a8debd25df20 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tim-Philipp=20M=C3=BCller?= Date: Fri, 11 Jun 2010 15:36:10 +0100 Subject: [PATCH] docs: fix example to use a category name that actually exists --- gst/gstinfo.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gst/gstinfo.h b/gst/gstinfo.h index 0125f92ad0..672bb02bc9 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