mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-22 17:51:16 +00:00
fix GST_DEBUG_CATEGORY_INIT description
Original commit message from CVS: fix GST_DEBUG_CATEGORY_INIT description
This commit is contained in:
parent
d2b1c2c2f1
commit
6cc7e04989
2 changed files with 5 additions and 2 deletions
|
@ -1,6 +1,8 @@
|
|||
2003-12-25 Thomas Vander Stichele <thomas at apestaart dot org>
|
||||
|
||||
* docs/gst/tmpl/gstreamer-unused.sgml:
|
||||
* gst/gstinfo.h:
|
||||
fix GST_DEBUG_CATEGORY_INIT gtk-doc description
|
||||
* docs/gst/tmpl/gstreamer-unused.sgml:
|
||||
removed all traces of cvs conflicts
|
||||
|
||||
2003-12-24 Thomas Vander Stichele <thomas at apestaart dot org>
|
||||
|
|
|
@ -235,8 +235,9 @@ GstDebugCategory *_gst_debug_category_new (gchar * name,
|
|||
* @color: the colors to use for a color representation or 0 for no color.
|
||||
* @description: optional description of the category.
|
||||
*
|
||||
* Returns: a new #GstDebugCategory with the given properties and set to
|
||||
* Initializes a new #GstDebugCategory with the given properties and set to
|
||||
* the default threshold.
|
||||
*
|
||||
* <note>
|
||||
* <para>
|
||||
* This macro expands to nothing if debugging is disabled.
|
||||
|
|
Loading…
Reference in a new issue