Original commit message from CVS:
Updated the docs for gst_pluging_add_path
Updated the manual with the new --gst-plugin-path/spew options
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
@Returns:
+<!-- ##### FUNCTION gst_plugin_add_path ##### -->
+<para>
+
+</para>
+
+@path:
+
+
<!-- ##### FUNCTION gst_library_load ##### -->
<para>
</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>
Sets the mask for the info output.
</para>
</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
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)
{