Try to remove the need for GST_CAT_DEFAULT (text moved)
authorSteve Lhomme <steve.lhomme@free.fr>
Sun, 25 Jul 2004 06:51:57 +0000 (06:51 +0000)
committerSteve Lhomme <steve.lhomme@free.fr>
Sun, 25 Jul 2004 06:51:57 +0000 (06:51 +0000)
Original commit message from CVS:
Try to remove the need for GST_CAT_DEFAULT (text moved)

ChangeLog
docs/gst/tmpl/gstinfo.sgml

index 99a457f99f37bc18eae60be2125cef58d1765eec..78491e13ccd4806f8070c4e1328fc38a77b4f939 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2004-07-24  Steve Lhomme  <steve.lhomme at free dot fr>
+
+       * docs/gst/sgml/gstinfo.sgml:
+       Try to remove the need for GST_CAT_DEFAULT (text moved)
+
 2004-07-24  Steve Lhomme  <steve.lhomme at free dot fr>
 
        * win32/gstreamer.def:
index a4c84112358cbb50e7bd578a3743740139f6d985..1927a1e17b712e30c3fab19ad9978cf0f525fc0e 100644 (file)
@@ -56,6 +56,17 @@ speed increase and will reduce the size of your compiled code. The GStreamer
 library itself becomes around 10% smaller.
 </para>
 
+<para>
+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:
+<informalexample>
+<programlisting>
+&hash;define GST_CAT_DEFAULT category_to_be_default
+</programlisting>
+</informalexample>
+</para>
+
+
 <para>
 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: 
 
 
-<!-- ##### VARIABLE GST_CAT_DEFAULT ##### -->
-<para>
-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:
-<informalexample>
-<programlisting>
-&hash;define GST_CAT_DEFAULT category_to_be_default
-</programlisting>
-</informalexample>
-</para>
-
-
 <!-- ##### MACRO GST_CAT_LEVEL_LOG ##### -->
 <para>
 GST_CAT_LEVEL_LOG: