diff options
Diffstat (limited to 'docs')
-rw-r--r-- | docs/plugins/gstreamer-plugins.args | 62 | ||||
-rw-r--r-- | docs/plugins/gstreamer-plugins.signals | 14 | ||||
-rw-r--r-- | docs/plugins/inspect/plugin-coreelements.xml | 11 | ||||
-rw-r--r-- | docs/plugins/inspect/plugin-coreindexers.xml | 4 |
4 files changed, 86 insertions, 5 deletions
diff --git a/docs/plugins/gstreamer-plugins.args b/docs/plugins/gstreamer-plugins.args index 961efeb11..21aa69733 100644 --- a/docs/plugins/gstreamer-plugins.args +++ b/docs/plugins/gstreamer-plugins.args @@ -554,7 +554,7 @@ <RANGE></RANGE> <FLAGS>rwx</FLAGS> <NICK>Has Sink Loop</NICK> -<BLURB>If the element can operate in pull mode.</BLURB> +<BLURB>If the element can operate in pull mode (unimplemented).</BLURB> <DEFAULT>FALSE</DEFAULT> </ARG> @@ -628,3 +628,63 @@ <DEFAULT>1</DEFAULT> </ARG> +<ARG> +<NAME>GstMultiQueue::extra-size-buffers</NAME> +<TYPE>guint</TYPE> +<RANGE></RANGE> +<FLAGS>rw</FLAGS> +<NICK>Extra Size (buffers)</NICK> +<BLURB>Amount of buffers the queues can grow if one of them is empty (0=disable).</BLURB> +<DEFAULT>200</DEFAULT> +</ARG> + +<ARG> +<NAME>GstMultiQueue::extra-size-bytes</NAME> +<TYPE>guint</TYPE> +<RANGE></RANGE> +<FLAGS>rw</FLAGS> +<NICK>Extra Size (kB)</NICK> +<BLURB>Amount of data the queues can grow if one of them is empty (bytes, 0=disable).</BLURB> +<DEFAULT>10485760</DEFAULT> +</ARG> + +<ARG> +<NAME>GstMultiQueue::extra-size-time</NAME> +<TYPE>guint64</TYPE> +<RANGE></RANGE> +<FLAGS>rw</FLAGS> +<NICK>Extra Size (ns)</NICK> +<BLURB>Amount of time the queues can grow if one of them is empty (in ns, 0=disable).</BLURB> +<DEFAULT>1000000000</DEFAULT> +</ARG> + +<ARG> +<NAME>GstMultiQueue::max-size-buffers</NAME> +<TYPE>guint</TYPE> +<RANGE></RANGE> +<FLAGS>rw</FLAGS> +<NICK>Max. size (buffers)</NICK> +<BLURB>Max. number of buffers in the queue (0=disable).</BLURB> +<DEFAULT>200</DEFAULT> +</ARG> + +<ARG> +<NAME>GstMultiQueue::max-size-bytes</NAME> +<TYPE>guint</TYPE> +<RANGE></RANGE> +<FLAGS>rw</FLAGS> +<NICK>Max. size (kB)</NICK> +<BLURB>Max. amount of data in the queue (bytes, 0=disable).</BLURB> +<DEFAULT>10485760</DEFAULT> +</ARG> + +<ARG> +<NAME>GstMultiQueue::max-size-time</NAME> +<TYPE>guint64</TYPE> +<RANGE></RANGE> +<FLAGS>rw</FLAGS> +<NICK>Max. size (ns)</NICK> +<BLURB>Max. amount of data in the queue (in ns, 0=disable).</BLURB> +<DEFAULT>1000000000</DEFAULT> +</ARG> + diff --git a/docs/plugins/gstreamer-plugins.signals b/docs/plugins/gstreamer-plugins.signals index a59656a26..d3525d4b6 100644 --- a/docs/plugins/gstreamer-plugins.signals +++ b/docs/plugins/gstreamer-plugins.signals @@ -79,3 +79,17 @@ guint arg1 GstCaps *arg2 </SIGNAL> +<SIGNAL> +<NAME>GstMultiQueue::overrun</NAME> +<RETURNS>void</RETURNS> +<FLAGS>f</FLAGS> +GstMultiQueue *gstmultiqueue +</SIGNAL> + +<SIGNAL> +<NAME>GstMultiQueue::underrun</NAME> +<RETURNS>void</RETURNS> +<FLAGS>f</FLAGS> +GstMultiQueue *gstmultiqueue +</SIGNAL> + diff --git a/docs/plugins/inspect/plugin-coreelements.xml b/docs/plugins/inspect/plugin-coreelements.xml index e0e5447d8..0521c8f00 100644 --- a/docs/plugins/inspect/plugin-coreelements.xml +++ b/docs/plugins/inspect/plugin-coreelements.xml @@ -3,10 +3,10 @@ <description>standard GStreamer elements</description> <filename>../../plugins/elements/.libs/libgstcoreelements.so</filename> <basename>libgstcoreelements.so</basename> - <version>0.10.10.1</version> + <version>0.10.11</version> <license>LGPL</license> <source>gstreamer</source> - <package>GStreamer CVS/prerelease</package> + <package>GStreamer source release</package> <origin>Unknown package origin</origin> <elements> <element> @@ -66,6 +66,13 @@ <author>Erik Walthinsen <omega@cse.ogi.edu></author> </element> <element> + <name>multiqueue</name> + <longname>MultiQueue</longname> + <class>Generic</class> + <description>Multiple data queue</description> + <author>Edward Hervey <edward@fluendo.com></author> + </element> + <element> <name>queue</name> <longname>Queue</longname> <class>Generic</class> diff --git a/docs/plugins/inspect/plugin-coreindexers.xml b/docs/plugins/inspect/plugin-coreindexers.xml index 153f41ca0..e799e0c64 100644 --- a/docs/plugins/inspect/plugin-coreindexers.xml +++ b/docs/plugins/inspect/plugin-coreindexers.xml @@ -3,10 +3,10 @@ <description>GStreamer core indexers</description> <filename>../../plugins/indexers/.libs/libgstcoreindexers.so</filename> <basename>libgstcoreindexers.so</basename> - <version>0.10.10.1</version> + <version>0.10.11</version> <license>LGPL</license> <source>gstreamer</source> - <package>GStreamer CVS/prerelease</package> + <package>GStreamer source release</package> <origin>Unknown package origin</origin> <elements> |