mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-19 00:01:23 +00:00
docs: fix example to use a category name that actually exists
This commit is contained in:
parent
32adac81ee
commit
a76412747d
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue