docs: add 'Since' tag for new GST_DEBUG_CATEGORY_GET macro

This commit is contained in:
Tim-Philipp Müller 2009-07-07 20:13:48 +01:00
parent cfae0c15e7
commit 6b2986194b

View file

@ -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_GET (GST_CAT_PERFORMANCE, "performance);
* ]|
*
* Since: 0.10.24
*/
#ifdef GST_CAT_DEFAULT
#define GST_DEBUG_CATEGORY_GET(cat,name) G_STMT_START{\