Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
George Kiagiadakis
gst-plugins-good
Commits
1eee6f4e
Commit
1eee6f4e
authored
May 21, 2010
by
Tim-Philipp Müller
Browse files
docs: add webmmux to docs
parent
a4fabfb9
Changes
73
Hide whitespace changes
Inline
Side-by-side
docs/plugins/Makefile.am
View file @
1eee6f4e
...
...
@@ -175,6 +175,7 @@ EXTRA_HFILES = \
$(top_srcdir)
/gst/level/gstlevel.h
\
$(top_srcdir)
/gst/matroska/matroska-demux.h
\
$(top_srcdir)
/gst/matroska/matroska-mux.h
\
$(top_srcdir)
/gst/matroska/webm-mux.h
\
$(top_srcdir)
/gst/monoscope/gstmonoscope.h
\
$(top_srcdir)
/gst/multifile/gstmultifilesink.h
\
$(top_srcdir)
/gst/multifile/gstmultifilesrc.h
\
...
...
docs/plugins/gst-plugins-good-plugins-docs.sgml
View file @
1eee6f4e
...
...
@@ -164,6 +164,7 @@
<xi:include
href=
"xml/element-wavpackenc.xml"
/>
<xi:include
href=
"xml/element-wavpackparse.xml"
/>
<xi:include
href=
"xml/element-wavparse.xml"
/>
<xi:include
href=
"xml/element-webmmux.xml"
/>
<xi:include
href=
"xml/element-ximagesrc.xml"
/>
<xi:include
href=
"xml/element-y4menc.xml"
/>
</chapter>
...
...
docs/plugins/gst-plugins-good-plugins-sections.txt
View file @
1eee6f4e
...
...
@@ -1169,7 +1169,7 @@ GST_MATROSKA_MUX
GST_MATROSKA_MUX_CLASS
GST_IS_MATROSKA_MUX
GST_IS_MATROSKA_MUX_CLASS
gst_matroska_mux_
plugin_init
gst_matroska_mux_
get_type
</SECTION>
<SECTION>
...
...
@@ -2272,3 +2272,16 @@ GST_TYPE_WARPTV
gst_warptv_get_type
</SECTION>
<SECTION>
<FILE>element-webmmux</FILE>
<TITLE>webmmux</TITLE>
GstWebMMux
<SUBSECTION Standard>
GST_TYPE_WEBM_MUX
GST_WEBM_MUX
GST_WEBM_MUX_CLASS
GST_IS_WEBM_MUX
GST_IS_WEBM_MUX_CLASS
gst_webm_mux_get_type
GstWebMMuxClass
</SECTION>
docs/plugins/gst-plugins-good-plugins.args
View file @
1eee6f4e
...
...
@@ -1823,9 +1823,9 @@
<TYPE>gint</TYPE>
<RANGE>[1,2]</RANGE>
<FLAGS>rw</FLAGS>
<NICK>
Matroska
version</NICK>
<BLURB>This parameter determines what
m
atroska features can be used.</BLURB>
<DEFAULT>
1
</DEFAULT>
<NICK>
DocType
version</NICK>
<BLURB>This parameter determines what
M
atroska features can be used.</BLURB>
<DEFAULT>
2
</DEFAULT>
</ARG>
<ARG>
...
...
@@ -2168,6 +2168,16 @@
<DEFAULT>FALSE</DEFAULT>
</ARG>
<ARG>
<NAME>GstRtpMP4VPay::config-interval</NAME>
<TYPE>guint</TYPE>
<RANGE><= 3600</RANGE>
<FLAGS>rw</FLAGS>
<NICK>Config Send Interval</NICK>
<BLURB>Send Config Insertion Interval in seconds (configuration headers will be multiplexed in the data stream when detected.) (0 = disabled).</BLURB>
<DEFAULT>0</DEFAULT>
</ARG>
<ARG>
<NAME>GstRTPDepay::skip</NAME>
<TYPE>gint</TYPE>
...
...
@@ -20175,7 +20185,7 @@
<FLAGS>rw</FLAGS>
<NICK>Mode</NICK>
<BLURB>Deinterlace Mode.</BLURB>
<DEFAULT>
Force deinterlacing
</DEFAULT>
<DEFAULT>
Auto detection
</DEFAULT>
</ARG>
<ARG>
...
...
@@ -20454,7 +20464,7 @@
<RANGE>>= 0</RANGE>
<FLAGS>rw</FLAGS>
<NICK>Bandwidth</NICK>
<BLURB>The bandwidth of the session.</BLURB>
<BLURB>The bandwidth of the session
in bytes per second
.</BLURB>
<DEFAULT>64000</DEFAULT>
</ARG>
...
...
@@ -20504,8 +20514,8 @@
<RANGE>>= 0</RANGE>
<FLAGS>rw</FLAGS>
<NICK>RTCP Fraction</NICK>
<BLURB>The
fraction of the bandwidth used for RTCP
.</BLURB>
<DEFAULT>3
0
00</DEFAULT>
<BLURB>The
RTCP bandwidth of the session in bytes per second
.</BLURB>
<DEFAULT>3
2
00</DEFAULT>
</ARG>
<ARG>
...
...
@@ -20518,6 +20528,26 @@
<DEFAULT></DEFAULT>
</ARG>
<ARG>
<NAME>GstRtpSession::rtcp-rr-bandwidth</NAME>
<TYPE>gint</TYPE>
<RANGE>>= G_MAXULONG</RANGE>
<FLAGS>rw</FLAGS>
<NICK>RTCP RR bandwidth</NICK>
<BLURB>The RTCP bandwidth used for receivers in bytes per second (-1 = default).</BLURB>
<DEFAULT>-1</DEFAULT>
</ARG>
<ARG>
<NAME>GstRtpSession::rtcp-rs-bandwidth</NAME>
<TYPE>gint</TYPE>
<RANGE>>= G_MAXULONG</RANGE>
<FLAGS>rw</FLAGS>
<NICK>RTCP RS bandwidth</NICK>
<BLURB>The RTCP bandwidth used for senders in bytes per second (-1 = default).</BLURB>
<DEFAULT>-1</DEFAULT>
</ARG>
<ARG>
<NAME>GstV4l2Sink::device</NAME>
<TYPE>gchar*</TYPE>
...
...
@@ -20747,3 +20777,14 @@
<BLURB>Linear volume of this stream, 1.0=100%.</BLURB>
<DEFAULT>1</DEFAULT>
</ARG>
<ARG>
<NAME>GstRtpTheoraPay::config-interval</NAME>
<TYPE>guint</TYPE>
<RANGE><= 3600</RANGE>
<FLAGS>rw</FLAGS>
<NICK>Config Send Interval</NICK>
<BLURB>Send Config Insertion Interval in seconds (configuration headers will be multiplexed in the data stream when detected.) (0 = disabled).</BLURB>
<DEFAULT>0</DEFAULT>
</ARG>
docs/plugins/gst-plugins-good-plugins.hierarchy
View file @
1eee6f4e
...
...
@@ -223,6 +223,7 @@ GObject
GstEbmlRead
GstMatroskaDemux
GstMatroskaMux
GstWebMMux
GstRTPDec
GstQTDemux
GstSMPTE
...
...
@@ -245,7 +246,6 @@ GObject
GstWavParse
GstFlvDemux
GstFlvMux
GstMonoscope
GstICYDemux
GstVideoMixer
GstBus
...
...
@@ -265,6 +265,8 @@ GObject
GstCmmlTagClip
GstColorBalanceChannel
RTPSession
GstMixerTrack
GstMixerOptions
GstTunerNorm
GstTunerChannel
GdkPixbuf
...
...
docs/plugins/gst-plugins-good-plugins.interfaces
View file @
1eee6f4e
...
...
@@ -46,6 +46,7 @@ GstOssMixerElement GstImplementsInterface GstMixer
GstOss4Mixer GstImplementsInterface GstMixer GstPropertyProbe
GstAviMux GstTagSetter
GstMatroskaMux GstTagSetter
GstWebMMux GstTagSetter
GstDeinterlace GstChildProxy
GstFlvMux GstTagSetter
GstVideoMixer GstChildProxy
docs/plugins/inspect/plugin-1394.xml
View file @
1eee6f4e
...
...
@@ -3,10 +3,10 @@
<description>
Source for video data via IEEE1394 interface
</description>
<filename>
../../ext/raw1394/.libs/libgst1394.so
</filename>
<basename>
libgst1394.so
</basename>
<version>
0.10.22.
1
</version>
<version>
0.10.22.
2
</version>
<license>
LGPL
</license>
<source>
gst-plugins-good
</source>
<package>
GStreamer Good Plug-ins
git
</package>
<package>
GStreamer Good Plug-ins
prerelease
</package>
<origin>
Unknown package origin
</origin>
<elements>
<element>
...
...
docs/plugins/inspect/plugin-aasink.xml
View file @
1eee6f4e
...
...
@@ -3,10 +3,10 @@
<description>
ASCII Art video sink
</description>
<filename>
../../ext/aalib/.libs/libgstaasink.so
</filename>
<basename>
libgstaasink.so
</basename>
<version>
0.10.22.
1
</version>
<version>
0.10.22.
2
</version>
<license>
LGPL
</license>
<source>
gst-plugins-good
</source>
<package>
GStreamer Good Plug-ins
git
</package>
<package>
GStreamer Good Plug-ins
prerelease
</package>
<origin>
Unknown package origin
</origin>
<elements>
<element>
...
...
docs/plugins/inspect/plugin-alaw.xml
View file @
1eee6f4e
...
...
@@ -3,10 +3,10 @@
<description>
ALaw audio conversion routines
</description>
<filename>
../../gst/law/.libs/libgstalaw.so
</filename>
<basename>
libgstalaw.so
</basename>
<version>
0.10.22.
1
</version>
<version>
0.10.22.
2
</version>
<license>
LGPL
</license>
<source>
gst-plugins-good
</source>
<package>
GStreamer Good Plug-ins
git
</package>
<package>
GStreamer Good Plug-ins
prerelease
</package>
<origin>
Unknown package origin
</origin>
<elements>
<element>
...
...
docs/plugins/inspect/plugin-alpha.xml
View file @
1eee6f4e
...
...
@@ -3,10 +3,10 @@
<description>
adds an alpha channel to video - constant or via chroma-keying
</description>
<filename>
../../gst/alpha/.libs/libgstalpha.so
</filename>
<basename>
libgstalpha.so
</basename>
<version>
0.10.22.
1
</version>
<version>
0.10.22.
2
</version>
<license>
LGPL
</license>
<source>
gst-plugins-good
</source>
<package>
GStreamer Good Plug-ins
git
</package>
<package>
GStreamer Good Plug-ins
prerelease
</package>
<origin>
Unknown package origin
</origin>
<elements>
<element>
...
...
docs/plugins/inspect/plugin-alphacolor.xml
View file @
1eee6f4e
...
...
@@ -3,10 +3,10 @@
<description>
RGBA from/to AYUV colorspace conversion preserving the alpha channel
</description>
<filename>
../../gst/alpha/.libs/libgstalphacolor.so
</filename>
<basename>
libgstalphacolor.so
</basename>
<version>
0.10.22.
1
</version>
<version>
0.10.22.
2
</version>
<license>
LGPL
</license>
<source>
gst-plugins-good
</source>
<package>
GStreamer Good Plug-ins
git
</package>
<package>
GStreamer Good Plug-ins
prerelease
</package>
<origin>
Unknown package origin
</origin>
<elements>
<element>
...
...
docs/plugins/inspect/plugin-annodex.xml
View file @
1eee6f4e
...
...
@@ -3,10 +3,10 @@
<description>
annodex stream manipulation (info about annodex: http://www.annodex.net)
</description>
<filename>
../../ext/annodex/.libs/libgstannodex.so
</filename>
<basename>
libgstannodex.so
</basename>
<version>
0.10.22.
1
</version>
<version>
0.10.22.
2
</version>
<license>
LGPL
</license>
<source>
gst-plugins-good
</source>
<package>
GStreamer Good Plug-ins
git
</package>
<package>
GStreamer Good Plug-ins
prerelease
</package>
<origin>
Unknown package origin
</origin>
<elements>
<element>
...
...
docs/plugins/inspect/plugin-apetag.xml
View file @
1eee6f4e
...
...
@@ -3,10 +3,10 @@
<description>
APEv1/2 tag reader
</description>
<filename>
../../gst/apetag/.libs/libgstapetag.so
</filename>
<basename>
libgstapetag.so
</basename>
<version>
0.10.22.
1
</version>
<version>
0.10.22.
2
</version>
<license>
LGPL
</license>
<source>
gst-plugins-good
</source>
<package>
GStreamer Good Plug-ins
git
</package>
<package>
GStreamer Good Plug-ins
prerelease
</package>
<origin>
Unknown package origin
</origin>
<elements>
<element>
...
...
docs/plugins/inspect/plugin-audiofx.xml
View file @
1eee6f4e
...
...
@@ -3,10 +3,10 @@
<description>
Audio effects plugin
</description>
<filename>
../../gst/audiofx/.libs/libgstaudiofx.so
</filename>
<basename>
libgstaudiofx.so
</basename>
<version>
0.10.22.
1
</version>
<version>
0.10.22.
2
</version>
<license>
LGPL
</license>
<source>
gst-plugins-good
</source>
<package>
GStreamer Good Plug-ins
git
</package>
<package>
GStreamer Good Plug-ins
prerelease
</package>
<origin>
Unknown package origin
</origin>
<elements>
<element>
...
...
docs/plugins/inspect/plugin-auparse.xml
View file @
1eee6f4e
...
...
@@ -3,10 +3,10 @@
<description>
parses au streams
</description>
<filename>
../../gst/auparse/.libs/libgstauparse.so
</filename>
<basename>
libgstauparse.so
</basename>
<version>
0.10.22.
1
</version>
<version>
0.10.22.
2
</version>
<license>
LGPL
</license>
<source>
gst-plugins-good
</source>
<package>
GStreamer Good Plug-ins
git
</package>
<package>
GStreamer Good Plug-ins
prerelease
</package>
<origin>
Unknown package origin
</origin>
<elements>
<element>
...
...
docs/plugins/inspect/plugin-autodetect.xml
View file @
1eee6f4e
...
...
@@ -3,10 +3,10 @@
<description>
Plugin contains auto-detection plugins for video/audio in- and outputs
</description>
<filename>
../../gst/autodetect/.libs/libgstautodetect.so
</filename>
<basename>
libgstautodetect.so
</basename>
<version>
0.10.22.
1
</version>
<version>
0.10.22.
2
</version>
<license>
LGPL
</license>
<source>
gst-plugins-good
</source>
<package>
GStreamer Good Plug-ins
git
</package>
<package>
GStreamer Good Plug-ins
prerelease
</package>
<origin>
Unknown package origin
</origin>
<elements>
<element>
...
...
docs/plugins/inspect/plugin-avi.xml
View file @
1eee6f4e
...
...
@@ -3,10 +3,10 @@
<description>
AVI stream handling
</description>
<filename>
../../gst/avi/.libs/libgstavi.so
</filename>
<basename>
libgstavi.so
</basename>
<version>
0.10.22.
1
</version>
<version>
0.10.22.
2
</version>
<license>
LGPL
</license>
<source>
gst-plugins-good
</source>
<package>
GStreamer Good Plug-ins
git
</package>
<package>
GStreamer Good Plug-ins
prerelease
</package>
<origin>
Unknown package origin
</origin>
<elements>
<element>
...
...
@@ -53,7 +53,7 @@
<name>
video_%d
</name>
<direction>
sink
</direction>
<presence>
request
</presence>
<details>
video/x-raw-yuv, format=(fourcc){ YUY2, I420 }, width=(int)[ 16, 4096 ], height=(int)[ 16, 4096 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; image/jpeg, width=(int)[ 16, 4096 ], height=(int)[ 16, 4096 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-divx, width=(int)[ 16, 4096 ], height=(int)[ 16, 4096 ], framerate=(fraction)[ 0/1, 2147483647/1 ], divxversion=(int)[ 3, 5 ]; video/x-xvid, width=(int)[ 16, 4096 ], height=(int)[ 16, 4096 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-3ivx, width=(int)[ 16, 4096 ], height=(int)[ 16, 4096 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-msmpeg, width=(int)[ 16, 4096 ], height=(int)[ 16, 4096 ], framerate=(fraction)[ 0/1, 2147483647/1 ], msmpegversion=(int)[ 41, 43 ]; video/mpeg, width=(int)[ 16, 4096 ], height=(int)[ 16, 4096 ], framerate=(fraction)[ 0/1, 2147483647/1 ], mpegversion=(int){ 1, 2, 4 }, systemstream=(boolean)false; video/x-h263, width=(int)[ 16, 4096 ], height=(int)[ 16, 4096 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-h264, width=(int)[ 16, 4096 ], height=(int)[ 16, 4096 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-dv, width=(int)720, height=(int){ 576, 480 }, framerate=(fraction)[ 0/1, 2147483647/1 ], systemstream=(boolean)false; video/x-huffyuv, width=(int)[ 16, 4096 ], height=(int)[ 16, 4096 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-dirac, width=(int)[ 16, 4096 ], height=(int)[ 16, 4096 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-wmv, width=(int)[ 16, 4096 ], height=(int)[ 16, 4096 ], framerate=(fraction)[ 0/1, 2147483647/1 ], wmvversion=(int)[ 1, 3 ]; image/x-jpc, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]
</details>
<details>
video/x-raw-yuv, format=(fourcc){ YUY2, I420 }, width=(int)[ 16, 4096 ], height=(int)[ 16, 4096 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; image/jpeg, width=(int)[ 16, 4096 ], height=(int)[ 16, 4096 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-divx, width=(int)[ 16, 4096 ], height=(int)[ 16, 4096 ], framerate=(fraction)[ 0/1, 2147483647/1 ], divxversion=(int)[ 3, 5 ]; video/x-xvid, width=(int)[ 16, 4096 ], height=(int)[ 16, 4096 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-3ivx, width=(int)[ 16, 4096 ], height=(int)[ 16, 4096 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-msmpeg, width=(int)[ 16, 4096 ], height=(int)[ 16, 4096 ], framerate=(fraction)[ 0/1, 2147483647/1 ], msmpegversion=(int)[ 41, 43 ]; video/mpeg, width=(int)[ 16, 4096 ], height=(int)[ 16, 4096 ], framerate=(fraction)[ 0/1, 2147483647/1 ], mpegversion=(int){ 1, 2, 4 }, systemstream=(boolean)false; video/x-h263, width=(int)[ 16, 4096 ], height=(int)[ 16, 4096 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-h264, width=(int)[ 16, 4096 ], height=(int)[ 16, 4096 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-dv, width=(int)720, height=(int){ 576, 480 }, framerate=(fraction)[ 0/1, 2147483647/1 ], systemstream=(boolean)false; video/x-huffyuv, width=(int)[ 16, 4096 ], height=(int)[ 16, 4096 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-dirac, width=(int)[ 16, 4096 ], height=(int)[ 16, 4096 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-wmv, width=(int)[ 16, 4096 ], height=(int)[ 16, 4096 ], framerate=(fraction)[ 0/1, 2147483647/1 ], wmvversion=(int)[ 1, 3 ]; image/x-jpc, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1
]; video/x-vp8, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1
]
</details>
</caps>
<caps>
<name>
audio_%d
</name>
...
...
docs/plugins/inspect/plugin-cacasink.xml
View file @
1eee6f4e
...
...
@@ -3,10 +3,10 @@
<description>
Colored ASCII Art video sink
</description>
<filename>
../../ext/libcaca/.libs/libgstcacasink.so
</filename>
<basename>
libgstcacasink.so
</basename>
<version>
0.10.22.
1
</version>
<version>
0.10.22.
2
</version>
<license>
LGPL
</license>
<source>
gst-plugins-good
</source>
<package>
GStreamer Good Plug-ins
git
</package>
<package>
GStreamer Good Plug-ins
prerelease
</package>
<origin>
Unknown package origin
</origin>
<elements>
<element>
...
...
docs/plugins/inspect/plugin-cairo.xml
View file @
1eee6f4e
...
...
@@ -3,10 +3,10 @@
<description>
Cairo-based elements
</description>
<filename>
../../ext/cairo/.libs/libgstcairo.so
</filename>
<basename>
libgstcairo.so
</basename>
<version>
0.10.22.
1
</version>
<version>
0.10.22.
2
</version>
<license>
LGPL
</license>
<source>
gst-plugins-good
</source>
<package>
GStreamer Good Plug-ins
git
</package>
<package>
GStreamer Good Plug-ins
prerelease
</package>
<origin>
Unknown package origin
</origin>
<elements>
<element>
...
...
docs/plugins/inspect/plugin-cutter.xml
View file @
1eee6f4e
...
...
@@ -3,10 +3,10 @@
<description>
Audio Cutter to split audio into non-silent bits
</description>
<filename>
../../gst/cutter/.libs/libgstcutter.so
</filename>
<basename>
libgstcutter.so
</basename>
<version>
0.10.22.
1
</version>
<version>
0.10.22.
2
</version>
<license>
LGPL
</license>
<source>
gst-plugins-good
</source>
<package>
GStreamer Good Plug-ins
git
</package>
<package>
GStreamer Good Plug-ins
prerelease
</package>
<origin>
Unknown package origin
</origin>
<elements>
<element>
...
...
Prev
1
2
3
4
Next
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment