mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 12:11:13 +00:00
docs/plugins/: Update docs.
Original commit message from CVS: * docs/plugins/Makefile.am: * docs/plugins/gst-plugins-bad-plugins-docs.sgml: * docs/plugins/gst-plugins-bad-plugins-sections.txt: * docs/plugins/gst-plugins-bad-plugins.args: * docs/plugins/gst-plugins-bad-plugins.hierarchy: * docs/plugins/gst-plugins-bad-plugins.interfaces: * docs/plugins/gst-plugins-bad-plugins.prerequisites: * docs/plugins/inspect/plugin-aacparse.xml: * docs/plugins/inspect/plugin-amrparse.xml: Update docs.
This commit is contained in:
parent
56caaf6595
commit
d4ed55d955
10 changed files with 657 additions and 98 deletions
13
ChangeLog
13
ChangeLog
|
@ -1,3 +1,16 @@
|
||||||
|
2008-11-13 Stefan Kost <ensonic@users.sf.net>
|
||||||
|
|
||||||
|
* docs/plugins/Makefile.am:
|
||||||
|
* docs/plugins/gst-plugins-bad-plugins-docs.sgml:
|
||||||
|
* docs/plugins/gst-plugins-bad-plugins-sections.txt:
|
||||||
|
* docs/plugins/gst-plugins-bad-plugins.args:
|
||||||
|
* docs/plugins/gst-plugins-bad-plugins.hierarchy:
|
||||||
|
* docs/plugins/gst-plugins-bad-plugins.interfaces:
|
||||||
|
* docs/plugins/gst-plugins-bad-plugins.prerequisites:
|
||||||
|
* docs/plugins/inspect/plugin-aacparse.xml:
|
||||||
|
* docs/plugins/inspect/plugin-amrparse.xml:
|
||||||
|
Update docs.
|
||||||
|
|
||||||
2008-11-13 Stefan Kost <ensonic@users.sf.net>
|
2008-11-13 Stefan Kost <ensonic@users.sf.net>
|
||||||
|
|
||||||
* gst/aacparse/gstbaseparse.c:
|
* gst/aacparse/gstbaseparse.c:
|
||||||
|
|
|
@ -118,6 +118,8 @@ EXTRA_HFILES = \
|
||||||
$(top_srcdir)/ext/timidity/gstwildmidi.h \
|
$(top_srcdir)/ext/timidity/gstwildmidi.h \
|
||||||
$(top_srcdir)/ext/twolame/gsttwolame.h \
|
$(top_srcdir)/ext/twolame/gsttwolame.h \
|
||||||
$(top_srcdir)/ext/x264/gstx264enc.h \
|
$(top_srcdir)/ext/x264/gstx264enc.h \
|
||||||
|
$(top_srcdir)/gst/aacparse/gstaacparse.h \
|
||||||
|
$(top_srcdir)/gst/amrparse/gstamrparse.h \
|
||||||
$(top_srcdir)/gst/deinterlace/gstdeinterlace.h \
|
$(top_srcdir)/gst/deinterlace/gstdeinterlace.h \
|
||||||
$(top_srcdir)/gst/dccp/gstdccpclientsink.h \
|
$(top_srcdir)/gst/dccp/gstdccpclientsink.h \
|
||||||
$(top_srcdir)/gst/dccp/gstdccpclientsrc.h \
|
$(top_srcdir)/gst/dccp/gstdccpclientsrc.h \
|
||||||
|
|
|
@ -12,6 +12,8 @@
|
||||||
|
|
||||||
<chapter>
|
<chapter>
|
||||||
<title>gst-plugins-bad Elements</title>
|
<title>gst-plugins-bad Elements</title>
|
||||||
|
<xi:include href="xml/element-aacparse.xml" />
|
||||||
|
<xi:include href="xml/element-amrparse.xml" />
|
||||||
<xi:include href="xml/element-amrwbdec.xml" />
|
<xi:include href="xml/element-amrwbdec.xml" />
|
||||||
<xi:include href="xml/element-amrwbenc.xml" />
|
<xi:include href="xml/element-amrwbenc.xml" />
|
||||||
<xi:include href="xml/element-amrwbparse.xml" />
|
<xi:include href="xml/element-amrwbparse.xml" />
|
||||||
|
@ -68,6 +70,8 @@
|
||||||
|
|
||||||
<chapter>
|
<chapter>
|
||||||
<title>gst-plugins-bad Plugins</title>
|
<title>gst-plugins-bad Plugins</title>
|
||||||
|
<xi:include href="xml/plugin-aacparse.xml" />
|
||||||
|
<xi:include href="xml/plugin-amrparse.xml" />
|
||||||
<xi:include href="xml/plugin-alsaspdif.xml" />
|
<xi:include href="xml/plugin-alsaspdif.xml" />
|
||||||
<xi:include href="xml/plugin-amrwb.xml" />
|
<xi:include href="xml/plugin-amrwb.xml" />
|
||||||
<xi:include href="xml/plugin-app.xml" />
|
<xi:include href="xml/plugin-app.xml" />
|
||||||
|
|
|
@ -1,3 +1,31 @@
|
||||||
|
<SECTION>
|
||||||
|
<FILE>element-aacparse</FILE>
|
||||||
|
<TITLE>aacparse</TITLE>
|
||||||
|
GstAacParse
|
||||||
|
<SUBSECTION Standard>
|
||||||
|
GstAacParseClass
|
||||||
|
GST_AACPARSE
|
||||||
|
GST_AACPARSE_CLASS
|
||||||
|
GST_IS_AACPARSE
|
||||||
|
GST_IS_AACPARSE_CLASS
|
||||||
|
GST_TYPE_AACPARSE
|
||||||
|
gst_aacparse_get_type
|
||||||
|
</SECTION>
|
||||||
|
|
||||||
|
<SECTION>
|
||||||
|
<FILE>element-amrparse</FILE>
|
||||||
|
<TITLE>amrparse</TITLE>
|
||||||
|
GstAmrParse
|
||||||
|
<SUBSECTION Standard>
|
||||||
|
GstAmrParseClass
|
||||||
|
GST_AMRPARSE
|
||||||
|
GST_AMRPARSE_CLASS
|
||||||
|
GST_IS_AMRPARSE
|
||||||
|
GST_IS_AMRPARSE_CLASS
|
||||||
|
GST_TYPE_AMRPARSE
|
||||||
|
gst_amrparse_get_type
|
||||||
|
</SECTION>
|
||||||
|
|
||||||
<SECTION>
|
<SECTION>
|
||||||
<FILE>element-amrwbdec</FILE>
|
<FILE>element-amrwbdec</FILE>
|
||||||
<TITLE>amrwbdec</TITLE>
|
<TITLE>amrwbdec</TITLE>
|
||||||
|
|
|
@ -11,7 +11,7 @@
|
||||||
<ARG>
|
<ARG>
|
||||||
<NAME>GstPitch::pitch</NAME>
|
<NAME>GstPitch::pitch</NAME>
|
||||||
<TYPE>gfloat</TYPE>
|
<TYPE>gfloat</TYPE>
|
||||||
<RANGE>[0.1,10]</RANGE>
|
<RANGE>[0,1,10]</RANGE>
|
||||||
<FLAGS>rw</FLAGS>
|
<FLAGS>rw</FLAGS>
|
||||||
<NICK>Pitch</NICK>
|
<NICK>Pitch</NICK>
|
||||||
<BLURB>Audio stream pitch.</BLURB>
|
<BLURB>Audio stream pitch.</BLURB>
|
||||||
|
@ -21,7 +21,7 @@
|
||||||
<ARG>
|
<ARG>
|
||||||
<NAME>GstPitch::rate</NAME>
|
<NAME>GstPitch::rate</NAME>
|
||||||
<TYPE>gfloat</TYPE>
|
<TYPE>gfloat</TYPE>
|
||||||
<RANGE>[0.1,10]</RANGE>
|
<RANGE>[0,1,10]</RANGE>
|
||||||
<FLAGS>rw</FLAGS>
|
<FLAGS>rw</FLAGS>
|
||||||
<NICK>Rate</NICK>
|
<NICK>Rate</NICK>
|
||||||
<BLURB>Audio stream rate.</BLURB>
|
<BLURB>Audio stream rate.</BLURB>
|
||||||
|
@ -31,7 +31,7 @@
|
||||||
<ARG>
|
<ARG>
|
||||||
<NAME>GstPitch::tempo</NAME>
|
<NAME>GstPitch::tempo</NAME>
|
||||||
<TYPE>gfloat</TYPE>
|
<TYPE>gfloat</TYPE>
|
||||||
<RANGE>[0.1,10]</RANGE>
|
<RANGE>[0,1,10]</RANGE>
|
||||||
<FLAGS>rw</FLAGS>
|
<FLAGS>rw</FLAGS>
|
||||||
<NICK>Tempo</NICK>
|
<NICK>Tempo</NICK>
|
||||||
<BLURB>Audio stream tempo.</BLURB>
|
<BLURB>Audio stream tempo.</BLURB>
|
||||||
|
@ -1331,7 +1331,7 @@
|
||||||
<ARG>
|
<ARG>
|
||||||
<NAME>GstSpeed::speed</NAME>
|
<NAME>GstSpeed::speed</NAME>
|
||||||
<TYPE>gfloat</TYPE>
|
<TYPE>gfloat</TYPE>
|
||||||
<RANGE>[0.1,40]</RANGE>
|
<RANGE>[0,1,40]</RANGE>
|
||||||
<FLAGS>rwx</FLAGS>
|
<FLAGS>rwx</FLAGS>
|
||||||
<NICK>speed</NICK>
|
<NICK>speed</NICK>
|
||||||
<BLURB>speed.</BLURB>
|
<BLURB>speed.</BLURB>
|
||||||
|
@ -16855,7 +16855,7 @@
|
||||||
<FLAGS>rwx</FLAGS>
|
<FLAGS>rwx</FLAGS>
|
||||||
<NICK>Dry-Wet-Balance</NICK>
|
<NICK>Dry-Wet-Balance</NICK>
|
||||||
<BLURB>Dry-Wet-Balance.</BLURB>
|
<BLURB>Dry-Wet-Balance.</BLURB>
|
||||||
<DEFAULT>0.5</DEFAULT>
|
<DEFAULT>0,5</DEFAULT>
|
||||||
</ARG>
|
</ARG>
|
||||||
|
|
||||||
<ARG>
|
<ARG>
|
||||||
|
@ -17115,7 +17115,7 @@
|
||||||
<FLAGS>rw</FLAGS>
|
<FLAGS>rw</FLAGS>
|
||||||
<NICK>IP-Factor</NICK>
|
<NICK>IP-Factor</NICK>
|
||||||
<BLURB>Quantizer factor between I- and P-frames.</BLURB>
|
<BLURB>Quantizer factor between I- and P-frames.</BLURB>
|
||||||
<DEFAULT>1.4</DEFAULT>
|
<DEFAULT>1,4</DEFAULT>
|
||||||
</ARG>
|
</ARG>
|
||||||
|
|
||||||
<ARG>
|
<ARG>
|
||||||
|
@ -17135,7 +17135,7 @@
|
||||||
<FLAGS>rw</FLAGS>
|
<FLAGS>rw</FLAGS>
|
||||||
<NICK>PB-Factor</NICK>
|
<NICK>PB-Factor</NICK>
|
||||||
<BLURB>Quantizer factor between P- and B-frames.</BLURB>
|
<BLURB>Quantizer factor between P- and B-frames.</BLURB>
|
||||||
<DEFAULT>1.3</DEFAULT>
|
<DEFAULT>1,3</DEFAULT>
|
||||||
</ARG>
|
</ARG>
|
||||||
|
|
||||||
<ARG>
|
<ARG>
|
||||||
|
@ -17825,7 +17825,7 @@
|
||||||
<FLAGS>rwx</FLAGS>
|
<FLAGS>rwx</FLAGS>
|
||||||
<NICK>Pattern sensitivity</NICK>
|
<NICK>Pattern sensitivity</NICK>
|
||||||
<BLURB>The sensitivity around the center for detecting the markers (0.0 = lowest, 1.0 highest).</BLURB>
|
<BLURB>The sensitivity around the center for detecting the markers (0.0 = lowest, 1.0 highest).</BLURB>
|
||||||
<DEFAULT>0.3</DEFAULT>
|
<DEFAULT>0,3</DEFAULT>
|
||||||
</ARG>
|
</ARG>
|
||||||
|
|
||||||
<ARG>
|
<ARG>
|
||||||
|
@ -17865,7 +17865,7 @@
|
||||||
<FLAGS>rwx</FLAGS>
|
<FLAGS>rwx</FLAGS>
|
||||||
<NICK>Pattern center</NICK>
|
<NICK>Pattern center</NICK>
|
||||||
<BLURB>The center of the black/white separation (0.0 = lowest, 1.0 highest).</BLURB>
|
<BLURB>The center of the black/white separation (0.0 = lowest, 1.0 highest).</BLURB>
|
||||||
<DEFAULT>0.5</DEFAULT>
|
<DEFAULT>0,5</DEFAULT>
|
||||||
</ARG>
|
</ARG>
|
||||||
|
|
||||||
<ARG>
|
<ARG>
|
||||||
|
@ -18015,7 +18015,7 @@
|
||||||
<FLAGS>rw</FLAGS>
|
<FLAGS>rw</FLAGS>
|
||||||
<NICK>stereo</NICK>
|
<NICK>stereo</NICK>
|
||||||
<BLURB>stereo.</BLURB>
|
<BLURB>stereo.</BLURB>
|
||||||
<DEFAULT>0.1</DEFAULT>
|
<DEFAULT>0,1</DEFAULT>
|
||||||
</ARG>
|
</ARG>
|
||||||
|
|
||||||
<ARG>
|
<ARG>
|
||||||
|
@ -19443,6 +19443,16 @@
|
||||||
<DEFAULT>FALSE</DEFAULT>
|
<DEFAULT>FALSE</DEFAULT>
|
||||||
</ARG>
|
</ARG>
|
||||||
|
|
||||||
|
<ARG>
|
||||||
|
<NAME>GstAppSrc::is-live</NAME>
|
||||||
|
<TYPE>gboolean</TYPE>
|
||||||
|
<RANGE></RANGE>
|
||||||
|
<FLAGS>rw</FLAGS>
|
||||||
|
<NICK>Is Live</NICK>
|
||||||
|
<BLURB>Whether to act as a live source.</BLURB>
|
||||||
|
<DEFAULT>FALSE</DEFAULT>
|
||||||
|
</ARG>
|
||||||
|
|
||||||
<ARG>
|
<ARG>
|
||||||
<NAME>GstDeinterleave::keep-positions</NAME>
|
<NAME>GstDeinterleave::keep-positions</NAME>
|
||||||
<TYPE>gboolean</TYPE>
|
<TYPE>gboolean</TYPE>
|
||||||
|
@ -22030,7 +22040,7 @@
|
||||||
<FLAGS>rw</FLAGS>
|
<FLAGS>rw</FLAGS>
|
||||||
<NICK>Method</NICK>
|
<NICK>Method</NICK>
|
||||||
<BLURB>Deinterlace Method.</BLURB>
|
<BLURB>Deinterlace Method.</BLURB>
|
||||||
<DEFAULT>Motion Adaptive: Motion Search</DEFAULT>
|
<DEFAULT>Motion Adaptive: Advanced Detection</DEFAULT>
|
||||||
</ARG>
|
</ARG>
|
||||||
|
|
||||||
<ARG>
|
<ARG>
|
||||||
|
@ -22530,13 +22540,13 @@
|
||||||
<FLAGS>rw</FLAGS>
|
<FLAGS>rw</FLAGS>
|
||||||
<NICK>Overlap Length</NICK>
|
<NICK>Overlap Length</NICK>
|
||||||
<BLURB>Percentage of stride to overlap.</BLURB>
|
<BLURB>Percentage of stride to overlap.</BLURB>
|
||||||
<DEFAULT>0.2</DEFAULT>
|
<DEFAULT>0,2</DEFAULT>
|
||||||
</ARG>
|
</ARG>
|
||||||
|
|
||||||
<ARG>
|
<ARG>
|
||||||
<NAME>GstScaletempo::rate</NAME>
|
<NAME>GstScaletempo::rate</NAME>
|
||||||
<TYPE>gdouble</TYPE>
|
<TYPE>gdouble</TYPE>
|
||||||
<RANGE>[-2.14748e+09,2.14748e+09]</RANGE>
|
<RANGE>[-2,14748e+09,2,14748e+09]</RANGE>
|
||||||
<FLAGS>r</FLAGS>
|
<FLAGS>r</FLAGS>
|
||||||
<NICK>Playback Rate</NICK>
|
<NICK>Playback Rate</NICK>
|
||||||
<BLURB>Current playback rate.</BLURB>
|
<BLURB>Current playback rate.</BLURB>
|
||||||
|
@ -22663,3 +22673,203 @@
|
||||||
<DEFAULT>75</DEFAULT>
|
<DEFAULT>75</DEFAULT>
|
||||||
</ARG>
|
</ARG>
|
||||||
|
|
||||||
|
<ARG>
|
||||||
|
<NAME>GstMJ2Mux::faststart</NAME>
|
||||||
|
<TYPE>gboolean</TYPE>
|
||||||
|
<RANGE></RANGE>
|
||||||
|
<FLAGS>rw</FLAGS>
|
||||||
|
<NICK>Format file to faststart</NICK>
|
||||||
|
<BLURB>If the file should be formated for faststart (headers first). .</BLURB>
|
||||||
|
<DEFAULT>FALSE</DEFAULT>
|
||||||
|
</ARG>
|
||||||
|
|
||||||
|
<ARG>
|
||||||
|
<NAME>GstMJ2Mux::faststart-file</NAME>
|
||||||
|
<TYPE>gchar*</TYPE>
|
||||||
|
<RANGE></RANGE>
|
||||||
|
<FLAGS>rwx</FLAGS>
|
||||||
|
<NICK>File to use for storing buffers</NICK>
|
||||||
|
<BLURB>File that will be used temporarily to store data from the stream when creating a faststart file. If null a filepath will be created automatically.</BLURB>
|
||||||
|
<DEFAULT>NULL</DEFAULT>
|
||||||
|
</ARG>
|
||||||
|
|
||||||
|
<ARG>
|
||||||
|
<NAME>GstMJ2Mux::large-file</NAME>
|
||||||
|
<TYPE>gboolean</TYPE>
|
||||||
|
<RANGE></RANGE>
|
||||||
|
<FLAGS>rw</FLAGS>
|
||||||
|
<NICK>Support for large files</NICK>
|
||||||
|
<BLURB>Uses 64bits to some fields instead of 32bits, providing support for large files.</BLURB>
|
||||||
|
<DEFAULT>FALSE</DEFAULT>
|
||||||
|
</ARG>
|
||||||
|
|
||||||
|
<ARG>
|
||||||
|
<NAME>GstMJ2Mux::movie-timescale</NAME>
|
||||||
|
<TYPE>guint</TYPE>
|
||||||
|
<RANGE>>= 1</RANGE>
|
||||||
|
<FLAGS>rwx</FLAGS>
|
||||||
|
<NICK>Movie timescale</NICK>
|
||||||
|
<BLURB>Timescale to use in the movie (units per second).</BLURB>
|
||||||
|
<DEFAULT>600</DEFAULT>
|
||||||
|
</ARG>
|
||||||
|
|
||||||
|
<ARG>
|
||||||
|
<NAME>GstMJ2Mux::presentation-time</NAME>
|
||||||
|
<TYPE>gboolean</TYPE>
|
||||||
|
<RANGE></RANGE>
|
||||||
|
<FLAGS>rwx</FLAGS>
|
||||||
|
<NICK>Include presentation-time info</NICK>
|
||||||
|
<BLURB>Calculate and include presentation/composition time (in addition to decoding time) (use with caution).</BLURB>
|
||||||
|
<DEFAULT>FALSE</DEFAULT>
|
||||||
|
</ARG>
|
||||||
|
|
||||||
|
<ARG>
|
||||||
|
<NAME>GstGPPMux::faststart</NAME>
|
||||||
|
<TYPE>gboolean</TYPE>
|
||||||
|
<RANGE></RANGE>
|
||||||
|
<FLAGS>rw</FLAGS>
|
||||||
|
<NICK>Format file to faststart</NICK>
|
||||||
|
<BLURB>If the file should be formated for faststart (headers first). .</BLURB>
|
||||||
|
<DEFAULT>FALSE</DEFAULT>
|
||||||
|
</ARG>
|
||||||
|
|
||||||
|
<ARG>
|
||||||
|
<NAME>GstGPPMux::faststart-file</NAME>
|
||||||
|
<TYPE>gchar*</TYPE>
|
||||||
|
<RANGE></RANGE>
|
||||||
|
<FLAGS>rwx</FLAGS>
|
||||||
|
<NICK>File to use for storing buffers</NICK>
|
||||||
|
<BLURB>File that will be used temporarily to store data from the stream when creating a faststart file. If null a filepath will be created automatically.</BLURB>
|
||||||
|
<DEFAULT>NULL</DEFAULT>
|
||||||
|
</ARG>
|
||||||
|
|
||||||
|
<ARG>
|
||||||
|
<NAME>GstGPPMux::large-file</NAME>
|
||||||
|
<TYPE>gboolean</TYPE>
|
||||||
|
<RANGE></RANGE>
|
||||||
|
<FLAGS>rw</FLAGS>
|
||||||
|
<NICK>Support for large files</NICK>
|
||||||
|
<BLURB>Uses 64bits to some fields instead of 32bits, providing support for large files.</BLURB>
|
||||||
|
<DEFAULT>FALSE</DEFAULT>
|
||||||
|
</ARG>
|
||||||
|
|
||||||
|
<ARG>
|
||||||
|
<NAME>GstGPPMux::movie-timescale</NAME>
|
||||||
|
<TYPE>guint</TYPE>
|
||||||
|
<RANGE>>= 1</RANGE>
|
||||||
|
<FLAGS>rwx</FLAGS>
|
||||||
|
<NICK>Movie timescale</NICK>
|
||||||
|
<BLURB>Timescale to use in the movie (units per second).</BLURB>
|
||||||
|
<DEFAULT>600</DEFAULT>
|
||||||
|
</ARG>
|
||||||
|
|
||||||
|
<ARG>
|
||||||
|
<NAME>GstGPPMux::presentation-time</NAME>
|
||||||
|
<TYPE>gboolean</TYPE>
|
||||||
|
<RANGE></RANGE>
|
||||||
|
<FLAGS>rwx</FLAGS>
|
||||||
|
<NICK>Include presentation-time info</NICK>
|
||||||
|
<BLURB>Calculate and include presentation/composition time (in addition to decoding time) (use with caution).</BLURB>
|
||||||
|
<DEFAULT>FALSE</DEFAULT>
|
||||||
|
</ARG>
|
||||||
|
|
||||||
|
<ARG>
|
||||||
|
<NAME>GstMP4Mux::faststart</NAME>
|
||||||
|
<TYPE>gboolean</TYPE>
|
||||||
|
<RANGE></RANGE>
|
||||||
|
<FLAGS>rw</FLAGS>
|
||||||
|
<NICK>Format file to faststart</NICK>
|
||||||
|
<BLURB>If the file should be formated for faststart (headers first). .</BLURB>
|
||||||
|
<DEFAULT>FALSE</DEFAULT>
|
||||||
|
</ARG>
|
||||||
|
|
||||||
|
<ARG>
|
||||||
|
<NAME>GstMP4Mux::faststart-file</NAME>
|
||||||
|
<TYPE>gchar*</TYPE>
|
||||||
|
<RANGE></RANGE>
|
||||||
|
<FLAGS>rwx</FLAGS>
|
||||||
|
<NICK>File to use for storing buffers</NICK>
|
||||||
|
<BLURB>File that will be used temporarily to store data from the stream when creating a faststart file. If null a filepath will be created automatically.</BLURB>
|
||||||
|
<DEFAULT>NULL</DEFAULT>
|
||||||
|
</ARG>
|
||||||
|
|
||||||
|
<ARG>
|
||||||
|
<NAME>GstMP4Mux::large-file</NAME>
|
||||||
|
<TYPE>gboolean</TYPE>
|
||||||
|
<RANGE></RANGE>
|
||||||
|
<FLAGS>rw</FLAGS>
|
||||||
|
<NICK>Support for large files</NICK>
|
||||||
|
<BLURB>Uses 64bits to some fields instead of 32bits, providing support for large files.</BLURB>
|
||||||
|
<DEFAULT>FALSE</DEFAULT>
|
||||||
|
</ARG>
|
||||||
|
|
||||||
|
<ARG>
|
||||||
|
<NAME>GstMP4Mux::movie-timescale</NAME>
|
||||||
|
<TYPE>guint</TYPE>
|
||||||
|
<RANGE>>= 1</RANGE>
|
||||||
|
<FLAGS>rwx</FLAGS>
|
||||||
|
<NICK>Movie timescale</NICK>
|
||||||
|
<BLURB>Timescale to use in the movie (units per second).</BLURB>
|
||||||
|
<DEFAULT>600</DEFAULT>
|
||||||
|
</ARG>
|
||||||
|
|
||||||
|
<ARG>
|
||||||
|
<NAME>GstMP4Mux::presentation-time</NAME>
|
||||||
|
<TYPE>gboolean</TYPE>
|
||||||
|
<RANGE></RANGE>
|
||||||
|
<FLAGS>rwx</FLAGS>
|
||||||
|
<NICK>Include presentation-time info</NICK>
|
||||||
|
<BLURB>Calculate and include presentation/composition time (in addition to decoding time) (use with caution).</BLURB>
|
||||||
|
<DEFAULT>FALSE</DEFAULT>
|
||||||
|
</ARG>
|
||||||
|
|
||||||
|
<ARG>
|
||||||
|
<NAME>GstQTMux::faststart</NAME>
|
||||||
|
<TYPE>gboolean</TYPE>
|
||||||
|
<RANGE></RANGE>
|
||||||
|
<FLAGS>rw</FLAGS>
|
||||||
|
<NICK>Format file to faststart</NICK>
|
||||||
|
<BLURB>If the file should be formated for faststart (headers first). .</BLURB>
|
||||||
|
<DEFAULT>FALSE</DEFAULT>
|
||||||
|
</ARG>
|
||||||
|
|
||||||
|
<ARG>
|
||||||
|
<NAME>GstQTMux::faststart-file</NAME>
|
||||||
|
<TYPE>gchar*</TYPE>
|
||||||
|
<RANGE></RANGE>
|
||||||
|
<FLAGS>rwx</FLAGS>
|
||||||
|
<NICK>File to use for storing buffers</NICK>
|
||||||
|
<BLURB>File that will be used temporarily to store data from the stream when creating a faststart file. If null a filepath will be created automatically.</BLURB>
|
||||||
|
<DEFAULT>NULL</DEFAULT>
|
||||||
|
</ARG>
|
||||||
|
|
||||||
|
<ARG>
|
||||||
|
<NAME>GstQTMux::large-file</NAME>
|
||||||
|
<TYPE>gboolean</TYPE>
|
||||||
|
<RANGE></RANGE>
|
||||||
|
<FLAGS>rw</FLAGS>
|
||||||
|
<NICK>Support for large files</NICK>
|
||||||
|
<BLURB>Uses 64bits to some fields instead of 32bits, providing support for large files.</BLURB>
|
||||||
|
<DEFAULT>FALSE</DEFAULT>
|
||||||
|
</ARG>
|
||||||
|
|
||||||
|
<ARG>
|
||||||
|
<NAME>GstQTMux::movie-timescale</NAME>
|
||||||
|
<TYPE>guint</TYPE>
|
||||||
|
<RANGE>>= 1</RANGE>
|
||||||
|
<FLAGS>rwx</FLAGS>
|
||||||
|
<NICK>Movie timescale</NICK>
|
||||||
|
<BLURB>Timescale to use in the movie (units per second).</BLURB>
|
||||||
|
<DEFAULT>600</DEFAULT>
|
||||||
|
</ARG>
|
||||||
|
|
||||||
|
<ARG>
|
||||||
|
<NAME>GstQTMux::presentation-time</NAME>
|
||||||
|
<TYPE>gboolean</TYPE>
|
||||||
|
<RANGE></RANGE>
|
||||||
|
<FLAGS>rwx</FLAGS>
|
||||||
|
<NICK>Include presentation-time info</NICK>
|
||||||
|
<BLURB>Calculate and include presentation/composition time (in addition to decoding time) (use with caution).</BLURB>
|
||||||
|
<DEFAULT>FALSE</DEFAULT>
|
||||||
|
</ARG>
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,7 @@
|
||||||
GObject
|
GObject
|
||||||
GstObject
|
GstObject
|
||||||
GstPad
|
GstPad
|
||||||
|
GstInterleavePad
|
||||||
GstPadTemplate
|
GstPadTemplate
|
||||||
GstSignalProcessorPadTemplate
|
GstSignalProcessorPadTemplate
|
||||||
GstPluginFeature
|
GstPluginFeature
|
||||||
|
@ -12,102 +13,326 @@ GObject
|
||||||
GstPipeline
|
GstPipeline
|
||||||
RsnDvdBin
|
RsnDvdBin
|
||||||
DvbBaseBin
|
DvbBaseBin
|
||||||
GstRgVolume
|
|
||||||
GstRtpBin
|
GstRtpBin
|
||||||
GstRtpClient
|
GstRtpClient
|
||||||
|
GstRgVolume
|
||||||
GstSDPDemux
|
GstSDPDemux
|
||||||
GstBz2enc
|
GstMpegPSDemux
|
||||||
GstBz2dec
|
GstMpegTSDemux
|
||||||
GstBaseSrc
|
MpegTSParse
|
||||||
GstPushSrc
|
GstX264Enc
|
||||||
GstNeonhttpSrc
|
GstBaseMetadata
|
||||||
GstMythtvSrc
|
GstMetadataDemux
|
||||||
GstMMS
|
GstMetadataMux
|
||||||
GstBaseAudioSrc
|
|
||||||
GstJackAudioSrc
|
|
||||||
GstAudioSrc
|
|
||||||
GstOss4Source
|
|
||||||
GstVCDSrc
|
|
||||||
GstDvbSrc
|
|
||||||
GstDCCPClientSrc
|
|
||||||
GstDCCPServerSrc
|
|
||||||
GstRfbSrc
|
|
||||||
GstSFSrc
|
|
||||||
GstAppSrc
|
|
||||||
GstCDAudio
|
|
||||||
GstBaseSink
|
GstBaseSink
|
||||||
GstVideoSink
|
|
||||||
GstDfbVideoSink
|
|
||||||
GstSDLVideoSink
|
|
||||||
GstBaseAudioSink
|
GstBaseAudioSink
|
||||||
GstAudioSink
|
GstAudioSink
|
||||||
GstSDLAudioSink
|
|
||||||
GstApExSink
|
GstApExSink
|
||||||
|
GstSDLAudioSink
|
||||||
GstNasSink
|
GstNasSink
|
||||||
GstOss4Sink
|
GstOss4Sink
|
||||||
GstJackAudioSink
|
GstJackAudioSink
|
||||||
GstSFSink
|
GstSFSink
|
||||||
|
GstVideoSink
|
||||||
|
GstSDLVideoSink
|
||||||
|
GstGLImageSink
|
||||||
AlsaSPDIFSink
|
AlsaSPDIFSink
|
||||||
GstFBDEVSink
|
GstFBDEVSink
|
||||||
GstDCCPServerSink
|
GstDCCPServerSink
|
||||||
GstDCCPClientSink
|
GstDCCPClientSink
|
||||||
GstAppSink
|
GstAppSink
|
||||||
GstFaad
|
|
||||||
GstSpcDec
|
|
||||||
GstWildmidi
|
GstWildmidi
|
||||||
|
GstTimidity
|
||||||
|
GstBaseSrc
|
||||||
|
GstPushSrc
|
||||||
|
GstMythtvSrc
|
||||||
|
GstNeonhttpSrc
|
||||||
|
GstMMS
|
||||||
|
GstBaseAudioSrc
|
||||||
|
GstJackAudioSrc
|
||||||
|
GstAudioSrc
|
||||||
|
GstOss4Source
|
||||||
|
GstDvbSrc
|
||||||
|
GstVCDSrc
|
||||||
|
GstDCCPClientSrc
|
||||||
|
GstDCCPServerSrc
|
||||||
|
GstRfbSrc
|
||||||
|
GstSFSrc
|
||||||
|
GstAppSrc
|
||||||
GstSignalProcessor
|
GstSignalProcessor
|
||||||
ladspa-noise-white
|
|
||||||
ladspa-delay-5s
|
ladspa-delay-5s
|
||||||
ladspa-amp-mono
|
ladspa-amp-mono
|
||||||
ladspa-amp-stereo
|
ladspa-amp-stereo
|
||||||
|
ladspa-adsr
|
||||||
|
ladspa-lpf
|
||||||
|
ladspa-hpf
|
||||||
|
ladspa-noise-white
|
||||||
ladspa-sine-faaa
|
ladspa-sine-faaa
|
||||||
ladspa-sine-faac
|
ladspa-sine-faac
|
||||||
ladspa-sine-fcaa
|
ladspa-sine-fcaa
|
||||||
ladspa-sine-fcac
|
ladspa-sine-fcac
|
||||||
ladspa-lpf
|
ladspa-difference-iama-oa
|
||||||
ladspa-hpf
|
ladspa-difference-iamc-oa
|
||||||
|
ladspa-difference-icma-oa
|
||||||
|
ladspa-difference-icmc-oc
|
||||||
|
ladspa-adsr-g+t
|
||||||
|
ladspa-amp-gaia-oa
|
||||||
|
ladspa-amp-gcia-oa
|
||||||
|
ladspa-branch-ia-oaoa
|
||||||
|
ladspa-branch-ic-ococ
|
||||||
|
ladspa-dahdsr-g+t-audio
|
||||||
|
ladspa-dahdsr-g+t-control
|
||||||
|
ladspa-dahdsr-cg+t-control
|
||||||
|
ladspa-interpolator
|
||||||
|
ladspa-fmod-fama-oa
|
||||||
|
ladspa-fmod-famc-oa
|
||||||
|
ladspa-fmod-fcma-oa
|
||||||
|
ladspa-fmod-fcmc-oc
|
||||||
|
ladspa-quantiser20
|
||||||
|
ladspa-lp4pole-faraia-oa
|
||||||
|
ladspa-lp4pole-fcrcia-oa
|
||||||
|
ladspa-product-iaia-oa
|
||||||
|
ladspa-product-iaic-oa
|
||||||
|
ladspa-product-icic-oc
|
||||||
|
ladspa-pulse-fapa-oa
|
||||||
|
ladspa-pulse-fapc-oa
|
||||||
|
ladspa-pulse-fcpa-oa
|
||||||
|
ladspa-pulse-fcpc-oa
|
||||||
|
ladspa-quantiser100
|
||||||
|
ladspa-quantiser50
|
||||||
|
ladspa-sawtooth-fa-oa
|
||||||
|
ladspa-sawtooth-fc-oa
|
||||||
|
ladspa-random-fasa-oa
|
||||||
|
ladspa-random-fasc-oa
|
||||||
|
ladspa-random-fcsa-oa
|
||||||
|
ladspa-random-fcsc-oa
|
||||||
|
ladspa-ratio-nada-oa
|
||||||
|
ladspa-ratio-nadc-oa
|
||||||
|
ladspa-ratio-ncda-oa
|
||||||
|
ladspa-ratio-ncdc-oc
|
||||||
|
ladspa-sinusWavewrapper
|
||||||
|
ladspa-sequencer64
|
||||||
|
ladspa-sequencer32
|
||||||
|
ladspa-sequencer16
|
||||||
|
ladspa-square-fa-oa
|
||||||
|
ladspa-square-fc-oa
|
||||||
|
ladspa-sum-iaia-oa
|
||||||
|
ladspa-sum-iaic-oa
|
||||||
|
ladspa-sum-icic-oc
|
||||||
|
ladspa-syncpulse-fapaga-oa
|
||||||
|
ladspa-syncpulse-fcpcga-oa
|
||||||
|
ladspa-syncsquare-faga-oa
|
||||||
|
ladspa-syncsquare-fcga-oa
|
||||||
|
ladspa-tracker-gaaadaia-oa
|
||||||
|
ladspa-tracker-gaacdcia-oa
|
||||||
|
ladspa-triangle-fasa-oa
|
||||||
|
ladspa-triangle-fasc-oa
|
||||||
|
ladspa-triangle-fcsa-oa
|
||||||
|
ladspa-triangle-fcsc-oa
|
||||||
|
ladspa-bf2cube
|
||||||
|
ladspa-bf2quad
|
||||||
|
ladspa-bf2stereo
|
||||||
|
ladspa-fmh2oct
|
||||||
|
ladspa-encode-bformat
|
||||||
|
ladspa-encode-fmh
|
||||||
|
ladspa-bf-rotate-z
|
||||||
|
ladspa-fmh-rotate-z
|
||||||
|
ladspa-am
|
||||||
|
ladspa-analogue
|
||||||
|
ladspa-canyon-delay
|
||||||
|
ladspa-disintegrator
|
||||||
|
ladspa-sledgehammer
|
||||||
|
ladspa-delay-0-01s
|
||||||
|
ladspa-delay-0-1s
|
||||||
|
ladspa-delay-1s
|
||||||
|
ladspa-delay-60s
|
||||||
|
ladspa-track-max-peak
|
||||||
|
ladspa-track-max-rms
|
||||||
|
ladspa-track-peak
|
||||||
|
ladspa-track-rms
|
||||||
|
ladspa-fmh2bf
|
||||||
|
ladspa-fbdelay-0-01s
|
||||||
|
ladspa-fbdelay-0-1s
|
||||||
|
ladspa-fbdelay-1s
|
||||||
|
ladspa-fbdelay-5s
|
||||||
|
ladspa-fbdelay-60s
|
||||||
|
ladspa-freeverb3
|
||||||
|
ladspa-grain-scatter
|
||||||
|
ladspa-hard-gate
|
||||||
|
ladspa-identity-audio
|
||||||
|
ladspa-identity-control
|
||||||
|
ladspa-lofi
|
||||||
|
ladspa-logistic
|
||||||
|
ladspa-mixer
|
||||||
|
ladspa-noise-source-white
|
||||||
|
ladspa-null-ai
|
||||||
|
ladspa-null-ao
|
||||||
|
ladspa-null-ci
|
||||||
|
ladspa-null-co
|
||||||
|
ladspa-organ
|
||||||
|
ladspa-peak
|
||||||
|
ladspa-phasemod
|
||||||
|
ladspa-pink-interpolated-audio
|
||||||
|
ladspa-pink-full-frequency
|
||||||
|
ladspa-pink-sh
|
||||||
|
ladspa-compress-peak
|
||||||
|
ladspa-compress-rms
|
||||||
|
ladspa-expand-peak
|
||||||
|
ladspa-expand-rms
|
||||||
|
ladspa-limit-peak
|
||||||
|
ladspa-limit-rms
|
||||||
|
ladspa-syndrum
|
||||||
|
ladspa-vcf303
|
||||||
|
ladspa-wshape-sine
|
||||||
|
ladspa-amp
|
||||||
|
ladspa-diode
|
||||||
|
ladspa-divider
|
||||||
|
ladspa-shaper
|
||||||
|
ladspa-ringmod-2i1o
|
||||||
|
ladspa-ringmod-1i1o1l
|
||||||
|
ladspa-comb
|
||||||
|
ladspa-declip
|
||||||
|
ladspa-foverdrive
|
||||||
|
ladspa-multivoiceChorus
|
||||||
|
ladspa-hermesFilter
|
||||||
|
ladspa-decimator
|
||||||
|
ladspa-flanger
|
||||||
|
ladspa-retroFlange
|
||||||
|
ladspa-singlePara
|
||||||
|
ladspa-triplePara
|
||||||
|
ladspa-transient
|
||||||
|
ladspa-fadDelay
|
||||||
|
ladspa-dcRemove
|
||||||
|
ladspa-tapeDelay
|
||||||
|
ladspa-valve
|
||||||
|
ladspa-sifter
|
||||||
|
ladspa-harmonicGen
|
||||||
|
ladspa-stepMuxer
|
||||||
|
ladspa-foldover
|
||||||
|
ladspa-svf
|
||||||
|
ladspa-gsm
|
||||||
|
ladspa-gverb
|
||||||
|
ladspa-lfoPhaser
|
||||||
|
ladspa-fourByFourPole
|
||||||
|
ladspa-autoPhaser
|
||||||
|
ladspa-fastLookaheadLimiter
|
||||||
|
ladspa-surroundEncoder
|
||||||
|
ladspa-delayorama
|
||||||
|
ladspa-dysonCompress
|
||||||
|
ladspa-crossoverDist
|
||||||
|
ladspa-valveRect
|
||||||
|
ladspa-split
|
||||||
|
ladspa-alias
|
||||||
|
ladspa-satanMaximiser
|
||||||
|
ladspa-karaoke
|
||||||
|
ladspa-gate
|
||||||
|
ladspa-combSplitter
|
||||||
|
ladspa-waveTerrain
|
||||||
|
ladspa-hardLimiter
|
||||||
|
ladspa-smoothDecimate
|
||||||
|
ladspa-fmOsc
|
||||||
|
ladspa-analogueOsc
|
||||||
|
ladspa-rateShifter
|
||||||
|
ladspa-freqTracker
|
||||||
|
ladspa-modDelay
|
||||||
|
ladspa-matrixStMS
|
||||||
|
ladspa-matrixMSSt
|
||||||
|
ladspa-matrixSpatialiser
|
||||||
|
ladspa-plate
|
||||||
|
ladspa-gong
|
||||||
|
ladspa-sc1
|
||||||
|
ladspa-sc2
|
||||||
|
ladspa-sc3
|
||||||
|
ladspa-zm1
|
||||||
|
ladspa-inv
|
||||||
|
ladspa-chebstortion
|
||||||
|
ladspa-bodeShifter
|
||||||
|
ladspa-bodeShifterCV
|
||||||
|
ladspa-amPitchshift
|
||||||
|
ladspa-sc4
|
||||||
|
ladspa-lcrDelay
|
||||||
|
ladspa-giantFlange
|
||||||
|
ladspa-djFlanger
|
||||||
|
ladspa-gongBeater
|
||||||
|
ladspa-hilbert
|
||||||
|
ladspa-sinCos
|
||||||
|
ladspa-se4
|
||||||
|
ladspa-bandpass-a-iir
|
||||||
|
ladspa-bandpass-iir
|
||||||
|
ladspa-highpass-iir
|
||||||
|
ladspa-lowpass-iir
|
||||||
|
ladspa-notch-iir
|
||||||
|
ladspa-dj-eq-mono
|
||||||
|
ladspa-dj-eq
|
||||||
|
ladspa-bwxover-iir
|
||||||
|
ladspa-buttlow-iir
|
||||||
|
ladspa-butthigh-iir
|
||||||
|
ladspa-allpass-n
|
||||||
|
ladspa-allpass-l
|
||||||
|
ladspa-allpass-c
|
||||||
|
ladspa-comb-n
|
||||||
|
ladspa-comb-l
|
||||||
|
ladspa-comb-c
|
||||||
|
ladspa-decay
|
||||||
|
ladspa-delay-n
|
||||||
|
ladspa-delay-l
|
||||||
|
ladspa-delay-c
|
||||||
|
ladspa-impulse-fc
|
||||||
|
ladspa-vynil
|
||||||
|
ladspa-revdelay
|
||||||
|
ladspa-lsFilter
|
||||||
|
ladspa-const
|
||||||
|
ladspa-pointerCastDistortion
|
||||||
|
ladspa-pitchScale
|
||||||
|
ladspa-artificialLatency
|
||||||
|
ladspa-xfade
|
||||||
|
ladspa-xfade4
|
||||||
|
ladspa-sc4m
|
||||||
|
ladspa-mbeq
|
||||||
|
ladspa-pitchScaleHQ
|
||||||
|
ladspa-imp
|
||||||
GstXvidEnc
|
GstXvidEnc
|
||||||
GstXvidDec
|
GstXvidDec
|
||||||
|
GstSpcDec
|
||||||
GstPitch
|
GstPitch
|
||||||
GstBaseTransform
|
GstBaseTransform
|
||||||
GstAudioFilter
|
GstAudioFilter
|
||||||
GstBPMDetect
|
GstBPMDetect
|
||||||
GstStereo
|
GstStereo
|
||||||
GstBayer2RGB
|
|
||||||
GstRgAnalysis
|
|
||||||
GstRgLimiter
|
|
||||||
GstSpeexResample
|
|
||||||
GstScaletempo
|
GstScaletempo
|
||||||
GstDeinterlace
|
GstSpeexResample
|
||||||
GstVideoFilter
|
GstVideoFilter
|
||||||
GstVideoAnalyse
|
GstVideoAnalyse
|
||||||
GstVideoDetect
|
GstVideoDetect
|
||||||
GstVideoMark
|
GstVideoMark
|
||||||
|
GstRgAnalysis
|
||||||
|
GstRgLimiter
|
||||||
|
GstVideoCrop
|
||||||
|
GstBayer2RGB
|
||||||
GstIIR
|
GstIIR
|
||||||
|
GstDeinterlace
|
||||||
|
GstTRM
|
||||||
GstMusepackDec
|
GstMusepackDec
|
||||||
GstMpeg2enc
|
GstMpeg2enc
|
||||||
GstGSMEnc
|
GstGSMEnc
|
||||||
GstGSMDec
|
GstGSMDec
|
||||||
|
GstFaad
|
||||||
GstFaac
|
GstFaac
|
||||||
GstDtsDec
|
GstDtsDec
|
||||||
GstTRM
|
GstCDAudio
|
||||||
GstX264Enc
|
GstBz2enc
|
||||||
GstBaseMetadata
|
GstBz2dec
|
||||||
GstMetadataDemux
|
GstAmrwbDec
|
||||||
GstMetadataMux
|
GstAmrwbParse
|
||||||
|
GstAmrwbEnc
|
||||||
GstOss4Mixer
|
GstOss4Mixer
|
||||||
GstFestival
|
GstQTMux
|
||||||
GstModPlug
|
GstMP4Mux
|
||||||
GstMveDemux
|
GstGPPMux
|
||||||
GstMveMux
|
GstMJ2Mux
|
||||||
GstSrtEnc
|
|
||||||
GstMpeg4VParse
|
|
||||||
GstCDXAParse
|
|
||||||
GstVcdParse
|
|
||||||
GstNsfDec
|
|
||||||
MpegTsMux
|
MpegTsMux
|
||||||
GstRealVideoDec
|
GstSrtEnc
|
||||||
GstRealAudioDec
|
GstPcapParse
|
||||||
GstRawParse
|
GstRawParse
|
||||||
GstVideoParse
|
GstVideoParse
|
||||||
GstAudioParse
|
GstAudioParse
|
||||||
|
@ -115,28 +340,38 @@ GObject
|
||||||
GstRtpPtDemux
|
GstRtpPtDemux
|
||||||
GstRtpSession
|
GstRtpSession
|
||||||
GstRtpSsrcDemux
|
GstRtpSsrcDemux
|
||||||
GstPcapParse
|
GstMpeg4VParse
|
||||||
GstInputSelector
|
|
||||||
GstOutputSelector
|
|
||||||
GstVMncDec
|
|
||||||
MpegVideoParse
|
MpegVideoParse
|
||||||
GstH264Parse
|
GstVMncDec
|
||||||
GstY4mEncode
|
GstMveDemux
|
||||||
GstSpeed
|
GstMveMux
|
||||||
GstInterleave
|
GstInterleave
|
||||||
GstDeinterleave
|
GstDeinterleave
|
||||||
GstFreeze
|
GstRealVideoDec
|
||||||
GstDVDSpu
|
GstRealAudioDec
|
||||||
AIFFParse
|
GstNuvDemux
|
||||||
|
GstY4mEncode
|
||||||
|
GstDeinterlace2
|
||||||
GstTtaParse
|
GstTtaParse
|
||||||
GstTtaDec
|
GstTtaDec
|
||||||
GstNuvDemux
|
GstSpeed
|
||||||
|
GstAacBaseParse
|
||||||
|
GstAacParse
|
||||||
|
GstNsfDec
|
||||||
|
GstAmrBaseParse
|
||||||
|
GstAmrParse
|
||||||
|
GstDVDSpu
|
||||||
|
AIFFParse
|
||||||
|
GstInputSelector
|
||||||
|
GstOutputSelector
|
||||||
|
GstModPlug
|
||||||
|
GstH264Parse
|
||||||
GstFLVDemux
|
GstFLVDemux
|
||||||
GstFlvMux
|
GstFlvMux
|
||||||
GstMpegPSDemux
|
GstFreeze
|
||||||
GstMpegTSDemux
|
GstFestival
|
||||||
MpegTSParse
|
GstCDXAParse
|
||||||
GstDeinterlace2
|
GstVcdParse
|
||||||
GstBus
|
GstBus
|
||||||
GstTask
|
GstTask
|
||||||
GstClock
|
GstClock
|
||||||
|
@ -148,20 +383,16 @@ GObject
|
||||||
GstJackAudioSrcRingBuffer
|
GstJackAudioSrcRingBuffer
|
||||||
GstJackAudioSinkRingBuffer
|
GstJackAudioSinkRingBuffer
|
||||||
GstSignalObject
|
GstSignalObject
|
||||||
GstColorBalanceChannel
|
|
||||||
GstMixerTrack
|
|
||||||
GstMixerOptions
|
|
||||||
RTPSession
|
|
||||||
FluTsPatInfo
|
FluTsPatInfo
|
||||||
FluTsPmtInfo
|
FluTsPmtInfo
|
||||||
|
RTPSession
|
||||||
GInterface
|
GInterface
|
||||||
GTypePlugin
|
GTypePlugin
|
||||||
GstChildProxy
|
GstChildProxy
|
||||||
GstURIHandler
|
GstURIHandler
|
||||||
GstImplementsInterface
|
|
||||||
GstNavigation
|
|
||||||
GstColorBalance
|
|
||||||
GstXOverlay
|
|
||||||
GstMixer
|
|
||||||
GstTagSetter
|
GstTagSetter
|
||||||
|
GstImplementsInterface
|
||||||
|
GstMixer
|
||||||
|
GstXOverlay
|
||||||
|
GstNavigation
|
||||||
GstPropertyProbe
|
GstPropertyProbe
|
||||||
|
|
|
@ -2,21 +2,25 @@ GstBin GstChildProxy
|
||||||
GstPipeline GstChildProxy
|
GstPipeline GstChildProxy
|
||||||
RsnDvdBin GstChildProxy GstURIHandler
|
RsnDvdBin GstChildProxy GstURIHandler
|
||||||
DvbBaseBin GstChildProxy GstURIHandler
|
DvbBaseBin GstChildProxy GstURIHandler
|
||||||
GstRgVolume GstChildProxy
|
|
||||||
GstRtpBin GstChildProxy
|
GstRtpBin GstChildProxy
|
||||||
GstRtpClient GstChildProxy
|
GstRtpClient GstChildProxy
|
||||||
|
GstRgVolume GstChildProxy
|
||||||
GstSDPDemux GstChildProxy
|
GstSDPDemux GstChildProxy
|
||||||
GstNeonhttpSrc GstURIHandler
|
GstMetadataMux GstTagSetter
|
||||||
|
GstApExSink GstImplementsInterface GstMixer
|
||||||
|
GstOss4Sink GstPropertyProbe
|
||||||
|
GstSDLVideoSink GstImplementsInterface GstXOverlay GstNavigation
|
||||||
|
GstGLImageSink GstImplementsInterface GstXOverlay
|
||||||
GstMythtvSrc GstURIHandler
|
GstMythtvSrc GstURIHandler
|
||||||
|
GstNeonhttpSrc GstURIHandler
|
||||||
GstMMS GstURIHandler
|
GstMMS GstURIHandler
|
||||||
GstOss4Source GstImplementsInterface GstMixer GstPropertyProbe
|
GstOss4Source GstImplementsInterface GstMixer GstPropertyProbe
|
||||||
GstVCDSrc GstURIHandler
|
GstVCDSrc GstURIHandler
|
||||||
GstAppSrc GstURIHandler
|
GstAppSrc GstURIHandler
|
||||||
GstCDAudio GstURIHandler
|
GstCDAudio GstURIHandler
|
||||||
GstDfbVideoSink GstImplementsInterface GstNavigation GstColorBalance
|
|
||||||
GstSDLVideoSink GstImplementsInterface GstNavigation GstXOverlay
|
|
||||||
GstApExSink GstImplementsInterface GstMixer
|
|
||||||
GstOss4Sink GstPropertyProbe
|
|
||||||
GstMetadataMux GstTagSetter
|
|
||||||
GstOss4Mixer GstImplementsInterface GstMixer GstPropertyProbe
|
GstOss4Mixer GstImplementsInterface GstMixer GstPropertyProbe
|
||||||
|
GstQTMux GstTagSetter
|
||||||
|
GstMP4Mux GstTagSetter
|
||||||
|
GstGPPMux GstTagSetter
|
||||||
|
GstMJ2Mux GstTagSetter
|
||||||
GstDeinterlace2 GstChildProxy
|
GstDeinterlace2 GstChildProxy
|
||||||
|
|
|
@ -1,6 +1,5 @@
|
||||||
GstChildProxy GstObject
|
GstChildProxy GstObject
|
||||||
GstImplementsInterface GstObject GstElement
|
|
||||||
GstColorBalance GstObject GstImplementsInterface GstElement
|
|
||||||
GstXOverlay GstObject GstImplementsInterface GstElement
|
|
||||||
GstMixer GstObject GstImplementsInterface GstElement
|
|
||||||
GstTagSetter GstObject GstElement
|
GstTagSetter GstObject GstElement
|
||||||
|
GstImplementsInterface GstObject GstElement
|
||||||
|
GstMixer GstObject GstImplementsInterface GstElement
|
||||||
|
GstXOverlay GstObject GstImplementsInterface GstElement
|
||||||
|
|
34
docs/plugins/inspect/plugin-aacparse.xml
Normal file
34
docs/plugins/inspect/plugin-aacparse.xml
Normal file
|
@ -0,0 +1,34 @@
|
||||||
|
<plugin>
|
||||||
|
<name>aacparse</name>
|
||||||
|
<description>Advanced Audio Coding Parser</description>
|
||||||
|
<filename>../../gst/aacparse/.libs/libgstaacparse.so</filename>
|
||||||
|
<basename>libgstaacparse.so</basename>
|
||||||
|
<version>0.10.9.1</version>
|
||||||
|
<license>unknown</license>
|
||||||
|
<source>gst-plugins-bad</source>
|
||||||
|
<package>GStreamer Bad Plug-ins CVS/prerelease</package>
|
||||||
|
<origin>http://gstreamer.freedesktop.org</origin>
|
||||||
|
<elements>
|
||||||
|
<element>
|
||||||
|
<name>aacparse</name>
|
||||||
|
<longname>AAC audio stream parser</longname>
|
||||||
|
<class>Codec/Parser/Audio</class>
|
||||||
|
<description>Advanced Audio Coding parser</description>
|
||||||
|
<author>Stefan Kost <stefan.kost@nokia.com></author>
|
||||||
|
<pads>
|
||||||
|
<caps>
|
||||||
|
<name>src</name>
|
||||||
|
<direction>source</direction>
|
||||||
|
<presence>always</presence>
|
||||||
|
<details>audio/mpeg, framed=(boolean)true, mpegversion=(int){ 2, 4 }</details>
|
||||||
|
</caps>
|
||||||
|
<caps>
|
||||||
|
<name>sink</name>
|
||||||
|
<direction>sink</direction>
|
||||||
|
<presence>always</presence>
|
||||||
|
<details>audio/mpeg, framed=(boolean)false, mpegversion=(int){ 2, 4 }</details>
|
||||||
|
</caps>
|
||||||
|
</pads>
|
||||||
|
</element>
|
||||||
|
</elements>
|
||||||
|
</plugin>
|
34
docs/plugins/inspect/plugin-amrparse.xml
Normal file
34
docs/plugins/inspect/plugin-amrparse.xml
Normal file
|
@ -0,0 +1,34 @@
|
||||||
|
<plugin>
|
||||||
|
<name>amrparse</name>
|
||||||
|
<description>Adaptive Multi-Rate Parser</description>
|
||||||
|
<filename>../../gst/amrparse/.libs/libgstamrparse.so</filename>
|
||||||
|
<basename>libgstamrparse.so</basename>
|
||||||
|
<version>0.10.9.1</version>
|
||||||
|
<license>LGPL</license>
|
||||||
|
<source>gst-plugins-bad</source>
|
||||||
|
<package>GStreamer Bad Plug-ins CVS/prerelease</package>
|
||||||
|
<origin>http://gstreamer.freedesktop.org</origin>
|
||||||
|
<elements>
|
||||||
|
<element>
|
||||||
|
<name>amrparse</name>
|
||||||
|
<longname>AMR audio stream parser</longname>
|
||||||
|
<class>Codec/Parser/Audio</class>
|
||||||
|
<description>Adaptive Multi-Rate audio parser</description>
|
||||||
|
<author>Ronald Bultje <rbultje@ronald.bitfreak.net></author>
|
||||||
|
<pads>
|
||||||
|
<caps>
|
||||||
|
<name>src</name>
|
||||||
|
<direction>source</direction>
|
||||||
|
<presence>always</presence>
|
||||||
|
<details>audio/AMR, rate=(int)8000, channels=(int)1; audio/AMR-WB, rate=(int)16000, channels=(int)1</details>
|
||||||
|
</caps>
|
||||||
|
<caps>
|
||||||
|
<name>sink</name>
|
||||||
|
<direction>sink</direction>
|
||||||
|
<presence>always</presence>
|
||||||
|
<details>audio/x-amr-nb-sh; audio/x-amr-wb-sh</details>
|
||||||
|
</caps>
|
||||||
|
</pads>
|
||||||
|
</element>
|
||||||
|
</elements>
|
||||||
|
</plugin>
|
Loading…
Reference in a new issue