docs: Integrate VP8 documentation

This commit is contained in:
Sebastian Dröge 2010-07-03 17:48:20 +02:00
parent dcd0b3599c
commit 7f51273b8e
16 changed files with 2617 additions and 755 deletions

View file

@ -122,6 +122,8 @@ EXTRA_HFILES = \
$(top_srcdir)/ext/theora/theoradec.h \ $(top_srcdir)/ext/theora/theoradec.h \
$(top_srcdir)/ext/timidity/gsttimidity.h \ $(top_srcdir)/ext/timidity/gsttimidity.h \
$(top_srcdir)/ext/timidity/gstwildmidi.h \ $(top_srcdir)/ext/timidity/gstwildmidi.h \
$(top_srcdir)/ext/vp8/gstvp8enc.h \
$(top_srcdir)/ext/vp8/gstvp8dec.h \
$(top_srcdir)/ext/zbar/gstzbar.h \ $(top_srcdir)/ext/zbar/gstzbar.h \
$(top_srcdir)/gst/aiff/aiffparse.h \ $(top_srcdir)/gst/aiff/aiffparse.h \
$(top_srcdir)/gst/aiff/aiffmux.h \ $(top_srcdir)/gst/aiff/aiffmux.h \

View file

@ -93,6 +93,8 @@
<xi:include href="xml/element-videoparse.xml" /> <xi:include href="xml/element-videoparse.xml" />
<xi:include href="xml/element-wildmidi.xml" /> <xi:include href="xml/element-wildmidi.xml" />
<xi:include href="xml/element-zbar.xml" /> <xi:include href="xml/element-zbar.xml" />
<xi:include href="xml/element-vp8dec.xml" />
<xi:include href="xml/element-vp8enc.xml" />
</chapter> </chapter>
<chapter> <chapter>
@ -177,6 +179,7 @@
<xi:include href="xml/plugin-vmnc.xml" /> <xi:include href="xml/plugin-vmnc.xml" />
<xi:include href="xml/plugin-wildmidi.xml" /> <xi:include href="xml/plugin-wildmidi.xml" />
<xi:include href="xml/plugin-xvid.xml" /> <xi:include href="xml/plugin-xvid.xml" />
<xi:include href="xml/plugin-vp8.xml" />
<xi:include href="xml/plugin-zbar.xml" /> <xi:include href="xml/plugin-zbar.xml" />
</chapter> </chapter>

View file

@ -1171,6 +1171,34 @@ GST_IS_WILDMIDI_CLASS
GST_TYPE_WILDMIDI GST_TYPE_WILDMIDI
</SECTION> </SECTION>
<SECTION>
<FILE>element-vp8dec</FILE>
<TITLE>vp8dec</TITLE>
GstVP8Dec
<SUBSECTION Standard>
GstVP8DecClass
GST_VP8_DEC
GST_VP8_DEC_CLASS
GST_IS_VP8_DEC
GST_IS_VP8_DEC_CLASS
GST_TYPE_VP8_DEC
gst_vp8_dec_get_type
</SECTION>
<SECTION>
<FILE>element-vp8enc</FILE>
<TITLE>vp8enc</TITLE>
GstVP8Enc
<SUBSECTION Standard>
GstVP8EncClass
GST_VP8_ENC
GST_VP8_ENC_CLASS
GST_IS_VP8_ENC
GST_IS_VP8_ENC_CLASS
GST_TYPE_VP8_ENC
gst_vp8_enc_get_type
</SECTION>
<SECTION> <SECTION>
<FILE>element-zbar</FILE> <FILE>element-zbar</FILE>
<TITLE>zbar</TITLE> <TITLE>zbar</TITLE>

View file

@ -18318,6 +18318,16 @@
<DEFAULT>Input Format</DEFAULT> <DEFAULT>Input Format</DEFAULT>
</ARG> </ARG>
<ARG>
<NAME>GstH264Parse::config-interval</NAME>
<TYPE>guint</TYPE>
<RANGE><= 3600</RANGE>
<FLAGS>rw</FLAGS>
<NICK>SPS PPS Send Interval</NICK>
<BLURB>Send SPS and PPS Insertion Interval in seconds (sprop parameter sets will be multiplexed in the data stream when detected.) (0 = disabled).</BLURB>
<DEFAULT>0</DEFAULT>
</ARG>
<ARG> <ARG>
<NAME>GstMetadataDemux::parse-only</NAME> <NAME>GstMetadataDemux::parse-only</NAME>
<TYPE>gboolean</TYPE> <TYPE>gboolean</TYPE>
@ -19603,6 +19613,16 @@
<DEFAULT>TRUE</DEFAULT> <DEFAULT>TRUE</DEFAULT>
</ARG> </ARG>
<ARG>
<NAME>GstMpeg4VParse::config-interval</NAME>
<TYPE>guint</TYPE>
<RANGE><= 3600</RANGE>
<FLAGS>rw</FLAGS>
<NICK>Configuration Send Interval</NICK>
<BLURB>Send Configuration Insertion Interval in seconds (configuration headers will be multiplexed in the data stream when detected.) (0 = disabled).</BLURB>
<DEFAULT>0</DEFAULT>
</ARG>
<ARG> <ARG>
<NAME>GstDivxEnc::bitrate</NAME> <NAME>GstDivxEnc::bitrate</NAME>
<TYPE>gulong</TYPE> <TYPE>gulong</TYPE>
@ -23283,6 +23303,46 @@
<DEFAULT></DEFAULT> <DEFAULT></DEFAULT>
</ARG> </ARG>
<ARG>
<NAME>GstFPSDisplaySink::fps-update-interval</NAME>
<TYPE>gint</TYPE>
<RANGE>>= 1</RANGE>
<FLAGS>rw</FLAGS>
<NICK>Fps update interval</NICK>
<BLURB>Time between consecutive frames per second measures and update (in ms). Should be set on NULL state.</BLURB>
<DEFAULT>500</DEFAULT>
</ARG>
<ARG>
<NAME>GstFPSDisplaySink::max-fps</NAME>
<TYPE>gdouble</TYPE>
<RANGE>>= -1</RANGE>
<FLAGS>r</FLAGS>
<NICK>Max fps</NICK>
<BLURB>Maximum fps rate measured. Reset when going from NULL to READY.-1 means no measurement has yet been done.</BLURB>
<DEFAULT>-1</DEFAULT>
</ARG>
<ARG>
<NAME>GstFPSDisplaySink::min-fps</NAME>
<TYPE>gdouble</TYPE>
<RANGE>>= -1</RANGE>
<FLAGS>r</FLAGS>
<NICK>Min fps</NICK>
<BLURB>Minimum fps rate measured. Reset when going from NULL to READY.-1 means no measurement has yet been done.</BLURB>
<DEFAULT>-1</DEFAULT>
</ARG>
<ARG>
<NAME>GstFPSDisplaySink::signal-fps-measurements</NAME>
<TYPE>gboolean</TYPE>
<RANGE></RANGE>
<FLAGS>rw</FLAGS>
<NICK>Signal fps measurements</NICK>
<BLURB>If the fps-measurements signal should be emited.</BLURB>
<DEFAULT>FALSE</DEFAULT>
</ARG>
<ARG> <ARG>
<NAME>GstId3Tag::v2-version</NAME> <NAME>GstId3Tag::v2-version</NAME>
<TYPE>gint</TYPE> <TYPE>gint</TYPE>
@ -26280,7 +26340,7 @@
<FLAGS>rw</FLAGS> <FLAGS>rw</FLAGS>
<NICK>physics</NICK> <NICK>physics</NICK>
<BLURB>water density: from 1 to 4.</BLURB> <BLURB>water density: from 1 to 4.</BLURB>
<DEFAULT>0</DEFAULT> <DEFAULT>1.63023e-314</DEFAULT>
</ARG> </ARG>
<ARG> <ARG>
@ -26320,7 +26380,7 @@
<FLAGS>rw</FLAGS> <FLAGS>rw</FLAGS>
<NICK>splash</NICK> <NICK>splash</NICK>
<BLURB>make a big splash in the center.</BLURB> <BLURB>make a big splash in the center.</BLURB>
<DEFAULT>4.77831e-299</DEFAULT> <DEFAULT>1.99108e-321</DEFAULT>
</ARG> </ARG>
<ARG> <ARG>
@ -26330,7 +26390,7 @@
<FLAGS>rw</FLAGS> <FLAGS>rw</FLAGS>
<NICK>splash</NICK> <NICK>splash</NICK>
<BLURB>make a big splash in the center.</BLURB> <BLURB>make a big splash in the center.</BLURB>
<DEFAULT>0</DEFAULT> <DEFAULT>1.4102e-316</DEFAULT>
</ARG> </ARG>
<ARG> <ARG>
@ -26360,7 +26420,7 @@
<FLAGS>rw</FLAGS> <FLAGS>rw</FLAGS>
<NICK>ratiox</NICK> <NICK>ratiox</NICK>
<BLURB>x-ratio.</BLURB> <BLURB>x-ratio.</BLURB>
<DEFAULT>8.0843e+44</DEFAULT> <DEFAULT>5.96421e-212</DEFAULT>
</ARG> </ARG>
<ARG> <ARG>
@ -26370,7 +26430,7 @@
<FLAGS>rw</FLAGS> <FLAGS>rw</FLAGS>
<NICK>ratioy</NICK> <NICK>ratioy</NICK>
<BLURB>y-ratio.</BLURB> <BLURB>y-ratio.</BLURB>
<DEFAULT>9.3207e+68</DEFAULT> <DEFAULT>3.81574e-236</DEFAULT>
</ARG> </ARG>
<ARG> <ARG>
@ -26380,7 +26440,7 @@
<FLAGS>rw</FLAGS> <FLAGS>rw</FLAGS>
<NICK>DelayTime</NICK> <NICK>DelayTime</NICK>
<BLURB>the delay time.</BLURB> <BLURB>the delay time.</BLURB>
<DEFAULT>-5.83169e+303</DEFAULT> <DEFAULT>1.94442e-316</DEFAULT>
</ARG> </ARG>
<ARG> <ARG>
@ -26410,7 +26470,7 @@
<FLAGS>rw</FLAGS> <FLAGS>rw</FLAGS>
<NICK>Color</NICK> <NICK>Color</NICK>
<BLURB>the color of the image.</BLURB> <BLURB>the color of the image.</BLURB>
<DEFAULT>0</DEFAULT> <DEFAULT>2.84114e-29</DEFAULT>
</ARG> </ARG>
<ARG> <ARG>
@ -26420,7 +26480,7 @@
<FLAGS>rw</FLAGS> <FLAGS>rw</FLAGS>
<NICK>Color</NICK> <NICK>Color</NICK>
<BLURB>the color of the image.</BLURB> <BLURB>the color of the image.</BLURB>
<DEFAULT>0</DEFAULT> <DEFAULT>7.47605e-27</DEFAULT>
</ARG> </ARG>
<ARG> <ARG>
@ -26430,7 +26490,7 @@
<FLAGS>rw</FLAGS> <FLAGS>rw</FLAGS>
<NICK>Color-R</NICK> <NICK>Color-R</NICK>
<BLURB>the color of the image.</BLURB> <BLURB>the color of the image.</BLURB>
<DEFAULT>0</DEFAULT> <DEFAULT>1.96577e-24</DEFAULT>
</ARG> </ARG>
<ARG> <ARG>
@ -26770,7 +26830,7 @@
<FLAGS>rw</FLAGS> <FLAGS>rw</FLAGS>
<NICK>lthresh</NICK> <NICK>lthresh</NICK>
<BLURB>threshold for edge lightening.</BLURB> <BLURB>threshold for edge lightening.</BLURB>
<DEFAULT>0</DEFAULT> <DEFAULT>6.9235e+228</DEFAULT>
</ARG> </ARG>
<ARG> <ARG>
@ -26780,7 +26840,7 @@
<FLAGS>rw</FLAGS> <FLAGS>rw</FLAGS>
<NICK>lupscale</NICK> <NICK>lupscale</NICK>
<BLURB>multiplier for upscaling edge brightness.</BLURB> <BLURB>multiplier for upscaling edge brightness.</BLURB>
<DEFAULT>0</DEFAULT> <DEFAULT>1.34037e-317</DEFAULT>
</ARG> </ARG>
<ARG> <ARG>
@ -26950,7 +27010,7 @@
<FLAGS>rw</FLAGS> <FLAGS>rw</FLAGS>
<NICK>blend</NICK> <NICK>blend</NICK>
<BLURB>blend factor.</BLURB> <BLURB>blend factor.</BLURB>
<DEFAULT>6.09249e+247</DEFAULT> <DEFAULT>7.75037e-304</DEFAULT>
</ARG> </ARG>
<ARG> <ARG>
@ -26960,7 +27020,7 @@
<FLAGS>rw</FLAGS> <FLAGS>rw</FLAGS>
<NICK>fader</NICK> <NICK>fader</NICK>
<BLURB>the fader position.</BLURB> <BLURB>the fader position.</BLURB>
<DEFAULT>0</DEFAULT> <DEFAULT>5.59907e-315</DEFAULT>
</ARG> </ARG>
<ARG> <ARG>
@ -27140,16 +27200,16 @@
<FLAGS>rw</FLAGS> <FLAGS>rw</FLAGS>
<NICK>HSync</NICK> <NICK>HSync</NICK>
<BLURB>the hsync offset.</BLURB> <BLURB>the hsync offset.</BLURB>
<DEFAULT>7.49232e+247</DEFAULT> <DEFAULT>0</DEFAULT>
</ARG> </ARG>
<ARG> <ARG>
<NAME>GstAsfMux::is-live</NAME> <NAME>GstAsfMux::is-live</NAME>
<TYPE>gboolean</TYPE> <TYPE>gboolean</TYPE>
<RANGE></RANGE> <RANGE></RANGE>
<FLAGS>rwx</FLAGS> <FLAGS>rw</FLAGS>
<NICK>Is Live</NICK> <NICK>Is Live (deprecated)</NICK>
<BLURB>Whether this stream should be treated as a live stream, meaning that it doesn't need an index or header updates when done.</BLURB> <BLURB>Deprecated in 0.10.20, use 'streamable' instead.</BLURB>
<DEFAULT>FALSE</DEFAULT> <DEFAULT>FALSE</DEFAULT>
</ARG> </ARG>
@ -27193,6 +27253,16 @@
<DEFAULT>5000</DEFAULT> <DEFAULT>5000</DEFAULT>
</ARG> </ARG>
<ARG>
<NAME>GstAsfMux::streamable</NAME>
<TYPE>gboolean</TYPE>
<RANGE></RANGE>
<FLAGS>rwx</FLAGS>
<NICK>Streamable</NICK>
<BLURB>If set to true, the output should be as if it is to be streamed and hence no indexes written or duration written.</BLURB>
<DEFAULT>FALSE</DEFAULT>
</ARG>
<ARG> <ARG>
<NAME>GstVdpMpegDec::display</NAME> <NAME>GstVdpMpegDec::display</NAME>
<TYPE>gchar*</TYPE> <TYPE>gchar*</TYPE>
@ -45406,7 +45476,7 @@
<ARG> <ARG>
<NAME>GstVP8Enc::max-keyframe-distance</NAME> <NAME>GstVP8Enc::max-keyframe-distance</NAME>
<TYPE>gint</TYPE> <TYPE>gint</TYPE>
<RANGE>[1,9999]</RANGE> <RANGE>[0,9999]</RANGE>
<FLAGS>rw</FLAGS> <FLAGS>rw</FLAGS>
<NICK>Maximum Key frame distance</NICK> <NICK>Maximum Key frame distance</NICK>
<BLURB>Maximum distance between key frames.</BLURB> <BLURB>Maximum distance between key frames.</BLURB>
@ -45463,6 +45533,26 @@
<DEFAULT>1</DEFAULT> <DEFAULT>1</DEFAULT>
</ARG> </ARG>
<ARG>
<NAME>GstVP8Enc::multipass-cache-file</NAME>
<TYPE>gchar*</TYPE>
<RANGE></RANGE>
<FLAGS>rw</FLAGS>
<NICK>Multipass Cache File</NICK>
<BLURB>Multipass cache file.</BLURB>
<DEFAULT>NULL</DEFAULT>
</ARG>
<ARG>
<NAME>GstVP8Enc::multipass-mode</NAME>
<TYPE>GstVP8EncMultipassMode</TYPE>
<RANGE></RANGE>
<FLAGS>rw</FLAGS>
<NICK>Multipass Mode</NICK>
<BLURB>Multipass encode mode.</BLURB>
<DEFAULT>One pass encoding (default)</DEFAULT>
</ARG>
<ARG> <ARG>
<NAME>GstPhotography::aperture</NAME> <NAME>GstPhotography::aperture</NAME>
<TYPE>guint</TYPE> <TYPE>guint</TYPE>
@ -45583,3 +45673,293 @@
<DEFAULT>GST_PHOTOGRAPHY_WB_MODE_AUTO</DEFAULT> <DEFAULT>GST_PHOTOGRAPHY_WB_MODE_AUTO</DEFAULT>
</ARG> </ARG>
<ARG>
<NAME>GstWaterRipple::amplitude</NAME>
<TYPE>gdouble</TYPE>
<RANGE></RANGE>
<FLAGS>rw</FLAGS>
<NICK>amplitude</NICK>
<BLURB>amplitude.</BLURB>
<DEFAULT>10</DEFAULT>
</ARG>
<ARG>
<NAME>GstWaterRipple::phase</NAME>
<TYPE>gdouble</TYPE>
<RANGE></RANGE>
<FLAGS>rw</FLAGS>
<NICK>phase</NICK>
<BLURB>phase.</BLURB>
<DEFAULT>0</DEFAULT>
</ARG>
<ARG>
<NAME>GstWaterRipple::wavelength</NAME>
<TYPE>gdouble</TYPE>
<RANGE></RANGE>
<FLAGS>rw</FLAGS>
<NICK>wavelength</NICK>
<BLURB>wavelength.</BLURB>
<DEFAULT>16</DEFAULT>
</ARG>
<ARG>
<NAME>GstTwirl::angle</NAME>
<TYPE>gdouble</TYPE>
<RANGE></RANGE>
<FLAGS>rw</FLAGS>
<NICK>angle</NICK>
<BLURB>This is the angle in radians by which pixels at the nearest edge of the image will move.</BLURB>
<DEFAULT>3.14159</DEFAULT>
</ARG>
<ARG>
<NAME>GstSphere::refraction</NAME>
<TYPE>gdouble</TYPE>
<RANGE></RANGE>
<FLAGS>rw</FLAGS>
<NICK>refraction</NICK>
<BLURB>refraction index.</BLURB>
<DEFAULT>1.5</DEFAULT>
</ARG>
<ARG>
<NAME>GstPinch::intensity</NAME>
<TYPE>gdouble</TYPE>
<RANGE>[-1,1]</RANGE>
<FLAGS>rw</FLAGS>
<NICK>intensity</NICK>
<BLURB>intensity of the pinch effect.</BLURB>
<DEFAULT>0.5</DEFAULT>
</ARG>
<ARG>
<NAME>GstMarble::amount</NAME>
<TYPE>gdouble</TYPE>
<RANGE>[0,1]</RANGE>
<FLAGS>rw</FLAGS>
<NICK>amount</NICK>
<BLURB>Amount of effect.</BLURB>
<DEFAULT>1</DEFAULT>
</ARG>
<ARG>
<NAME>GstMarble::turbulence</NAME>
<TYPE>gdouble</TYPE>
<RANGE>[0,1]</RANGE>
<FLAGS>rw</FLAGS>
<NICK>turbulence</NICK>
<BLURB>Turbulence of the effect.</BLURB>
<DEFAULT>1</DEFAULT>
</ARG>
<ARG>
<NAME>GstMarble::x-scale</NAME>
<TYPE>gdouble</TYPE>
<RANGE>>= 0</RANGE>
<FLAGS>rw</FLAGS>
<NICK>x-scale</NICK>
<BLURB>X scale of the texture.</BLURB>
<DEFAULT>4</DEFAULT>
</ARG>
<ARG>
<NAME>GstMarble::y-scale</NAME>
<TYPE>gdouble</TYPE>
<RANGE>>= 0</RANGE>
<FLAGS>rw</FLAGS>
<NICK>y-scale</NICK>
<BLURB>Y scale of the texture.</BLURB>
<DEFAULT>4</DEFAULT>
</ARG>
<ARG>
<NAME>GstKaleidoscope::angle</NAME>
<TYPE>gdouble</TYPE>
<RANGE></RANGE>
<FLAGS>rw</FLAGS>
<NICK>angle</NICK>
<BLURB>primary angle in radians of the kaleidoscope effect.</BLURB>
<DEFAULT>0</DEFAULT>
</ARG>
<ARG>
<NAME>GstKaleidoscope::angle2</NAME>
<TYPE>gdouble</TYPE>
<RANGE></RANGE>
<FLAGS>rw</FLAGS>
<NICK>angle2</NICK>
<BLURB>secondary angle in radians of the kaleidoscope effect.</BLURB>
<DEFAULT>0</DEFAULT>
</ARG>
<ARG>
<NAME>GstKaleidoscope::sides</NAME>
<TYPE>gint</TYPE>
<RANGE>>= 2</RANGE>
<FLAGS>rw</FLAGS>
<NICK>sides</NICK>
<BLURB>Number of sides of the kaleidoscope.</BLURB>
<DEFAULT>3</DEFAULT>
</ARG>
<ARG>
<NAME>GstDiffuse::scale</NAME>
<TYPE>gdouble</TYPE>
<RANGE>>= 1</RANGE>
<FLAGS>rw</FLAGS>
<NICK>scale</NICK>
<BLURB>Scale of the texture.</BLURB>
<DEFAULT>4</DEFAULT>
</ARG>
<ARG>
<NAME>GstCircle::angle</NAME>
<TYPE>gdouble</TYPE>
<RANGE></RANGE>
<FLAGS>rw</FLAGS>
<NICK>angle</NICK>
<BLURB>Angle at which the arc starts in radians.</BLURB>
<DEFAULT>0</DEFAULT>
</ARG>
<ARG>
<NAME>GstCircle::height</NAME>
<TYPE>gint</TYPE>
<RANGE>>= 0</RANGE>
<FLAGS>rw</FLAGS>
<NICK>height</NICK>
<BLURB>Height of the arc.</BLURB>
<DEFAULT>20</DEFAULT>
</ARG>
<ARG>
<NAME>GstCircle::spread-angle</NAME>
<TYPE>gdouble</TYPE>
<RANGE></RANGE>
<FLAGS>rw</FLAGS>
<NICK>spread angle</NICK>
<BLURB>Length of the arc in radians.</BLURB>
<DEFAULT>3.14159</DEFAULT>
</ARG>
<ARG>
<NAME>GstInvtelecine::verify-field-flags</NAME>
<TYPE>gboolean</TYPE>
<RANGE></RANGE>
<FLAGS>rw</FLAGS>
<NICK>verify field flags</NICK>
<BLURB>Verify that field dominance (top/bottom field first) buffer flags are correct.</BLURB>
<DEFAULT>FALSE</DEFAULT>
</ARG>
<ARG>
<NAME>frei0r-filter-opencvfacedetect::test</NAME>
<TYPE>gdouble</TYPE>
<RANGE></RANGE>
<FLAGS>rw</FLAGS>
<NICK>test</NICK>
<BLURB>test.</BLURB>
<DEFAULT>0</DEFAULT>
</ARG>
<ARG>
<NAME>GstVideoMaxRate::average-period</NAME>
<TYPE>guint64</TYPE>
<RANGE>[1,G_MAXLONG]</RANGE>
<FLAGS>rw</FLAGS>
<NICK>Period over which to average</NICK>
<BLURB>Period over which to average the framerate (in ns).</BLURB>
<DEFAULT>1000000000</DEFAULT>
</ARG>
<ARG>
<NAME>GstShmSrc::is-live</NAME>
<TYPE>gboolean</TYPE>
<RANGE></RANGE>
<FLAGS>rw</FLAGS>
<NICK>Is this a live source</NICK>
<BLURB>True if the element cannot produce data in PAUSED.</BLURB>
<DEFAULT>FALSE</DEFAULT>
</ARG>
<ARG>
<NAME>GstShmSrc::socket-path</NAME>
<TYPE>gchar*</TYPE>
<RANGE></RANGE>
<FLAGS>rw</FLAGS>
<NICK>Path to the control socket</NICK>
<BLURB>The path to the control socket used to control the shared memory transport.</BLURB>
<DEFAULT>NULL</DEFAULT>
</ARG>
<ARG>
<NAME>GstShmSink::perms</NAME>
<TYPE>guint</TYPE>
<RANGE><= 4095</RANGE>
<FLAGS>rw</FLAGS>
<NICK>Permissions on the shm area</NICK>
<BLURB>Permissions to set on the shm area.</BLURB>
<DEFAULT>504</DEFAULT>
</ARG>
<ARG>
<NAME>GstShmSink::shm-size</NAME>
<TYPE>guint</TYPE>
<RANGE></RANGE>
<FLAGS>rw</FLAGS>
<NICK>Size of the shm area</NICK>
<BLURB>Size of the shared memory area.</BLURB>
<DEFAULT>262144</DEFAULT>
</ARG>
<ARG>
<NAME>GstShmSink::socket-path</NAME>
<TYPE>gchar*</TYPE>
<RANGE></RANGE>
<FLAGS>rw</FLAGS>
<NICK>Path to the control socket</NICK>
<BLURB>The path to the control socket used to control the shared memory transport.</BLURB>
<DEFAULT>NULL</DEFAULT>
</ARG>
<ARG>
<NAME>GstShmSink::wait-for-connection</NAME>
<TYPE>gboolean</TYPE>
<RANGE></RANGE>
<FLAGS>rw</FLAGS>
<NICK>Wait for a connection until rendering</NICK>
<BLURB>Block the stream until the shm pipe is connected.</BLURB>
<DEFAULT>TRUE</DEFAULT>
</ARG>
<ARG>
<NAME>GstRTMPSrc::location</NAME>
<TYPE>gchar*</TYPE>
<RANGE></RANGE>
<FLAGS>rw</FLAGS>
<NICK>File Location</NICK>
<BLURB>Location of the file to read.</BLURB>
<DEFAULT>NULL</DEFAULT>
</ARG>
<ARG>
<NAME>GstFliteTestSrc::samplesperbuffer</NAME>
<TYPE>gint</TYPE>
<RANGE>>= 1</RANGE>
<FLAGS>rw</FLAGS>
<NICK>Samples per buffer</NICK>
<BLURB>Number of samples in each outgoing buffer.</BLURB>
<DEFAULT>1024</DEFAULT>
</ARG>
<ARG>
<NAME>GstGSettingsAudioSink::profile</NAME>
<TYPE>GstGSettingsProfile</TYPE>
<RANGE></RANGE>
<FLAGS>rw</FLAGS>
<NICK>Profile</NICK>
<BLURB>Profile.</BLURB>
<DEFAULT>Sound Events</DEFAULT>
</ARG>

View file

@ -1,6 +1,8 @@
GObject GObject
GstObject GstObject
GstPad GstPad
GstVdpVideoSrcPad
GstVdpOutputSrcPad
GstPadTemplate GstPadTemplate
GstSignalProcessorPadTemplate GstSignalProcessorPadTemplate
GstPluginFeature GstPluginFeature
@ -12,412 +14,476 @@ GObject
GstPipeline GstPipeline
GstCameraBin GstCameraBin
GstQTMoovRecover GstQTMoovRecover
GstGSettingsSwitchSink
GstGSettingsAudioSink
RsnDvdBin RsnDvdBin
DvbBaseBin DvbBaseBin
GstRtpBin
GstFPSDisplaySink
GstAutoConvert GstAutoConvert
GstSDPDemux GstSDPDemux
GstFPSDisplaySink GstBaseVideoCodec
GstWildmidi GstBaseVideoDecoder
GstMpeg2enc GstVP8Dec
GstSchroDec
GstBaseVideoEncoder
GstVP8Enc
GstSchroEnc
GstDiracEnc
GstBaseVideoParse
GstSchroParse
GstSignalProcessor
invadarecords-com-plugins-lv2-compressor-mono
invadarecords-com-plugins-lv2-compressor-stereo
invadarecords-com-plugins-lv2-delay-mono
invadarecords-com-plugins-lv2-delay-sum
invadarecords-com-plugins-lv2-erreverb-mono
invadarecords-com-plugins-lv2-erreverb-sum
invadarecords-com-plugins-lv2-filter-hpf-mono
invadarecords-com-plugins-lv2-filter-hpf-stereo
invadarecords-com-plugins-lv2-filter-lpf-mono
invadarecords-com-plugins-lv2-filter-lpf-stereo
invadarecords-com-plugins-lv2-input
invadarecords-com-plugins-lv2-meter
invadarecords-com-plugins-lv2-phaser-mono
invadarecords-com-plugins-lv2-phaser-stereo
invadarecords-com-plugins-lv2-phaser-sum
invadarecords-com-plugins-lv2-testtone
invadarecords-com-plugins-lv2-tube-mono
invadarecords-com-plugins-lv2-tube-stereo
ladspa-flanger
ladspa-tap-rotspeak
ladspa-retroFlange
ladspa-triplePara
ladspa-tap-vibrato
ladspa-pitchScaleHQ
ladspa-matrixStMS
ladspa-imp
ladspa-analogueOsc
ladspa-hilbert
ladspa-notch-iir
ladspa-bodeShifter
ladspa-valveRect
ladspa-tap-sigmoid
ladspa-diode
ladspa-se4
ladspa-pitchScale
ladspa-foldover
ladspa-freqTracker
ladspa-rateShifter
ladspa-inv
ladspa-sc1
ladspa-ringmod-2i1o
ladspa-ringmod-1i1o1l
ladspa-impulse-fc
ladspa-tap-reverb
ladspa-amp-mono
ladspa-amp-stereo
ladspa-stepMuxer
ladspa-tap-equalizer
ladspa-fastLookaheadLimiter
ladspa-artificialLatency
ladspa-gate
ladspa-delay-n
ladspa-delay-l
ladspa-delay-c
ladspa-bwxover-iir
ladspa-buttlow-iir
ladspa-butthigh-iir
ladspa-mbeq
ladspa-lsFilter
ladspa-const
ladspa-Pulse-VCO
ladspa-Saw-VCO
ladspa-Rec-VCO
ladspa-Ambisonics-31-panner
ladspa-Ambisonics-31-rotator
ladspa-Ambisonics-33-panner
ladspa-Ambisonics-33-rotator
ladspa-smoothDecimate
ladspa-giantFlange
ladspa-lfoPhaser
ladspa-fourByFourPole
ladspa-autoPhaser
ladspa-lpf
ladspa-hpf
ladspa-tap-autopan
ladspa-highpass-iir
ladspa-comb
ladspa-matrixSpatialiser
ladspa-comb-n
ladspa-comb-l
ladspa-comb-c
ladspa-lcrDelay
ladspa-combSplitter
ladspa-dcRemove
ladspa-tap-doubler
ladspa-sinusWavewrapper
ladspa-modDelay
ladspa-shaper
ladspa-zm1
ladspa-sc4
ladspa-delay-5s
ladspa-dysonCompress
ladspa-tap-stereo-echo
ladspa-lowpass-iir
ladspa-fadDelay
ladspa-plate
ladspa-bandpass-iir
ladspa-singlePara
ladspa-gongBeater
ladspa-tapeDelay
ladspa-Tricardioid-to-AMB
ladspa-Virtualmic
ladspa-sifter
ladspa-tap-dynamics-st
ladspa-hardLimiter
ladspa-sc3
ladspa-amp
ladspa-xfade
ladspa-xfade4
ladspa-tap-pitch
ladspa-multivoiceChorus
ladspa-G2reverb
ladspa-surroundEncoder
ladspa-sc2
ladspa-gverb
ladspa-matrixMSSt
ladspa-amPitchshift
ladspa-tap-deesser
ladspa-tap-tubewarmth
ladspa-hermesFilter
ladspa-bandpass-a-iir
ladspa-gsm
ladspa-Chorus1
ladspa-Chorus2
ladspa-crossoverDist
ladspa-allpass-n
ladspa-allpass-l
ladspa-allpass-c
ladspa-decay
ladspa-valve
ladspa-bodeShifterCV
ladspa-harmonicGen
ladspa-waveTerrain
ladspa-transient
ladspa-sinCos
ladspa-split
ladspa-divider
ladspa-declip
ladspa-tap-dynamics-m
ladspa-tap-reflector
ladspa-Ambisonics-11-mono-panner
ladspa-Ambisonics-11-stereo-panner
ladspa-Ambisonics-11-rotator
ladspa-Ambisonics-11-square-decoder
ladspa-Ambisonics-11-hexagon-decoder
ladspa-Ambisonics-11-cube-decoder
ladspa-tap-equalizer-bw
ladspa-tap-tremolo
ladspa-sine-faaa
ladspa-sine-faac
ladspa-sine-fcaa
ladspa-sine-fcac
ladspa-chebstortion
ladspa-alias
ladspa-Parametric1
ladspa-tap-limiter
ladspa-noise-white
ladspa-tap-pinknoise
ladspa-delayorama
ladspa-pointerCastDistortion
ladspa-svf
ladspa-Phaser1
ladspa-Phaser1+LFO
ladspa-revdelay
ladspa-tap-chorusflanger
ladspa-vynil
ladspa-Mvchpf-1
ladspa-djFlanger
ladspa-fmOsc
ladspa-decimator
ladspa-Ambisonics-21-panner
ladspa-Ambisonics-21-rotator
ladspa-Ambisonics-22-panner
ladspa-Ambisonics-22-rotator
ladspa-dj-eq-mono
ladspa-dj-eq
ladspa-Mvclpf-1
ladspa-Mvclpf-2
ladspa-Mvclpf-3
ladspa-Mvclpf-4
ladspa-satanMaximiser
ladspa-foverdrive
ladspa-karaoke
ladspa-gong
ladspa-sc4m
GstGmeDec
GstBaseMetadata
GstMetadataDemux
GstMetadataMux
GstXvidEnc
GstXvidDec
GstFaad
GstBz2enc
GstBz2dec
GstCDAudio
GstBaseSink GstBaseSink
GstVideoSink GstVideoSink
GstSDLVideoSink
GstDfbVideoSink GstDfbVideoSink
GstSDLVideoSink
VdpSink
GstBaseAudioSink GstBaseAudioSink
GstAudioSink GstAudioSink
GstSDLAudioSink
GstNasSink GstNasSink
GstSDLAudioSink
GstApExSink GstApExSink
GstJackAudioSink GstJackAudioSink
GstSFSink
AlsaSPDIFSink AlsaSPDIFSink
GstSFSink
GstShmSink
GstFBDEVSink GstFBDEVSink
GstDCCPServerSink GstDCCPServerSink
GstDCCPClientSink GstDCCPClientSink
GstAssRender GstMimEnc
GstCeltEnc GstMimDec
GstCeltDec GstAmrWbEnc
GstBaseSrc
GstPushSrc
GstMythtvSrc
GstRTMPSrc
GstMMS
GstDc1394
GstBaseAudioSrc
GstJackAudioSrc
GstNeonhttpSrc
GstShmSrc
GstVCDSrc
GstDvbSrc
frei0r-src-nois0r
frei0r-src-lissajous0r
frei0r-src-partik0l
frei0r-src-plasma
frei0r-src-onecol0r
frei0r-src-ising0r
GstRfbSrc
GstDCCPClientSrc
GstDCCPServerSrc
GstFliteTestSrc
GstSFSrc
GstDTMFSrc
GstRTPDTMFSrc
GstDataURISrc
GstBaseTransform GstBaseTransform
GstAudioFilter
GstOFA
GstBPMDetect
GstStereo
GstCogdownsample GstCogdownsample
GstCogcolorspace GstCogcolorspace
GstCogScale GstCogScale
GstColorconvert GstColorconvert
GstLogoinsert GstLogoinsert
GstAudioFilter
GstOFA
GstBPMDetect
GstStereo
GstVideoFilter GstVideoFilter
GstZBar GstZBar
frei0r-filter-transparency
frei0r-filter-invert0r
frei0r-filter-letterb0xed
frei0r-filter-gamma
frei0r-filter-delay0r
frei0r-filter-r
frei0r-filter-squareblur
frei0r-filter-curves
frei0r-filter-b
frei0r-filter-vectorscope
frei0r-filter-mask0mate
frei0r-filter-vertigo
frei0r-filter-opencvfacedetect
frei0r-filter-color-distance
frei0r-filter-distort0r
frei0r-filter-threshold0r
frei0r-filter-lens-correction
frei0r-filter-nosync0r
frei0r-filter-luminance
frei0r-filter-rgb-parade
frei0r-filter-3-point-color-balance
frei0r-filter-bw0r
frei0r-filter-threelay0r
frei0r-filter-bluescreen0r
frei0r-filter-sobel
frei0r-filter-glow
frei0r-filter-tint0r
frei0r-filter-levels
frei0r-filter-hueshift0r
frei0r-filter-pixeliz0r
frei0r-filter-primaries
frei0r-filter-nervous
frei0r-filter-saturat0r
frei0r-filter-white-balance
frei0r-filter-cartoon
frei0r-filter-twolay0r
frei0r-filter-scanline0r
frei0r-filter-water
frei0r-filter-perspective
frei0r-filter-k-means-clustering
frei0r-filter-edgeglow
frei0r-filter-baltan
frei0r-filter-g
frei0r-filter-tehroxx0r
frei0r-filter-equaliz0r
frei0r-filter-scale0tilt
frei0r-filter-brightness
frei0r-filter-flippo
frei0r-filter-3dflippo
frei0r-filter-contrast0r
frei0r-filter-dealygrab
GstVideoAnalyse GstVideoAnalyse
GstVideoDetect GstVideoDetect
GstVideoMark GstVideoMark
frei0r-filter-threshold0r GstGeometricTransform
frei0r-filter-scanline0r GstCircleGeometricTransform
frei0r-filter-glow GstCircle
frei0r-filter-color-distance GstKaleidoscope
frei0r-filter-twolay0r GstPinch
frei0r-filter-water GstSphere
frei0r-filter-delay0r GstTwirl
frei0r-filter-luminance GstWaterRipple
frei0r-filter-r GstDiffuse
frei0r-filter-cartoon GstMarble
frei0r-filter-curves
frei0r-filter-lens-correction
frei0r-filter-dealygrab
frei0r-filter-tint0r
frei0r-filter-levels
frei0r-filter-brightness
frei0r-filter-contrast0r
frei0r-filter-pixeliz0r
frei0r-filter-3dflippo
frei0r-filter-mask0mate
frei0r-filter-vertigo
frei0r-filter-saturat0r
frei0r-filter-gamma
frei0r-filter-hueshift0r
frei0r-filter-primaries
frei0r-filter-edgeglow
frei0r-filter-rgb-parade
frei0r-filter-bluescreen0r
frei0r-filter-g
frei0r-filter-bw0r
frei0r-filter-k-means-clustering
frei0r-filter-3-point-color-balance
frei0r-filter-white-balance
frei0r-filter-equaliz0r
frei0r-filter-perspective
frei0r-filter-sobel
frei0r-filter-invert0r
frei0r-filter-threelay0r
frei0r-filter-baltan
frei0r-filter-flippo
frei0r-filter-nervous
frei0r-filter-vectorscope
frei0r-filter-tehroxx0r
frei0r-filter-letterb0xed
frei0r-filter-squareblur
frei0r-filter-distort0r
frei0r-filter-b
frei0r-filter-transparency
frei0r-filter-scale0tilt
frei0r-filter-nosync0r
GstDtmfDetect GstDtmfDetect
GstBayer2RGB GstBayer2RGB
GstMeasureCollector GstRGB2Bayer
GstLegacyresample GstVideoMaxRate
GstScaletempo GstScaletempo
GstLegacyresample
GstMeasureCollector
GstHDVParse GstHDVParse
GstMSE GstDtsDec
GstMimEnc GstRsvgDec
GstMimDec
GstCDAudio
GstMusepackDec
GstBaseSrc
GstSFSrc
GstPushSrc
GstDc1394
GstBaseAudioSrc
GstJackAudioSrc
GstMythtvSrc
GstMMS
GstNeonhttpSrc
GstVCDSrc
GstDvbSrc
GstRfbSrc
GstDCCPClientSrc
GstDCCPServerSrc
frei0r-src-nois0r
frei0r-src-lissajous0r
frei0r-src-onecol0r
frei0r-src-ising0r
frei0r-src-partik0l
frei0r-src-plasma
GstDTMFSrc
GstRTPDTMFSrc
GstDataURISrc
GstAmrWbEnc
GstTRM
GstGSMEnc
GstGSMDec
GstBaseMetadata
GstMetadataDemux
GstMetadataMux
GstPitch
GstFaac GstFaac
GstMplex GstMusepackDec
GstXvidEnc
GstXvidDec
GstBaseVideoCodec
GstBaseVideoDecoder
GstSchroDec
GstBaseVideoParse
GstSchroParse
GstBaseVideoEncoder
GstSchroEnc
GstDiracEnc
GstKateDec GstKateDec
GstKateEnc GstKateEnc
GstKateParse GstKateParse
GstKateTag GstKateTag
GstKateTiger GstGSMEnc
GstDtsDec GstGSMDec
GstBz2enc
GstBz2dec
GstFaad
GstRsvgDec
GstModPlug GstModPlug
GstSignalProcessor GstWildmidi
ladspa-karaoke GstMSE
ladspa-shaper GstAssRender
ladspa-amp GstPitch
ladspa-amp-mono GstCeltEnc
ladspa-amp-stereo GstCeltDec
ladspa-djFlanger GstTRM
ladspa-alias SatBaseVideoDecoder
ladspa-svf GstVdpDecoder
ladspa-waveTerrain GstVdpMpegDec
ladspa-valve GstVdpH264Dec
ladspa-notch-iir GstVdpVideoPostProcess
ladspa-tap-reverb
ladspa-giantFlange
ladspa-gong
ladspa-vynil
ladspa-fmOsc
ladspa-tap-vibrato
ladspa-divider
ladspa-highpass-iir
ladspa-revdelay
ladspa-ringmod-2i1o
ladspa-ringmod-1i1o1l
ladspa-singlePara
ladspa-tap-dynamics-st
ladspa-lsFilter
ladspa-impulse-fc
ladspa-matrixMSSt
ladspa-pointerCastDistortion
ladspa-hermesFilter
ladspa-se4
ladspa-delay-n
ladspa-delay-l
ladspa-delay-c
ladspa-crossoverDist
ladspa-tap-autopan
ladspa-declip
ladspa-lcrDelay
ladspa-multivoiceChorus
ladspa-fastLookaheadLimiter
ladspa-tap-tubewarmth
ladspa-dysonCompress
ladspa-bandpass-a-iir
ladspa-hardLimiter
ladspa-artificialLatency
ladspa-pitchScaleHQ
ladspa-gverb
ladspa-Phaser1
ladspa-Phaser1+LFO
ladspa-sine-faaa
ladspa-sine-faac
ladspa-sine-fcaa
ladspa-sine-fcac
ladspa-lpf
ladspa-hpf
ladspa-amPitchshift
ladspa-bandpass-iir
ladspa-Mvclpf-1
ladspa-Mvclpf-2
ladspa-Mvclpf-3
ladspa-Mvclpf-4
ladspa-transient
ladspa-diode
ladspa-Chorus1
ladspa-Chorus2
ladspa-comb-n
ladspa-comb-l
ladspa-comb-c
ladspa-satanMaximiser
ladspa-valveRect
ladspa-gsm
ladspa-foldover
ladspa-sc1
ladspa-lowpass-iir
ladspa-decay
ladspa-tapeDelay
ladspa-hilbert
ladspa-sc2
ladspa-tap-rotspeak
ladspa-smoothDecimate
ladspa-delayorama
ladspa-bwxover-iir
ladspa-buttlow-iir
ladspa-butthigh-iir
ladspa-sinusWavewrapper
ladspa-tap-deesser
ladspa-tap-equalizer-bw
ladspa-decimator
ladspa-allpass-n
ladspa-allpass-l
ladspa-allpass-c
ladspa-matrixSpatialiser
ladspa-foverdrive
ladspa-freqTracker
ladspa-delay-5s
ladspa-analogueOsc
ladspa-split
ladspa-inv
ladspa-chebstortion
ladspa-modDelay
ladspa-dcRemove
ladspa-pitchScale
ladspa-Mvchpf-1
ladspa-rateShifter
ladspa-tap-sigmoid
ladspa-tap-pinknoise
ladspa-imp
ladspa-sc4m
ladspa-surroundEncoder
ladspa-tap-chorusflanger
ladspa-stepMuxer
ladspa-zm1
ladspa-sifter
ladspa-bodeShifterCV
ladspa-tap-equalizer
ladspa-tap-tremolo
ladspa-matrixStMS
ladspa-flanger
ladspa-gate
ladspa-lfoPhaser
ladspa-fourByFourPole
ladspa-autoPhaser
ladspa-sc4
ladspa-tap-stereo-echo
ladspa-tap-pitch
ladspa-triplePara
ladspa-fadDelay
ladspa-gongBeater
ladspa-combSplitter
ladspa-tap-reflector
ladspa-tap-dynamics-m
ladspa-dj-eq-mono
ladspa-dj-eq
ladspa-tap-limiter
ladspa-xfade
ladspa-xfade4
ladspa-plate
ladspa-tap-doubler
ladspa-sc3
ladspa-const
ladspa-retroFlange
ladspa-bodeShifter
ladspa-harmonicGen
ladspa-sinCos
ladspa-mbeq
ladspa-noise-white
ladspa-G2reverb
ladspa-comb
VP8BaseVideoCodec
VP8BaseVideoDecoder
GstVP8Dec
VP8BaseVideoEncoder
GstVP8Enc
GstVMncDec
GstBaseRTPDepayload
GstRtpDTMFDepay
GstMveDemux GstMveDemux
GstMveMux GstMveMux
GstNsfDec GstBaseRTPDepayload
GstTtaParse GstRtpDTMFDepay
GstTtaDec GstRtpJitterBuffer
GstPcapParse GstRtpPtDemux
GstJpegParse GstRtpSession
GstJifMux GstRtpSsrcDemux
GstId3BaseMux
GstId3Mux
GstLiveAdder
GstRealVideoDec
GstRealAudioDec
MpegTsMux
GstAiffParse
GstAiffMux
GstValve
MpegVideoParse
GstNuvDemux
ADPCMDec
GstQTMux
GstMP4Mux
GstGPPMux
GstMJ2Mux
GstFestival
MpegPsMux
ADPCMEnc
GstInvtelecine
GstCDXAParse
GstVcdParse
GstSSim
GstRawParse
GstVideoParse
GstAudioParse
GstMpegPSDemux GstMpegPSDemux
GstMpegTSDemux GstMpegTSDemux
MpegTSParse MpegTSParse
GstSirenDec GstH264Parse
GstSirenEnc GstLiveAdder
GstSegmentClip ADPCMDec
GstAudioSegmentClip GstMpeg4VParse
GstVideoSegmentClip GstValve
GstAsfMux MpegVideoParse
GstBaseRTPPayload frei0r-mixer-color-only
GstRtpAsfPay frei0r-mixer-alphaxor
GstAsfParse frei0r-mixer-alphaout
frei0r-mixer-burn
frei0r-mixer-dodge
frei0r-mixer-difference
frei0r-mixer-grain-extract
frei0r-mixer-alphaatop
frei0r-mixer-overlay
frei0r-mixer-hue
frei0r-mixer-alphaover
frei0r-mixer-alphain
frei0r-mixer-hardlight
frei0r-mixer-blend
frei0r-mixer-lighten
frei0r-mixer-divide
frei0r-mixer-screen
frei0r-mixer-uv-map
frei0r-mixer-darken
frei0r-mixer-rgb
frei0r-mixer-multiply
frei0r-mixer-alpha-injection
frei0r-mixer-saturation
frei0r-mixer-xfade0r
frei0r-mixer-addition
frei0r-mixer-softlight
frei0r-mixer-grain-merge
frei0r-mixer-composition
frei0r-mixer-subtract
frei0r-mixer-value
GstAiffParse
GstAiffMux
GstNuvDemux
GstRawParse
GstVideoParse
GstAudioParse
GstSpeed
GstInputSelector
GstOutputSelector
GstAudioBaseParseBad GstAudioBaseParseBad
GstAacParse GstAacParse
GstAmrParse GstAmrParse
GstAc3Parse GstAc3Parse
GstFlacParse GstFlacParse
GstDVDSpu GstQTMux
GstFreeze GstMP4Mux
GstH264Parse GstGPPMux
GstMXFDemux GstMJ2Mux
GstMXFMux GstSSim
GstInputSelector GstCDXAParse
GstOutputSelector GstVcdParse
frei0r-mixer-alphaout GstNsfDec
frei0r-mixer-hardlight
frei0r-mixer-subtract
frei0r-mixer-dodge
frei0r-mixer-alphaxor
frei0r-mixer-addition
frei0r-mixer-grain-merge
frei0r-mixer-value
frei0r-mixer-uv-map
frei0r-mixer-color-only
frei0r-mixer-alphain
frei0r-mixer-composition
frei0r-mixer-hue
frei0r-mixer-overlay
frei0r-mixer-burn
frei0r-mixer-alpha-injection
frei0r-mixer-rgb
frei0r-mixer-softlight
frei0r-mixer-alphaover
frei0r-mixer-lighten
frei0r-mixer-alphaatop
frei0r-mixer-grain-extract
frei0r-mixer-screen
frei0r-mixer-divide
frei0r-mixer-darken
frei0r-mixer-saturation
frei0r-mixer-blend
frei0r-mixer-multiply
frei0r-mixer-difference
frei0r-mixer-xfade0r
GstSpeed
GstRTPMux
GstRTPDTMFMux
GstPnmdec GstPnmdec
GstPnmenc GstPnmenc
GstMpeg4VParse GstTtaParse
GstTtaDec
ADPCMEnc
GstJpegParse
GstJifMux
GstRTPMux
GstRTPDTMFMux
GstFreeze
GstVMncDec
GstInvtelecine
GstSrtEnc GstSrtEnc
GstAsfMux
GstBaseRTPPayload
GstRtpAsfPay
GstAsfParse
GstFestival
GstSegmentClip
GstAudioSegmentClip
GstVideoSegmentClip
MpegTsMux
GstIvfParse
GstDVDSpu
GstMXFDemux
GstMXFMux
GstRealVideoDec
GstRealAudioDec
GstId3BaseMux
GstId3Mux
GstSirenDec
GstSirenEnc
GstPcapParse
MpegPsMux
GstBus GstBus
GstTask GstTask
GstTaskPool GstTaskPool
@ -428,11 +494,13 @@ GObject
GstRegistry GstRegistry
GstRingBuffer GstRingBuffer
GstAudioSinkRingBuffer GstAudioSinkRingBuffer
GstJackAudioSinkRingBuffer
GstJackAudioSrcRingBuffer GstJackAudioSrcRingBuffer
GstJackAudioSinkRingBuffer
GstSignalObject GstSignalObject
GstVdpDevice
MpegTsPatInfo MpegTsPatInfo
MpegTsPmtInfo MpegTsPmtInfo
RTPSession
GstColorBalanceChannel GstColorBalanceChannel
GstMixerTrack GstMixerTrack
GstMixerOptions GstMixerOptions
@ -440,12 +508,12 @@ GInterface
GTypePlugin GTypePlugin
GstChildProxy GstChildProxy
GstURIHandler GstURIHandler
GstTagSetter
GstPreset GstPreset
GstImplementsInterface GstImplementsInterface
GstXOverlay
GstNavigation GstNavigation
GstTagSetter
GstColorBalance GstColorBalance
GstXOverlay
GstMixer GstMixer
GstPhotography GstPhotography
MXFDescriptiveMetadataFrameworkInterface MXFDescriptiveMetadataFrameworkInterface

