Updated the docs for gst_pluging_add_path
authorWim Taymans <wim.taymans@gmail.com>
Fri, 23 Feb 2001 19:22:48 +0000 (19:22 +0000)
committerWim Taymans <wim.taymans@gmail.com>
Fri, 23 Feb 2001 19:22:48 +0000 (19:22 +0000)
Original commit message from CVS:
Updated the docs for gst_pluging_add_path
Updated the manual with the new --gst-plugin-path/spew options

docs/gst/gstreamer-sections.txt
docs/gst/tmpl/gstplugin.sgml
docs/gst/tmpl/gstreamer-unused.sgml
docs/manual/debugging.sgml
gst/gstplugin.c

index 552f400..b7ab308 100644 (file)
@@ -509,6 +509,7 @@ gst_plugin_is_loaded
 gst_plugin_load_all
 gst_plugin_load
 gst_plugin_load_absolute
+gst_plugin_add_path
 gst_library_load
 gst_plugin_add_factory
 gst_plugin_add_type
index 802959e..b281b08 100644 (file)
@@ -133,6 +133,14 @@ by the loader at statup.
 @Returns: 
 
 
+<!-- ##### FUNCTION gst_plugin_add_path ##### -->
+<para>
+
+</para>
+
+@path: 
+
+
 <!-- ##### FUNCTION gst_library_load ##### -->
 <para>
 
index 1740957..9f76b0b 100644 (file)
@@ -65,21 +65,21 @@ Query the element for the current mime type
 </para>
 
 
-<!-- ##### FUNCTION gst_fdsink_chain ##### -->
+<!-- ##### FUNCTION gst_pad_remove_ghost_parent ##### -->
 <para>
 
 </para>
 
 @pad: 
-@buf
+@parent
 
-<!-- ##### FUNCTION gst_pad_remove_ghost_parent ##### -->
+<!-- ##### FUNCTION gst_fdsink_chain ##### -->
 <para>
 
 </para>
 
 @pad: 
-@parent
+@buf
 
 <!-- ##### MACRO GST_SRC_UNSET_FLAGS ##### -->
 <para>
index da1003b..aae503c 100644 (file)
        </listitem>
        <listitem>
          <para>
+          <option>--gst-plugin-spew</option> 
+         Enable printout of errors while loading GST plugins.
+         </para>
+       </listitem>
+       <listitem>
+         <para>
+          <option>--gst-plugin-path=<replaceable>PATH</replaceable></option> 
+         Add a directory to the plugin search path.
+         </para>
+       <listitem>
+         <para>
            <option>--help</option> Print the a short desciption of the
           options and an overview of the current debugging/info masks
           set.
index d73af66..68fdb75 100644 (file)
@@ -99,6 +99,12 @@ _gst_plugin_initialize (void)
   xmlFreeDoc (doc);
 }
 
+/**
+ * gst_plugin_add_path:
+ * @path: the directory to add to the search path
+ *
+ * Add a directory to the path searched for plugins.
+ */
 void
 gst_plugin_add_path (const gchar *path)
 {