mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-03-08 04:41:31 +00:00
docs: Trivial cleanup for GST_DEBUG_CATEGORY_GET
This commit is contained in:
parent
b0b8fb9b31
commit
00a0f4fd0b
1 changed files with 3 additions and 3 deletions
|
@ -447,9 +447,9 @@ gint gst_debug_construct_win_color (guint colorinfo);
|
|||
* @cat: the category to initialize.
|
||||
* @name: log category name
|
||||
*
|
||||
* Lookup an exiting #GstDebugCategory by its @name and sets @cat. If category
|
||||
* is not found, but GST_CAT_DEFAULT is defined, that is assigned to @cat.
|
||||
* Otherwise cat will be NULL.
|
||||
* Looks up an existing #GstDebugCategory by its @name and sets @cat. If the
|
||||
* category is not found, but GST_CAT_DEFAULT is defined, that is assigned to
|
||||
* @cat. Otherwise @cat will be NULL.
|
||||
*
|
||||
* |[
|
||||
* GST_DEBUG_CATEGORY_STATIC (gst_myplugin_debug);
|
||||
|
|
Loading…
Reference in a new issue