add core elements to the registry pool plugin list fix python check
authorAndy Wingo <wingo@pobox.com>
Sat, 31 Aug 2002 18:17:02 +0000 (18:17 +0000)
committerAndy Wingo <wingo@pobox.com>
Sat, 31 Aug 2002 18:17:02 +0000 (18:17 +0000)
Original commit message from CVS:
* add core elements to the registry pool plugin list
* fix python check

13 files changed:
common
configure.ac
docs/devhelp/html2xml.py.in [moved from docs/devhelp/html2xml.py with 99% similarity]
docs/gst/tmpl/gstbin.sgml
docs/gst/tmpl/gstbuffer.sgml
docs/gst/tmpl/gstobject.sgml
docs/gst/tmpl/gstpad.sgml
docs/gst/tmpl/gstreamer-unused.sgml
docs/gst/tmpl/gstregistry.sgml
docs/xsl/fo.xsl
docs/xsl/html.xsl
gst/gstparse.c
gst/gstregistry.c

diff --git a/common b/common
index bca2dfb..655da47 160000 (submodule)
--- a/common
+++ b/common
@@ -1 +1 @@
-Subproject commit bca2dfba7bfc36020b5ba26b640ebde4cc76a5f0
+Subproject commit 655da47ef800ef59a367fb0768d27adc5ca9e489
index b1b09de..0eb4c10 100644 (file)
@@ -504,6 +504,7 @@ docs/manual/Makefile
 docs/fwg/Makefile
 docs/xsl/Makefile
 docs/devhelp/Makefile
+docs/devhelp/html2xml.py
 stamp.h
 gstreamer.pc
 gstreamer-uninstalled.pc
similarity index 99%
rename from docs/devhelp/html2xml.py
rename to docs/devhelp/html2xml.py.in
index acb89d4..3f0e9eb 100644 (file)
@@ -1,4 +1,4 @@
-#!/usr/bin/python2
+#!@PYTHON@
 import formatter
 import htmllib
 import os
index 3f17b4b..d1b4498 100644 (file)
@@ -151,17 +151,6 @@ Free the memory allocated by this bin
 @Returns: 
 
 
-<!-- ##### FUNCTION gst_bin_set_state_type ##### -->
-<para>
-
-</para>
-
-@bin: 
-@state: 
-@type: 
-@Returns: 
-
-
 <!-- ##### FUNCTION gst_bin_iterate ##### -->
 <para>
 
index dec7111..1d32fb1 100644 (file)
@@ -345,8 +345,10 @@ created buffer can be safely written to.
 If the refcount is 1, this function just returns the original buffer.
 </para>
 
-@buffer: a #GstBuffer to copy.
+@buf
 @Returns: the #GstBuffer that can safely be written to.
+<!-- # Unused Parameters # -->
+@buffer: a #GstBuffer to copy.
 
 
 <!-- ##### MACRO gst_buffer_free ##### -->
@@ -355,6 +357,8 @@ Frees the given buffer, regardless of the refcount.
 It is dangerous to use this function, you should use gst_buffer_unref() instead.
 </para>
 
+@buf: 
+<!-- # Unused Parameters # -->
 @buffer: a #GstBuffer to free.
 
 
index ab033e9..82b040f 100644 (file)
@@ -297,6 +297,14 @@ this signal to insert custom XML tags into the core XML.
 @gstobject: the object which received the signal.
 @arg1: the new parent
 
+<!-- ##### SIGNAL GstObject::parent-unset ##### -->
+<para>
+
+</para>
+
+@gstobject: the object which received the signal.
+@arg1: 
+
 <!-- ##### ARG GstObject:name ##### -->
 <para>
 The name of the object
index ddcb57d..75e3092 100644 (file)
@@ -258,12 +258,15 @@ The signature of the internal pad connection function
 The different supported query types
 </para>
 
+@GST_PAD_QUERY_NONE: 
 @GST_PAD_QUERY_TOTAL: Query the total stream time
 @GST_PAD_QUERY_POSITION: Query the current stream position
 @GST_PAD_QUERY_LATENCY: Query the latency on the pad
 @GST_PAD_QUERY_JITTER: Query the average jitter beteen optimal processing and current
                        processing.
+@GST_PAD_QUERY_START: 
 @GST_PAD_QUERY_SEGMENT_END: Query the end position of the currently executing segment