View file

@ -2,37 +2,39 @@ GstBin GstChildProxy
GstPipeline GstChildProxy GstPipeline GstChildProxy
GstCameraBin GstChildProxy GstImplementsInterface GstColorBalance GstTagSetter GstPhotography GstCameraBin GstChildProxy GstImplementsInterface GstColorBalance GstTagSetter GstPhotography
GstQTMoovRecover GstChildProxy GstQTMoovRecover GstChildProxy
GstGSettingsSwitchSink GstChildProxy
GstGSettingsAudioSink GstChildProxy
RsnDvdBin GstChildProxy GstURIHandler RsnDvdBin GstChildProxy GstURIHandler
DvbBaseBin GstChildProxy GstURIHandler DvbBaseBin GstChildProxy GstURIHandler
GstRtpBin GstChildProxy
GstFPSDisplaySink GstChildProxy
GstAutoConvert GstChildProxy GstAutoConvert GstChildProxy
GstSDPDemux GstChildProxy GstSDPDemux GstChildProxy
GstFPSDisplaySink GstChildProxy GstVP8Enc GstTagSetter GstPreset
GstMpeg2enc GstPreset GstDiracEnc GstPreset
GstSDLVideoSink GstImplementsInterface GstXOverlay GstNavigation GstMetadataMux GstTagSetter
GstDfbVideoSink GstImplementsInterface GstNavigation GstColorBalance GstXvidEnc GstPreset
GstApExSink GstImplementsInterface GstMixer
GstCeltEnc GstTagSetter GstPreset
GstCDAudio GstURIHandler GstCDAudio GstURIHandler
GstDfbVideoSink GstImplementsInterface GstNavigation GstColorBalance
GstSDLVideoSink GstImplementsInterface GstXOverlay GstNavigation
VdpSink GstImplementsInterface GstNavigation GstXOverlay
GstApExSink GstImplementsInterface GstMixer
GstAmrWbEnc GstPreset
GstMythtvSrc GstURIHandler GstMythtvSrc GstURIHandler
GstRTMPSrc GstURIHandler
GstMMS GstURIHandler GstMMS GstURIHandler
GstNeonhttpSrc GstURIHandler GstNeonhttpSrc GstURIHandler
GstVCDSrc GstURIHandler GstVCDSrc GstURIHandler
GstDataURISrc GstURIHandler GstDataURISrc GstURIHandler
GstAmrWbEnc GstPreset
GstMetadataMux GstTagSetter
GstFaac GstPreset GstFaac GstPreset
GstXvidEnc GstPreset
GstBaseVideoEncoder GstPreset
GstSchroEnc GstPreset
GstDiracEnc GstPreset
GstKateEnc GstTagSetter GstKateEnc GstTagSetter
GstKateTag GstTagSetter GstKateTag GstTagSetter
GstVP8Enc GstTagSetter GstPreset GstCeltEnc GstTagSetter GstPreset
GstJifMux GstTagSetter
GstId3BaseMux GstTagSetter
GstId3Mux GstTagSetter
GstQTMux GstTagSetter GstQTMux GstTagSetter
GstMP4Mux GstTagSetter GstMP4Mux GstTagSetter
GstGPPMux GstTagSetter GstGPPMux GstTagSetter
GstMJ2Mux GstTagSetter GstMJ2Mux GstTagSetter
GstJifMux GstTagSetter
GstAsfMux GstTagSetter GstAsfMux GstTagSetter
GstId3BaseMux GstTagSetter
GstId3Mux GstTagSetter

