diff options
author | Wim Taymans <wim.taymans@collabora.co.uk> | 2012-02-17 11:01:16 +0100 |
---|---|---|
committer | Wim Taymans <wim.taymans@collabora.co.uk> | 2012-02-17 11:01:16 +0100 |
commit | fcdd9b6776664f06558c46c803a95ddaab6661a4 (patch) | |
tree | b6baa09640251887f1d4e28b7c39acf42eba6611 /docs/plugins | |
parent | d95d2cfa1bd2218d2a4dded3249bf4796f65f08b (diff) |
RELEASE 0.11.2
Diffstat (limited to 'docs/plugins')
-rw-r--r-- | docs/plugins/gstreamer-plugins.args | 8 | ||||
-rw-r--r-- | docs/plugins/gstreamer-plugins.hierarchy | 46 | ||||
-rw-r--r-- | docs/plugins/inspect/plugin-coreelements.xml | 18 |
3 files changed, 35 insertions, 37 deletions
diff --git a/docs/plugins/gstreamer-plugins.args b/docs/plugins/gstreamer-plugins.args index 119828051..fa21bd658 100644 --- a/docs/plugins/gstreamer-plugins.args +++ b/docs/plugins/gstreamer-plugins.args @@ -145,7 +145,7 @@ <FLAGS>rw</FLAGS> <NICK>Silent</NICK> <BLURB>Don't produce last_message events.</BLURB> -<DEFAULT>FALSE</DEFAULT> +<DEFAULT>TRUE</DEFAULT> </ARG> <ARG> @@ -255,7 +255,7 @@ <FLAGS>rw</FLAGS> <NICK>Silent</NICK> <BLURB>Don't produce last_message events.</BLURB> -<DEFAULT>FALSE</DEFAULT> +<DEFAULT>TRUE</DEFAULT> </ARG> <ARG> @@ -271,7 +271,7 @@ <ARG> <NAME>GstFakeSink::num-buffers</NAME> <TYPE>gint</TYPE> -<RANGE>>= -1</RANGE> +<RANGE>>= G_MAXULONG</RANGE> <FLAGS>rw</FLAGS> <NICK>num-buffers</NICK> <BLURB>Number of buffers to accept going EOS.</BLURB> @@ -425,7 +425,7 @@ <FLAGS>rw</FLAGS> <NICK>silent</NICK> <BLURB>silent.</BLURB> -<DEFAULT>FALSE</DEFAULT> +<DEFAULT>TRUE</DEFAULT> </ARG> <ARG> diff --git a/docs/plugins/gstreamer-plugins.hierarchy b/docs/plugins/gstreamer-plugins.hierarchy index 1c3639225..a1805906b 100644 --- a/docs/plugins/gstreamer-plugins.hierarchy +++ b/docs/plugins/gstreamer-plugins.hierarchy @@ -1,45 +1,43 @@ GObject GInitiallyUnowned GstObject - GstPad - GstPadTemplate - GstPluginFeature - GstElementFactory - GstTypeFindFactory - GstIndexFactory + GstBus + GstClock + GstControlBinding + GstControlSource GstElement - GstBin - GstPipeline - GstBaseTransform - GstCapsFilter - GstIdentity - GstBaseSrc - GstFakeSrc - GstPushSrc - GstFdSrc - GstFileSrc GstBaseSink GstFakeSink GstFdSink GstFileSink + GstBaseSrc + GstFakeSrc + GstFileSrc + GstPushSrc + GstFdSrc + GstBaseTransform + GstCapsFilter + GstIdentity + GstBin + GstPipeline GstFunnel GstInputSelector + GstMultiQueue GstOutputSelector GstQueue GstQueue2 GstTee GstTypeFindElement - GstMultiQueue GstValve - GstBus - GstTask - GstTaskPool - GstClock + GstPad + GstPadTemplate GstPlugin + GstPluginFeature + GstElementFactory + GstTypeFindFactory GstRegistry - GstIndex - GstMemIndex - GstFileIndex + GstTask + GstTaskPool GInterface GTypePlugin GstChildProxy diff --git a/docs/plugins/inspect/plugin-coreelements.xml b/docs/plugins/inspect/plugin-coreelements.xml index e99c7802a..0ab645eb4 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.35.1</version> + <version>0.11.2</version> <license>LGPL</license> <source>gstreamer</source> - <package>GStreamer git</package> + <package>GStreamer source release</package> <origin>Unknown package origin</origin> <elements> <element> @@ -128,7 +128,7 @@ <author>Olivier Crete <olivier.crete@collabora.co.uk></author> <pads> <caps> - <name>sink%d</name> + <name>sink_%u</name> <direction>sink</direction> <presence>request</presence> <details>ANY</details> @@ -170,7 +170,7 @@ <author>Julien Moutte <julien@moutte.net>, Jan Schmidt <thaytan@mad.scientist.com>, Wim Taymans <wim.taymans@gmail.com></author> <pads> <caps> - <name>sink%d</name> + <name>sink_%u</name> <direction>sink</direction> <presence>request</presence> <details>ANY</details> @@ -191,13 +191,13 @@ <author>Edward Hervey <edward@fluendo.com></author> <pads> <caps> - <name>sink%d</name> + <name>sink_%u</name> <direction>sink</direction> <presence>request</presence> <details>ANY</details> </caps> <caps> - <name>src%d</name> + <name>src_%u</name> <direction>source</direction> <presence>sometimes</presence> <details>ANY</details> @@ -218,7 +218,7 @@ <details>ANY</details> </caps> <caps> - <name>src%d</name> + <name>src_%u</name> <direction>source</direction> <presence>request</presence> <details>ANY</details> @@ -281,7 +281,7 @@ <details>ANY</details> </caps> <caps> - <name>src%d</name> + <name>src_%u</name> <direction>source</direction> <presence>request</presence> <details>ANY</details> @@ -331,4 +331,4 @@ </pads> </element> </elements> -</plugin> +</plugin>
\ No newline at end of file |