mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-18 14:26:43 +00:00
info: fix docs
This commit is contained in:
parent
27284628e4
commit
f5df3dea7d
1 changed files with 1 additions and 1 deletions
|
@ -427,7 +427,7 @@ GstDebugCategory *_gst_debug_get_category (const gchar *name);
|
||||||
* GST_DEBUG_CATEGORY_STATIC (GST_CAT_PERFORMANCE);
|
* GST_DEBUG_CATEGORY_STATIC (GST_CAT_PERFORMANCE);
|
||||||
* ...
|
* ...
|
||||||
* GST_DEBUG_CATEGORY_INIT (gst_myplugin_debug, "myplugin", 0, "nice element");
|
* 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
|
* Since: 0.10.24
|
||||||
|
|
Loading…
Reference in a new issue