diff --git a/ChangeLog b/ChangeLog index 99a457f99f..78491e13cc 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2004-07-24 Steve Lhomme + + * docs/gst/sgml/gstinfo.sgml: + Try to remove the need for GST_CAT_DEFAULT (text moved) + 2004-07-24 Steve Lhomme * win32/gstreamer.def: diff --git a/docs/gst/tmpl/gstinfo.sgml b/docs/gst/tmpl/gstinfo.sgml index a4c8411235..1927a1e17b 100644 --- a/docs/gst/tmpl/gstinfo.sgml +++ b/docs/gst/tmpl/gstinfo.sgml @@ -56,6 +56,17 @@ speed increase and will reduce the size of your compiled code. The GStreamer library itself becomes around 10% smaller. + +The default category that is used when no other category is defined as the +default. If you want to define a default category, do it like this: + + +&hash;define GST_CAT_DEFAULT category_to_be_default + + + + + Please note that there are naming conventions for the names of debugging categories. These are explained at GST_DEBUG_CATEGORY_INIT(). @@ -483,18 +494,6 @@ output with the function name of the message. @Returns: - - -The default category that is used when no other category is defined as the -default. If you want to define a default category, do it like this: - - -&hash;define GST_CAT_DEFAULT category_to_be_default - - - - - GST_CAT_LEVEL_LOG: