mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-26 03:31:05 +00:00
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:
parent
8cfb8350b8
commit
52ec4f4e5b
13 changed files with 47 additions and 22 deletions
2
common
2
common
|
@ -1 +1 @@
|
|||
Subproject commit bca2dfba7bfc36020b5ba26b640ebde4cc76a5f0
|
||||
Subproject commit 655da47ef800ef59a367fb0768d27adc5ca9e489
|
|
@ -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
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#!/usr/bin/python2
|
||||
#!@PYTHON@
|
||||
import formatter
|
||||
import htmllib
|
||||
import os
|
|
@ -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>
|
||||
|
||||
|
|
|
@ -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.
|
||||
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
||||
|
|
|
@ -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:
|
||||
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -15,4 +15,6 @@
|
|||
<!-- <xsl:include href="admon.xsl"/> -->
|
||||
<xsl:include href="css.xsl"/>
|
||||
|
||||
<xsl:param name="generate.component.toc" select="0"/>
|
||||
|
||||
</xsl:stylesheet>
|
||||
|
|
|
@ -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);
|
||||
|
||||
|
|
|
@ -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);
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in a new issue