View file

@ -1,8 +1,8 @@
GstChildProxy GstObject GstChildProxy GstObject
GstImplementsInterface GstElement
GstXOverlay GstImplementsInterface GstElement
GstTagSetter GstElement GstTagSetter GstElement
GstImplementsInterface GstElement
GstColorBalance GstImplementsInterface GstElement GstColorBalance GstImplementsInterface GstElement
GstXOverlay GstImplementsInterface GstElement
GstMixer GstImplementsInterface GstElement GstMixer GstImplementsInterface GstElement
GstPhotography GstImplementsInterface GstElement GstPhotography GstImplementsInterface GstElement
MXFDescriptiveMetadataFrameworkInterface MXFDescriptiveMetadata MXFDescriptiveMetadataFrameworkInterface MXFDescriptiveMetadata

View file

@ -489,3 +489,29 @@ guint arg1
GstPad *arg2 GstPad *arg2
</SIGNAL> </SIGNAL>
<SIGNAL>
<NAME>GstFPSDisplaySink::fps-measurements</NAME>
<RETURNS>void</RETURNS>
<FLAGS>l</FLAGS>
GstFPSDisplaySink *gstfpsdisplaysink
gdouble arg1
gdouble arg2
gdouble arg3
</SIGNAL>
<SIGNAL>
<NAME>GstShmSink::client-connected</NAME>
<RETURNS>void</RETURNS>
<FLAGS>l</FLAGS>
GstShmSink *gstshmsink
gint arg1
</SIGNAL>
<SIGNAL>
<NAME>GstShmSink::client-disconnected</NAME>
<RETURNS>void</RETURNS>
<FLAGS>l</FLAGS>
GstShmSink *gstshmsink
gint arg1
</SIGNAL>

View file

@ -30,26 +30,5 @@
</caps> </caps>
</pads> </pads>
</element> </element>
<element>
<name>aiffparse</name>
<longname>AIFF audio demuxer</longname>
<class>Codec/Demuxer/Audio</class>
<description>Parse a .aiff file into raw audio</description>
<author>Pioneers of the Inevitable &lt;songbird@songbirdnest.com&gt;</author>
<pads>
<caps>
<name>sink</name>
<direction>sink</direction>
<presence>always</presence>
<details>audio/x-aiff</details>
</caps>
<caps>
<name>src</name>
<direction>source</direction>
<presence>always</presence>
<details>audio/x-raw-int, rate=(int)[ 1, 2147483647 ], channels=(int)[ 1, 2147483647 ], endianness=(int){ 1234, 4321 }, width=(int){ 8, 16, 24, 32 }, depth=(int)[ 1, 32 ], signed=(boolean){ true, false }</details>
</caps>
</pads>
</element>
</elements> </elements>
</plugin> </plugin>

