add core elements to the registry pool plugin list fix python check

Original commit message from CVS:
* add core elements to the registry pool plugin list
* fix python check
This commit is contained in:
Andy Wingo 2002-08-31 18:17:02 +00:00
parent 8cfb8350b8
commit 52ec4f4e5b
13 changed files with 47 additions and 22 deletions

2
common

@ -1 +1 @@
Subproject commit bca2dfba7bfc36020b5ba26b640ebde4cc76a5f0 Subproject commit 655da47ef800ef59a367fb0768d27adc5ca9e489

View file

@ -504,6 +504,7 @@ docs/manual/Makefile
docs/fwg/Makefile docs/fwg/Makefile
docs/xsl/Makefile docs/xsl/Makefile
docs/devhelp/Makefile docs/devhelp/Makefile
docs/devhelp/html2xml.py
stamp.h stamp.h
gstreamer.pc gstreamer.pc
gstreamer-uninstalled.pc gstreamer-uninstalled.pc

View file

@ -1,4 +1,4 @@
#!/usr/bin/python2 #!@PYTHON@
import formatter import formatter
import htmllib import htmllib
import os import os

View file

@ -151,17 +151,6 @@ Free the memory allocated by this bin
@Returns: @Returns:
<!-- ##### FUNCTION gst_bin_set_state_type ##### -->
<para>
</para>
@bin:
@state:
@type:
@Returns:
<!-- ##### FUNCTION gst_bin_iterate ##### --> <!-- ##### FUNCTION gst_bin_iterate ##### -->
<para> <para>

View file

@ -345,8 +345,10 @@ created buffer can be safely written to.
If the refcount is 1, this function just returns the original buffer. If the refcount is 1, this function just returns the original buffer.
</para> </para>
@buffer: a #GstBuffer to copy. @buf:
@Returns: the #GstBuffer that can safely be written to. @Returns: the #GstBuffer that can safely be written to.
<!-- # Unused Parameters # -->
@buffer: a #GstBuffer to copy.
<!-- ##### MACRO gst_buffer_free ##### --> <!-- ##### 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. It is dangerous to use this function, you should use gst_buffer_unref() instead.
</para> </para>
@buf:
<!-- # Unused Parameters # -->
@buffer: a #GstBuffer to free. @buffer: a #GstBuffer to free.

View file

@ -297,6 +297,14 @@ this signal to insert custom XML tags into the core XML.
@gstobject: the object which received the signal. @gstobject: the object which received the signal.
@arg1: the new parent @arg1: the new parent
<!-- ##### SIGNAL GstObject::parent-unset ##### -->
<para>
</para>
@gstobject: the object which received the signal.
@arg1:
<!-- ##### ARG GstObject:name ##### --> <!-- ##### ARG GstObject:name ##### -->
<para> <para>
The name of the object The name of the object

View file

@ -258,12 +258,15 @@ The signature of the internal pad connection function
The different supported query types The different supported query types
</para> </para>
@GST_PAD_QUERY_NONE:
@GST_PAD_QUERY_TOTAL: Query the total stream time @GST_PAD_QUERY_TOTAL: Query the total stream time
@GST_PAD_QUERY_POSITION: Query the current stream position @GST_PAD_QUERY_POSITION: Query the current stream position
@GST_PAD_QUERY_LATENCY: Query the latency on the pad @GST_PAD_QUERY_LATENCY: Query the latency on the pad
@GST_PAD_QUERY_JITTER: Query the average jitter beteen optimal processing and current @GST_PAD_QUERY_JITTER: Query the average jitter beteen optimal processing and current
processing. processing.
@GST_PAD_QUERY_START:
@GST_PAD_QUERY_SEGMENT_END: Query the end position of the currently executing segment @GST_PAD_QUERY_SEGMENT_END: Query the end position of the currently executing segment
@GST_PAD_QUERY_RATE:
<!-- ##### USER_FUNCTION GstPadQueryFunction ##### --> <!-- ##### USER_FUNCTION GstPadQueryFunction ##### -->
<para> <para>
@ -912,9 +915,11 @@ Destroy the pad.
@caps: @caps:
@filter: @filter:
@appfilter: @appfilter:
@getcapsfunc:
@direction: @direction:
@sched: @sched:
@sched_private: @sched_private:
@connectfunc:
@peer: @peer:
@bufpen: @bufpen:
@chainfunc: @chainfunc:
@ -923,13 +928,14 @@ Destroy the pad.
@gethandler: @gethandler:
@eventfunc: @eventfunc:
@eventhandler: @eventhandler:
@eventmaskfunc:
@ghostpads:
@convertfunc: @convertfunc:
@queryfunc: @queryfunc:
@formatsfunc:
@querytypefunc:
@intconnfunc: @intconnfunc:
@getcapsfunc:
@connectfunc:
@bufferpoolfunc: @bufferpoolfunc:
@ghostpads:
<!-- ##### MACRO GST_RPAD_SCHED ##### --> <!-- ##### MACRO GST_RPAD_SCHED ##### -->
<para> <para>

