mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-19 14:56:36 +00:00
docs: add 'Since' tag for new GST_DEBUG_CATEGORY_GET macro
This commit is contained in:
parent
cfae0c15e7
commit
6b2986194b
1 changed files with 2 additions and 0 deletions
|
@ -429,6 +429,8 @@ GstDebugCategory *_gst_debug_get_category (const gchar *name);
|
||||||
* 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
|
||||||
*/
|
*/
|
||||||
#ifdef GST_CAT_DEFAULT
|
#ifdef GST_CAT_DEFAULT
|
||||||
#define GST_DEBUG_CATEGORY_GET(cat,name) G_STMT_START{\
|
#define GST_DEBUG_CATEGORY_GET(cat,name) G_STMT_START{\
|
||||||
|
|
Loading…
Reference in a new issue