View file

@ -16,18 +16,18 @@
<description>Parse a .aiff file into raw audio</description> <description>Parse a .aiff file into raw audio</description>
<author>Pioneers of the Inevitable &lt;songbird@songbirdnest.com&gt;</author> <author>Pioneers of the Inevitable &lt;songbird@songbirdnest.com&gt;</author>
<pads> <pads>
<caps>
<name>src</name>
<direction>source</direction>
<presence>always</presence>
<details>audio/x-raw-int, rate=(int)[ 1, 2147483647 ], channels=(int)[ 1, 2147483647 ], endianness=(int){ 1234, 4321 }, width=(int){ 8, 16, 24, 32 }, depth=(int)[ 1, 32 ], signed=(boolean){ true, false }</details>
</caps>
<caps> <caps>
<name>sink</name> <name>sink</name>
<direction>sink</direction> <direction>sink</direction>
<presence>always</presence> <presence>always</presence>
<details>audio/x-aiff</details> <details>audio/x-aiff</details>
</caps> </caps>
<caps>
<name>src</name>
<direction>source</direction>
<presence>always</presence>
<details>audio/x-raw-int, rate=(int)[ 1, 2147483647 ], channels=(int)[ 1, 2147483647 ], endianness=(int){ 1234, 4321 }, width=(int){ 8, 16, 24, 32 }, depth=(int)[ 1, 32 ], signed=(boolean){ true, false }</details>
</caps>
</pads> </pads>
</element> </element>
</elements> </elements>

View file

@ -639,6 +639,27 @@
</caps> </caps>
</pads> </pads>
</element> </element>
<element>
<name>frei0r-filter-opencvfacedetect</name>
<longname>opencvfacedetect</longname>
<class>Filter/Effect/Video</class>
<description>detect faces</description>
<author>Sebastian Dröge &lt;sebastian.droege@collabora.co.uk&gt;, binarymillenium</author>
<pads>
<caps>
<name>sink</name>
<direction>sink</direction>
<presence>always</presence>
<details>video/x-raw-rgb, bpp=(int)32, depth=(int)32, endianness=(int)4321, red_mask=(int)65280, green_mask=(int)16711680, blue_mask=(int)-16777216, alpha_mask=(int)255, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]</details>
</caps>
<caps>
<name>src</name>
<direction>source</direction>
<presence>always</presence>
<details>video/x-raw-rgb, bpp=(int)32, depth=(int)32, endianness=(int)4321, red_mask=(int)65280, green_mask=(int)16711680, blue_mask=(int)-16777216, alpha_mask=(int)255, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]</details>
</caps>
</pads>
</element>
<element> <element>
<name>frei0r-filter-perspective</name> <name>frei0r-filter-perspective</name>
<longname>Perspective</longname> <longname>Perspective</longname>

View file

@ -3,7 +3,7 @@
<description>GME Audio Decoder</description> <description>GME Audio Decoder</description>
<filename>../../ext/gme/.libs/libgstgme.so</filename> <filename>../../ext/gme/.libs/libgstgme.so</filename>
<basename>libgstgme.so</basename> <basename>libgstgme.so</basename>
<version>0.10.17.1</version> <version>0.10.19.1</version>
<license>LGPL</license> <license>LGPL</license>
<source>gst-plugins-bad</source> <source>gst-plugins-bad</source>
<package>GStreamer Bad Plug-ins git</package> <package>GStreamer Bad Plug-ins git</package>
@ -16,18 +16,18 @@
<description>Uses libgme to emulate a gaming console sound processors</description> <description>Uses libgme to emulate a gaming console sound processors</description>
<author>Chris Lee &lt;clee@kde.org&gt;, Brian Koropoff &lt;bkoropoff@gmail.com&gt;, Michael Pyne &lt;mpyne@kde.org&gt;, Sebastian Dröge &lt;sebastian.droege@collabora.co.uk&gt;</author> <author>Chris Lee &lt;clee@kde.org&gt;, Brian Koropoff &lt;bkoropoff@gmail.com&gt;, Michael Pyne &lt;mpyne@kde.org&gt;, Sebastian Dröge &lt;sebastian.droege@collabora.co.uk&gt;</author>
<pads> <pads>
<caps>
<name>src</name>
<direction>source</direction>
<presence>always</presence>
<details>audio/x-raw-int, endianness=(int)1234, signed=(boolean)true, width=(int)16, depth=(int)16, rate=(int)32000, channels=(int)2</details>
</caps>
<caps> <caps>
<name>sink</name> <name>sink</name>
<direction>sink</direction> <direction>sink</direction>
<presence>always</presence> <presence>always</presence>
<details>audio/x-ay; audio/x-gbs; audio/x-gym; audio/x-hes; audio/x-kss; audio/x-nsf; audio/x-sap; audio/x-spc; audio/x-vgm</details> <details>audio/x-ay; audio/x-gbs; audio/x-gym; audio/x-hes; audio/x-kss; audio/x-nsf; audio/x-sap; audio/x-spc; audio/x-vgm</details>
</caps> </caps>
<caps>
<name>src</name>
<direction>source</direction>
<presence>always</presence>
<details>audio/x-raw-int, endianness=(int)1234, signed=(boolean)true, width=(int)16, depth=(int)16, rate=(int)32000, channels=(int)2</details>
</caps>
</pads> </pads>
</element> </element>
</elements> </elements>

View file

@ -16,30 +16,6 @@
<description>Implement an RTP bin</description> <description>Implement an RTP bin</description>
<author>Wim Taymans &lt;wim.taymans@gmail.com&gt;</author> <author>Wim Taymans &lt;wim.taymans@gmail.com&gt;</author>
<pads> <pads>
<caps>
<name>send_rtp_src_%d</name>
<direction>source</direction>
<presence>sometimes</presence>
<details>application/x-rtp</details>
</caps>
<caps>
<name>send_rtcp_src_%d</name>
<direction>source</direction>
<presence>request</presence>
<details>application/x-rtcp</details>
</caps>
<caps>
<name>recv_rtp_src_%d_%d_%d</name>
<direction>source</direction>
<presence>sometimes</presence>
<details>application/x-rtp</details>
</caps>
<caps>
<name>send_rtp_sink_%d</name>
<direction>sink</direction>
<presence>request</presence>
<details>application/x-rtp</details>
</caps>
<caps> <caps>
<name>recv_rtcp_sink_%d</name> <name>recv_rtcp_sink_%d</name>
<direction>sink</direction> <direction>sink</direction>
@ -52,6 +28,30 @@
<presence>request</presence> <presence>request</presence>
<details>application/x-rtp</details> <details>application/x-rtp</details>
</caps> </caps>
<caps>
<name>send_rtp_sink_%d</name>
<direction>sink</direction>
<presence>request</presence>
<details>application/x-rtp</details>
</caps>
<caps>
<name>recv_rtp_src_%d_%d_%d</name>
<direction>source</direction>
<presence>sometimes</presence>
<details>application/x-rtp</details>
</caps>
<caps>
<name>send_rtp_src_%d</name>
<direction>source</direction>
<presence>sometimes</presence>
<details>application/x-rtp</details>
</caps>
<caps>
<name>send_rtcp_src_%d</name>
<direction>source</direction>
<presence>request</presence>
<details>application/x-rtcp</details>
</caps>
</pads> </pads>
</element> </element>
<element> <element>
@ -61,18 +61,18 @@
<description>A buffer that deals with network jitter and other transmission faults</description> <description>A buffer that deals with network jitter and other transmission faults</description>
<author>Philippe Kalaf &lt;philippe.kalaf@collabora.co.uk&gt;, Wim Taymans &lt;wim.taymans@gmail.com&gt;</author> <author>Philippe Kalaf &lt;philippe.kalaf@collabora.co.uk&gt;, Wim Taymans &lt;wim.taymans@gmail.com&gt;</author>
<pads> <pads>
<caps>
<name>sink_rtcp</name>
<direction>sink</direction>
<presence>request</presence>
<details>application/x-rtcp</details>
</caps>
<caps> <caps>
<name>sink</name> <name>sink</name>
<direction>sink</direction> <direction>sink</direction>
<presence>always</presence> <presence>always</presence>
<details>application/x-rtp, clock-rate=(int)[ 1, 2147483647 ]</details> <details>application/x-rtp, clock-rate=(int)[ 1, 2147483647 ]</details>
</caps> </caps>
<caps>
<name>sink_rtcp</name>
<direction>sink</direction>
<presence>request</presence>
<details>application/x-rtcp</details>
</caps>
<caps> <caps>
<name>src</name> <name>src</name>
<direction>source</direction> <direction>source</direction>
@ -88,18 +88,18 @@
<description>Parses codec streams transmitted in the same RTP session</description> <description>Parses codec streams transmitted in the same RTP session</description>
<author>Kai Vehmanen &lt;kai.vehmanen@nokia.com&gt;</author> <author>Kai Vehmanen &lt;kai.vehmanen@nokia.com&gt;</author>
<pads> <pads>
<caps>
<name>src_%d</name>
<direction>source</direction>
<presence>sometimes</presence>
<details>application/x-rtp, payload=(int)[ 0, 255 ]</details>
</caps>
<caps> <caps>
<name>sink</name> <name>sink</name>
<direction>sink</direction> <direction>sink</direction>
<presence>always</presence> <presence>always</presence>
<details>application/x-rtp</details> <details>application/x-rtp</details>
</caps> </caps>
<caps>
<name>src_%d</name>
<direction>source</direction>
<presence>sometimes</presence>
<details>application/x-rtp, payload=(int)[ 0, 255 ]</details>
</caps>
</pads> </pads>
</element> </element>
<element> <element>
@ -110,11 +110,29 @@
<author>Wim Taymans &lt;wim.taymans@gmail.com&gt;</author> <author>Wim Taymans &lt;wim.taymans@gmail.com&gt;</author>
<pads> <pads>
<caps> <caps>
<name>send_rtcp_src</name> <name>recv_rtcp_sink</name>
<direction>source</direction> <direction>sink</direction>
<presence>request</presence> <presence>request</presence>
<details>application/x-rtcp</details> <details>application/x-rtcp</details>
</caps> </caps>
<caps>
<name>recv_rtp_sink</name>
<direction>sink</direction>
<presence>request</presence>
<details>application/x-rtp</details>
</caps>
<caps>
<name>send_rtp_sink</name>
<direction>sink</direction>
<presence>request</presence>
<details>application/x-rtp</details>
</caps>
<caps>
<name>recv_rtp_src</name>
<direction>source</direction>
<presence>sometimes</presence>
<details>application/x-rtp</details>
</caps>
<caps> <caps>
<name>send_rtp_src</name> <name>send_rtp_src</name>
<direction>source</direction> <direction>source</direction>
@ -128,29 +146,11 @@
<details>application/x-rtcp</details> <details>application/x-rtcp</details>
</caps> </caps>
<caps> <caps>
<name>recv_rtp_src</name> <name>send_rtcp_src</name>
<direction>source</direction> <direction>source</direction>
<presence>sometimes</presence>
<details>application/x-rtp</details>
</caps>
<caps>
<name>send_rtp_sink</name>
<direction>sink</direction>
<presence>request</presence>
<details>application/x-rtp</details>
</caps>
<caps>
<name>recv_rtcp_sink</name>
<direction>sink</direction>
<presence>request</presence> <presence>request</presence>
<details>application/x-rtcp</details> <details>application/x-rtcp</details>
</caps> </caps>
<caps>
<name>recv_rtp_sink</name>
<direction>sink</direction>
<presence>request</presence>
<details>application/x-rtp</details>
</caps>
</pads> </pads>
</element> </element>
<element> <element>
@ -160,18 +160,6 @@
<description>Splits RTP streams based on the SSRC</description> <description>Splits RTP streams based on the SSRC</description>
<author>Wim Taymans &lt;wim.taymans@gmail.com&gt;</author> <author>Wim Taymans &lt;wim.taymans@gmail.com&gt;</author>
<pads> <pads>
<caps>
<name>rtcp_src_%d</name>
<direction>source</direction>
<presence>sometimes</presence>
<details>application/x-rtcp</details>
</caps>
<caps>
<name>src_%d</name>
<direction>source</direction>
<presence>sometimes</presence>
<details>application/x-rtp</details>
</caps>
<caps> <caps>
<name>rtcp_sink</name> <name>rtcp_sink</name>
<direction>sink</direction> <direction>sink</direction>
@ -184,6 +172,18 @@
<presence>always</presence> <presence>always</presence>
<details>application/x-rtp</details> <details>application/x-rtp</details>
</caps> </caps>
<caps>
<name>rtcp_src_%d</name>
<direction>source</direction>
<presence>sometimes</presence>
<details>application/x-rtcp</details>
</caps>
<caps>
<name>src_%d</name>
<direction>source</direction>
<presence>sometimes</presence>
<details>application/x-rtp</details>
</caps>
</pads> </pads>
</element> </element>
</elements> </elements>