View file

@ -467,8 +467,7 @@ GstIdentity
<!-- ##### SECTION ./tmpl/gstmd5sink.sgml:Long_Description ##### --> <!-- ##### SECTION ./tmpl/gstmd5sink.sgml:Long_Description ##### -->
<para> <para>
MD5 Sink can be used to automate regression tests on media pipelines by
computing a hash on the resulting buffers.
</para> </para>
@ -479,7 +478,7 @@ computing a hash on the resulting buffers.
<!-- ##### SECTION ./tmpl/gstmd5sink.sgml:Short_Description ##### --> <!-- ##### SECTION ./tmpl/gstmd5sink.sgml:Short_Description ##### -->
Compute a hash on buffer data.
<!-- ##### SECTION ./tmpl/gstmd5sink.sgml:Title ##### --> <!-- ##### SECTION ./tmpl/gstmd5sink.sgml:Title ##### -->
@ -5294,6 +5293,16 @@ must be defined to activate the tracing functionality.
@element: @element:
@manager: @manager:
<!-- ##### FUNCTION gst_bin_set_state_type ##### -->
<para>
</para>
@bin:
@state:
@type:
@Returns:
<!-- ##### FUNCTION gst_buffer_add_meta ##### --> <!-- ##### FUNCTION gst_buffer_add_meta ##### -->
<para> <para>

View file

@ -32,6 +32,7 @@ The registry holds the available plugins in the system.
@GST_REGISTRY_READABLE: @GST_REGISTRY_READABLE:
@GST_REGISTRY_WRITABLE: @GST_REGISTRY_WRITABLE:
@GST_REGISTRY_EXISTS:
@GST_REGISTRY_REMOTE: @GST_REGISTRY_REMOTE:
@GST_REGISTRY_DELAYED_LOADING: @GST_REGISTRY_DELAYED_LOADING:

View file

@ -7,10 +7,13 @@
<!-- This file is for customizing the default XSL stylesheets. --> <!-- This file is for customizing the default XSL stylesheets. -->
<!-- We include them here (this one is for print output): --> <!-- We include them here (this one is for print output): -->
<xsl:import <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: --> <!-- .. and customize them here: -->
<xsl:include href="ulink.xsl"/> <xsl:include href="ulink.xsl"/>
<xsl:include href="keycombo.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> </xsl:stylesheet>

View file

@ -15,4 +15,6 @@
<!-- <xsl:include href="admon.xsl"/> --> <!-- <xsl:include href="admon.xsl"/> -->
<xsl:include href="css.xsl"/> <xsl:include href="css.xsl"/>
<xsl:param name="generate.component.toc" select="0"/>
</xsl:stylesheet> </xsl:stylesheet>

View file

@ -458,6 +458,8 @@ gst_parse_launchv (const gchar **argv, GError **error)
const gchar **argvp, *arg; const gchar **argvp, *arg;
gchar *tmp; gchar *tmp;
g_return_val_if_fail (argv != NULL, NULL);
/* let's give it a nice size. */ /* let's give it a nice size. */
str = g_string_sized_new (1024); str = g_string_sized_new (1024);

View file

@ -537,7 +537,7 @@ gst_registry_pool_plugin_list (void)
walk = g_list_next (walk); walk = g_list_next (walk);
} }
return result; return g_list_concat (_gst_registry_pool_plugins, result);
} }
/** /**