+@GST_PAD_QUERY_RATE: 
 
 <!-- ##### USER_FUNCTION GstPadQueryFunction ##### -->
 <para>
@@ -912,9 +915,11 @@ Destroy the pad.
 @caps: 
 @filter: 
 @appfilter: 
+@getcapsfunc: 
 @direction: 
 @sched: 
 @sched_private: 
+@connectfunc: 
 @peer: 
 @bufpen: 
 @chainfunc: 
@@ -923,13 +928,14 @@ Destroy the pad.
 @gethandler: 
 @eventfunc: 
 @eventhandler: 
+@eventmaskfunc: 
+@ghostpads: 
 @convertfunc: 
 @queryfunc: 
+@formatsfunc: 
+@querytypefunc: 
 @intconnfunc: 
-@getcapsfunc: 
-@connectfunc: 
 @bufferpoolfunc: 
-@ghostpads: 
 
 <!-- ##### MACRO GST_RPAD_SCHED ##### -->
 <para>
index 0485571..61fa2a4 100644 (file)
@@ -467,8 +467,7 @@ GstIdentity
 
 <!-- ##### SECTION ./tmpl/gstmd5sink.sgml:Long_Description ##### -->
 <para>
-MD5 Sink can be used to automate regression tests on media pipelines by
-computing a hash on the resulting buffers.
+
 </para>
 
 
@@ -479,7 +478,7 @@ computing a hash on the resulting buffers.
 
 
 <!-- ##### SECTION ./tmpl/gstmd5sink.sgml:Short_Description ##### -->
-Compute a hash on buffer data.
+
 
 
 <!-- ##### SECTION ./tmpl/gstmd5sink.sgml:Title ##### -->
@@ -5294,6 +5293,16 @@ must be defined to activate the tracing functionality.
 @element: 
 @manager: 
 
+<!-- ##### FUNCTION gst_bin_set_state_type ##### -->
+<para>
+
+</para>
+
+@bin: 
+@state: 
+@type: 
+@Returns: 
+
 <!-- ##### FUNCTION gst_buffer_add_meta ##### -->
 <para>
 
index a521013..0fe0a1b 100644 (file)
@@ -32,6 +32,7 @@ The registry holds the available plugins in the system.
 
 @GST_REGISTRY_READABLE: 
 @GST_REGISTRY_WRITABLE: 
+@GST_REGISTRY_EXISTS: 
 @GST_REGISTRY_REMOTE: 
 @GST_REGISTRY_DELAYED_LOADING: 
 
index c96fddf..ea98409 100644 (file)
@@ -7,10 +7,13 @@
 <!-- This file is for customizing the default XSL stylesheets. -->
 <!-- We include them here (this one is for print output):      -->
 <xsl:import
- href="http://docbook.sourceforge.net/release/xsl/1.49/fo/docbook.xsl"/>
+ href="http://docbook.sourceforge.net/release/xsl/1.50.0/fo/docbook.xsl"/>
 
 <!-- .. and customize them here:                               -->
 <xsl:include href="ulink.xsl"/>
 <xsl:include href="keycombo.xsl"/>
+<xsl:param name="body.font.family" select="'serif'"/>
+<xsl:param name="sans.font.family" select="'sans-serif'"/>
+<xsl:param name="title.font.family" select="'sans-serif'"/>
 
 </xsl:stylesheet>
index 47d9e74..f8498a7 100644 (file)
@@ -15,4 +15,6 @@
 <!-- <xsl:include href="admon.xsl"/> -->
 <xsl:include href="css.xsl"/>
 
+<xsl:param name="generate.component.toc" select="0"/>
+
 </xsl:stylesheet>
index 4d77567..1c43579 100644 (file)
@@ -458,6 +458,8 @@ gst_parse_launchv (const gchar **argv, GError **error)
   const gchar **argvp, *arg;
   gchar *tmp;
 
+  g_return_val_if_fail (argv != NULL, NULL);
+
   /* let's give it a nice size. */
   str = g_string_sized_new (1024);
 
index 19a0e53..9be75bc 100644 (file)
@@ -537,7 +537,7 @@ gst_registry_pool_plugin_list (void)
     walk = g_list_next (walk);
   }
   
-  return result;
+  return g_list_concat (_gst_registry_pool_plugins, result);
 }
 
 /**