View file

@ -93,32 +93,5 @@
</caps> </caps>
</pads> </pads>
</element> </element>
<element>
<name>tiger</name>
<longname>Kate stream renderer</longname>
<class>Mixer/Video/Overlay/Subtitle</class>
<description>Decodes and renders Kate streams on top of a video</description>
<author>Vincent Penquerc&apos;h &lt;ogg.k.ogg.k@googlemail.com&gt;</author>
<pads>
<caps>
<name>subtitle_sink</name>
<direction>sink</direction>
<presence>always</presence>
<details>subtitle/x-kate; application/x-kate</details>
</caps>
<caps>
<name>video_sink</name>
<direction>sink</direction>
<presence>always</presence>
<details>video/x-raw-rgb, bpp=(int)32, depth=(int)24</details>
</caps>
<caps>
<name>src</name>
<direction>source</direction>
<presence>always</presence>
<details>video/x-raw-rgb, bpp=(int)32, depth=(int)24</details>
</caps>
</pads>
</element>
</elements> </elements>
</plugin> </plugin>

File diff suppressed because it is too large Load diff

View file

@ -3,7 +3,7 @@
<description>All LV2 plugins</description> <description>All LV2 plugins</description>
<filename>../../ext/lv2/.libs/libgstlv2.so</filename> <filename>../../ext/lv2/.libs/libgstlv2.so</filename>
<basename>libgstlv2.so</basename> <basename>libgstlv2.so</basename>
<version>0.10.17.1</version> <version>0.10.19.1</version>
<license>LGPL</license> <license>LGPL</license>
<source>gst-plugins-bad</source> <source>gst-plugins-bad</source>
<package>GStreamer Bad Plug-ins git</package> <package>GStreamer Bad Plug-ins git</package>
@ -16,17 +16,17 @@
<description>Invada Compressor (mono)</description> <description>Invada Compressor (mono)</description>
<author>Invada</author> <author>Invada</author>
<pads> <pads>
<caps>
<name>out</name>
<direction>source</direction>
<presence>always</presence>
<details>audio/x-raw-float, endianness=(int)1234, width=(int)32, channels=(int)1</details>
</caps>
<caps> <caps>
<name>in</name> <name>in</name>
<direction>sink</direction> <direction>sink</direction>
<presence>always</presence> <presence>always</presence>
<details>audio/x-raw-float, endianness=(int)1234, width=(int)32, channels=(int)1</details> <details>audio/x-raw-float, endianness=(int)1234, width=(int)32, channels=(int)1, rate=(int)[ 1, 2147483647 ]</details>
</caps>
<caps>
<name>out</name>
<direction>source</direction>
<presence>always</presence>
<details>audio/x-raw-float, endianness=(int)1234, width=(int)32, channels=(int)1, rate=(int)[ 1, 2147483647 ]</details>
</caps> </caps>
</pads> </pads>
</element> </element>
@ -37,17 +37,17 @@
<description>Invada Compressor (stereo)</description> <description>Invada Compressor (stereo)</description>
<author>Invada</author> <author>Invada</author>
<pads> <pads>
<caps>
<name>out</name>
<direction>source</direction>
<presence>always</presence>
<details>audio/x-raw-float, endianness=(int)1234, width=(int)32, channels=(int)2</details>
</caps>
<caps> <caps>
<name>in</name> <name>in</name>
<direction>sink</direction> <direction>sink</direction>
<presence>always</presence> <presence>always</presence>
<details>audio/x-raw-float, endianness=(int)1234, width=(int)32, channels=(int)2</details> <details>audio/x-raw-float, endianness=(int)1234, width=(int)32, channels=(int)2, rate=(int)[ 1, 2147483647 ]</details>
</caps>
<caps>
<name>out</name>
<direction>source</direction>
<presence>always</presence>
<details>audio/x-raw-float, endianness=(int)1234, width=(int)32, channels=(int)2, rate=(int)[ 1, 2147483647 ]</details>
</caps> </caps>
</pads> </pads>
</element> </element>
@ -62,13 +62,13 @@
<name>in</name> <name>in</name>
<direction>sink</direction> <direction>sink</direction>
<presence>always</presence> <presence>always</presence>
<details>audio/x-raw-float, endianness=(int)1234, width=(int)32, channels=(int)1</details> <details>audio/x-raw-float, endianness=(int)1234, width=(int)32, channels=(int)1, rate=(int)[ 1, 2147483647 ]</details>
</caps> </caps>
<caps> <caps>
<name>out</name> <name>out</name>
<direction>source</direction> <direction>source</direction>
<presence>always</presence> <presence>always</presence>
<details>audio/x-raw-float, endianness=(int)1234, width=(int)32, channels=(int)2</details> <details>audio/x-raw-float, endianness=(int)1234, width=(int)32, channels=(int)2, rate=(int)[ 1, 2147483647 ]</details>
</caps> </caps>
</pads> </pads>
</element> </element>
@ -79,17 +79,17 @@
<description>Invada Delay Munge (sum L+R in)</description> <description>Invada Delay Munge (sum L+R in)</description>
<author>Invada</author> <author>Invada</author>
<pads> <pads>
<caps>
<name>out</name>
<direction>source</direction>
<presence>always</presence>
<details>audio/x-raw-float, endianness=(int)1234, width=(int)32, channels=(int)2</details>
</caps>
<caps> <caps>
<name>in</name> <name>in</name>
<direction>sink</direction> <direction>sink</direction>
<presence>always</presence> <presence>always</presence>
<details>audio/x-raw-float, endianness=(int)1234, width=(int)32, channels=(int)2</details> <details>audio/x-raw-float, endianness=(int)1234, width=(int)32, channels=(int)2, rate=(int)[ 1, 2147483647 ]</details>
</caps>
<caps>
<name>out</name>
<direction>source</direction>
<presence>always</presence>
<details>audio/x-raw-float, endianness=(int)1234, width=(int)32, channels=(int)2, rate=(int)[ 1, 2147483647 ]</details>
</caps> </caps>
</pads> </pads>
</element> </element>
@ -104,13 +104,13 @@
<name>in</name> <name>in</name>
<direction>sink</direction> <direction>sink</direction>
<presence>always</presence> <presence>always</presence>
<details>audio/x-raw-float, endianness=(int)1234, width=(int)32, channels=(int)1</details> <details>audio/x-raw-float, endianness=(int)1234, width=(int)32, channels=(int)1, rate=(int)[ 1, 2147483647 ]</details>
</caps> </caps>
<caps> <caps>
<name>out</name> <name>out</name>
<direction>source</direction> <direction>source</direction>
<presence>always</presence> <presence>always</presence>
<details>audio/x-raw-float, endianness=(int)1234, width=(int)32, channels=(int)2</details> <details>audio/x-raw-float, endianness=(int)1234, width=(int)32, channels=(int)2, rate=(int)[ 1, 2147483647 ]</details>
</caps> </caps>
</pads> </pads>
</element> </element>
@ -121,17 +121,17 @@
<description>Invada Early Reflection Reverb (sum L+R in)</description> <description>Invada Early Reflection Reverb (sum L+R in)</description>
<author>Invada</author> <author>Invada</author>
<pads> <pads>
<caps>
<name>out</name>
<direction>source</direction>
<presence>always</presence>
<details>audio/x-raw-float, endianness=(int)1234, width=(int)32, channels=(int)2</details>
</caps>
<caps> <caps>
<name>in</name> <name>in</name>
<direction>sink</direction> <direction>sink</direction>
<presence>always</presence> <presence>always</presence>
<details>audio/x-raw-float, endianness=(int)1234, width=(int)32, channels=(int)2</details> <details>audio/x-raw-float, endianness=(int)1234, width=(int)32, channels=(int)2, rate=(int)[ 1, 2147483647 ]</details>
</caps>
<caps>
<name>out</name>
<direction>source</direction>
<presence>always</presence>
<details>audio/x-raw-float, endianness=(int)1234, width=(int)32, channels=(int)2, rate=(int)[ 1, 2147483647 ]</details>
</caps> </caps>
</pads> </pads>
</element> </element>
@ -142,17 +142,17 @@
<description>Invada High Pass Filter (mono)</description> <description>Invada High Pass Filter (mono)</description>
<author>Invada</author> <author>Invada</author>
<pads> <pads>
<caps>
<name>out</name>
<direction>source</direction>
<presence>always</presence>
<details>audio/x-raw-float, endianness=(int)1234, width=(int)32, channels=(int)1</details>
</caps>
<caps> <caps>
<name>in</name> <name>in</name>
<direction>sink</direction> <direction>sink</direction>
<presence>always</presence> <presence>always</presence>
<details>audio/x-raw-float, endianness=(int)1234, width=(int)32, channels=(int)1</details> <details>audio/x-raw-float, endianness=(int)1234, width=(int)32, channels=(int)1, rate=(int)[ 1, 2147483647 ]</details>
</caps>
<caps>
<name>out</name>
<direction>source</direction>
<presence>always</presence>
<details>audio/x-raw-float, endianness=(int)1234, width=(int)32, channels=(int)1, rate=(int)[ 1, 2147483647 ]</details>
</caps> </caps>
</pads> </pads>
</element> </element>
@ -163,17 +163,17 @@
<description>Invada High Pass Filter (stereo)</description> <description>Invada High Pass Filter (stereo)</description>
<author>Invada</author> <author>Invada</author>
<pads> <pads>
<caps>
<name>out</name>
<direction>source</direction>
<presence>always</presence>
<details>audio/x-raw-float, endianness=(int)1234, width=(int)32, channels=(int)2</details>
</caps>
<caps> <caps>
<name>in</name> <name>in</name>
<direction>sink</direction> <direction>sink</direction>
<presence>always</presence> <presence>always</presence>
<details>audio/x-raw-float, endianness=(int)1234, width=(int)32, channels=(int)2</details> <details>audio/x-raw-float, endianness=(int)1234, width=(int)32, channels=(int)2, rate=(int)[ 1, 2147483647 ]</details>
</caps>
<caps>
<name>out</name>
<direction>source</direction>
<presence>always</presence>
<details>audio/x-raw-float, endianness=(int)1234, width=(int)32, channels=(int)2, rate=(int)[ 1, 2147483647 ]</details>
</caps> </caps>
</pads> </pads>
</element> </element>
@ -184,17 +184,17 @@
<description>Invada Low Pass Filter (mono)</description> <description>Invada Low Pass Filter (mono)</description>
<author>Invada</author> <author>Invada</author>
<pads> <pads>
<caps>
<name>out</name>
<direction>source</direction>
<presence>always</presence>
<details>audio/x-raw-float, endianness=(int)1234, width=(int)32, channels=(int)1</details>
</caps>
<caps> <caps>
<name>in</name> <name>in</name>
<direction>sink</direction> <direction>sink</direction>
<presence>always</presence> <presence>always</presence>
<details>audio/x-raw-float, endianness=(int)1234, width=(int)32, channels=(int)1</details> <details>audio/x-raw-float, endianness=(int)1234, width=(int)32, channels=(int)1, rate=(int)[ 1, 2147483647 ]</details>
</caps>
<caps>
<name>out</name>
<direction>source</direction>
<presence>always</presence>
<details>audio/x-raw-float, endianness=(int)1234, width=(int)32, channels=(int)1, rate=(int)[ 1, 2147483647 ]</details>
</caps> </caps>
</pads> </pads>
</element> </element>
@ -205,17 +205,17 @@
<description>Invada Low Pass Filter (stereo)</description> <description>Invada Low Pass Filter (stereo)</description>
<author>Invada</author> <author>Invada</author>
<pads> <pads>
<caps>
<name>out</name>
<direction>source</direction>
<presence>always</presence>
<details>audio/x-raw-float, endianness=(int)1234, width=(int)32, channels=(int)2</details>
</caps>
<caps> <caps>
<name>in</name> <name>in</name>
<direction>sink</direction> <direction>sink</direction>
<presence>always</presence> <presence>always</presence>
<details>audio/x-raw-float, endianness=(int)1234, width=(int)32, channels=(int)2</details> <details>audio/x-raw-float, endianness=(int)1234, width=(int)32, channels=(int)2, rate=(int)[ 1, 2147483647 ]</details>
</caps>
<caps>
<name>out</name>
<direction>source</direction>
<presence>always</presence>
<details>audio/x-raw-float, endianness=(int)1234, width=(int)32, channels=(int)2, rate=(int)[ 1, 2147483647 ]</details>
</caps> </caps>
</pads> </pads>
</element> </element>
@ -226,17 +226,17 @@
<description>Invada Input Module</description> <description>Invada Input Module</description>
<author>Invada</author> <author>Invada</author>
<pads> <pads>
<caps>
<name>out</name>
<direction>source</direction>
<presence>always</presence>
<details>audio/x-raw-float, endianness=(int)1234, width=(int)32, channels=(int)2</details>
</caps>
<caps> <caps>
<name>in</name> <name>in</name>
<direction>sink</direction> <direction>sink</direction>
<presence>always</presence> <presence>always</presence>
<details>audio/x-raw-float, endianness=(int)1234, width=(int)32, channels=(int)2</details> <details>audio/x-raw-float, endianness=(int)1234, width=(int)32, channels=(int)2, rate=(int)[ 1, 2147483647 ]</details>
</caps>
<caps>
<name>out</name>
<direction>source</direction>
<presence>always</presence>
<details>audio/x-raw-float, endianness=(int)1234, width=(int)32, channels=(int)2, rate=(int)[ 1, 2147483647 ]</details>
</caps> </caps>
</pads> </pads>
</element> </element>
@ -248,28 +248,28 @@
<author>Invada</author> <author>Invada</author>
<pads> <pads>
<caps> <caps>
<name>outR</name> <name>inL</name>
<direction>source</direction> <direction>sink</direction>
<presence>always</presence> <presence>always</presence>
<details>audio/x-raw-float, endianness=(int)1234, width=(int)32, channels=(int)1</details> <details>audio/x-raw-float, endianness=(int)1234, width=(int)32, channels=(int)1, rate=(int)[ 1, 2147483647 ]</details>
</caps>
<caps>
<name>outL</name>
<direction>source</direction>
<presence>always</presence>
<details>audio/x-raw-float, endianness=(int)1234, width=(int)32, channels=(int)1</details>
</caps> </caps>
<caps> <caps>
<name>inR</name> <name>inR</name>
<direction>sink</direction> <direction>sink</direction>
<presence>always</presence> <presence>always</presence>
<details>audio/x-raw-float, endianness=(int)1234, width=(int)32, channels=(int)1</details> <details>audio/x-raw-float, endianness=(int)1234, width=(int)32, channels=(int)1, rate=(int)[ 1, 2147483647 ]</details>
</caps> </caps>
<caps> <caps>
<name>inL</name> <name>outL</name>
<direction>sink</direction> <direction>source</direction>
<presence>always</presence> <presence>always</presence>
<details>audio/x-raw-float, endianness=(int)1234, width=(int)32, channels=(int)1</details> <details>audio/x-raw-float, endianness=(int)1234, width=(int)32, channels=(int)1, rate=(int)[ 1, 2147483647 ]</details>
</caps>
<caps>
<name>outR</name>
<direction>source</direction>
<presence>always</presence>
<details>audio/x-raw-float, endianness=(int)1234, width=(int)32, channels=(int)1, rate=(int)[ 1, 2147483647 ]</details>
</caps> </caps>
</pads> </pads>
</element> </element>
@ -284,13 +284,13 @@
<name>in</name> <name>in</name>
<direction>sink</direction> <direction>sink</direction>
<presence>always</presence> <presence>always</presence>
<details>audio/x-raw-float, endianness=(int)1234, width=(int)32, channels=(int)1</details> <details>audio/x-raw-float, endianness=(int)1234, width=(int)32, channels=(int)1, rate=(int)[ 1, 2147483647 ]</details>
</caps> </caps>
<caps> <caps>
<name>out</name> <name>out</name>
<direction>source</direction> <direction>source</direction>
<presence>always</presence> <presence>always</presence>
<details>audio/x-raw-float, endianness=(int)1234, width=(int)32, channels=(int)2</details> <details>audio/x-raw-float, endianness=(int)1234, width=(int)32, channels=(int)2, rate=(int)[ 1, 2147483647 ]</details>
</caps> </caps>
</pads> </pads>
</element> </element>
@ -301,23 +301,23 @@
<description>Invada Stereo Phaser (stereo in)</description> <description>Invada Stereo Phaser (stereo in)</description>
<author>Invada</author> <author>Invada</author>
<pads> <pads>
<caps>
<name>inR</name>
<direction>sink</direction>
<presence>always</presence>
<details>audio/x-raw-float, endianness=(int)1234, width=(int)32, channels=(int)1</details>
</caps>
<caps> <caps>
<name>inL</name> <name>inL</name>
<direction>sink</direction> <direction>sink</direction>
<presence>always</presence> <presence>always</presence>
<details>audio/x-raw-float, endianness=(int)1234, width=(int)32, channels=(int)1</details> <details>audio/x-raw-float, endianness=(int)1234, width=(int)32, channels=(int)1, rate=(int)[ 1, 2147483647 ]</details>
</caps>
<caps>
<name>inR</name>
<direction>sink</direction>
<presence>always</presence>
<details>audio/x-raw-float, endianness=(int)1234, width=(int)32, channels=(int)1, rate=(int)[ 1, 2147483647 ]</details>
</caps> </caps>
<caps> <caps>
<name>out</name> <name>out</name>
<direction>source</direction> <direction>source</direction>
<presence>always</presence> <presence>always</presence>
<details>audio/x-raw-float, endianness=(int)1234, width=(int)32, channels=(int)2</details> <details>audio/x-raw-float, endianness=(int)1234, width=(int)32, channels=(int)2, rate=(int)[ 1, 2147483647 ]</details>
</caps> </caps>
</pads> </pads>
</element> </element>
@ -328,17 +328,17 @@
<description>Invada Stereo Phaser (sum L+R in)</description> <description>Invada Stereo Phaser (sum L+R in)</description>
<author>Invada</author> <author>Invada</author>
<pads> <pads>
<caps>
<name>out</name>
<direction>source</direction>
<presence>always</presence>
<details>audio/x-raw-float, endianness=(int)1234, width=(int)32, channels=(int)2</details>
</caps>
<caps> <caps>
<name>in</name> <name>in</name>
<direction>sink</direction> <direction>sink</direction>
<presence>always</presence> <presence>always</presence>
<details>audio/x-raw-float, endianness=(int)1234, width=(int)32, channels=(int)2</details> <details>audio/x-raw-float, endianness=(int)1234, width=(int)32, channels=(int)2, rate=(int)[ 1, 2147483647 ]</details>
</caps>
<caps>
<name>out</name>
<direction>source</direction>
<presence>always</presence>
<details>audio/x-raw-float, endianness=(int)1234, width=(int)32, channels=(int)2, rate=(int)[ 1, 2147483647 ]</details>
</caps> </caps>
</pads> </pads>
</element> </element>
@ -353,7 +353,7 @@
<name>out</name> <name>out</name>
<direction>source</direction> <direction>source</direction>
<presence>always</presence> <presence>always</presence>
<details>audio/x-raw-float, endianness=(int)1234, width=(int)32, channels=(int)1</details> <details>audio/x-raw-float, endianness=(int)1234, width=(int)32, channels=(int)1, rate=(int)[ 1, 2147483647 ]</details>
</caps> </caps>
</pads> </pads>
</element> </element>
@ -364,17 +364,17 @@
<description>Invada Tube Distortion (mono)</description> <description>Invada Tube Distortion (mono)</description>
<author>Invada</author> <author>Invada</author>
<pads> <pads>
<caps>
<name>out</name>
<direction>source</direction>
<presence>always</presence>
<details>audio/x-raw-float, endianness=(int)1234, width=(int)32, channels=(int)1</details>
</caps>
<caps> <caps>
<name>in</name> <name>in</name>
<direction>sink</direction> <direction>sink</direction>
<presence>always</presence> <presence>always</presence>
<details>audio/x-raw-float, endianness=(int)1234, width=(int)32, channels=(int)1</details> <details>audio/x-raw-float, endianness=(int)1234, width=(int)32, channels=(int)1, rate=(int)[ 1, 2147483647 ]</details>
</caps>
<caps>
<name>out</name>
<direction>source</direction>
<presence>always</presence>
<details>audio/x-raw-float, endianness=(int)1234, width=(int)32, channels=(int)1, rate=(int)[ 1, 2147483647 ]</details>
</caps> </caps>
</pads> </pads>
</element> </element>
@ -385,17 +385,17 @@
<description>Invada Tube Distortion (stereo)</description> <description>Invada Tube Distortion (stereo)</description>
<author>Invada</author> <author>Invada</author>
<pads> <pads>
<caps>
<name>out</name>
<direction>source</direction>
<presence>always</presence>
<details>audio/x-raw-float, endianness=(int)1234, width=(int)32, channels=(int)2</details>
</caps>
<caps> <caps>
<name>in</name> <name>in</name>
<direction>sink</direction> <direction>sink</direction>
<presence>always</presence> <presence>always</presence>
<details>audio/x-raw-float, endianness=(int)1234, width=(int)32, channels=(int)2</details> <details>audio/x-raw-float, endianness=(int)1234, width=(int)32, channels=(int)2, rate=(int)[ 1, 2147483647 ]</details>
</caps>
<caps>
<name>out</name>
<direction>source</direction>
<presence>always</presence>
<details>audio/x-raw-float, endianness=(int)1234, width=(int)32, channels=(int)2, rate=(int)[ 1, 2147483647 ]</details>
</caps> </caps>
</pads> </pads>
</element> </element>