mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-26 17:18:15 +00:00
distcheck fixes
Original commit message from CVS: distcheck fixes
This commit is contained in:
parent
6482f4af8f
commit
6af0c5db4e
32 changed files with 701 additions and 1 deletions
|
@ -512,6 +512,7 @@ dnl # Checks for gtk-doc #
|
|||
dnl ######################
|
||||
|
||||
GTK_DOC_CHECK([1.3])
|
||||
AS_PATH_PYTHON([2.1])
|
||||
|
||||
dnl ############################
|
||||
dnl # Set up some more defines #
|
||||
|
|
|
@ -33,7 +33,6 @@
|
|||
<xi:include href="xml/plugin-flac.xml" />
|
||||
<xi:include href="xml/plugin-gconfelements.xml" />
|
||||
<xi:include href="xml/plugin-goom.xml" />
|
||||
<xi:include href="xml/plugin-gstcoreelements.xml" />
|
||||
<xi:include href="xml/plugin-jpeg.xml" />
|
||||
<xi:include href="xml/plugin-level.xml" />
|
||||
<xi:include href="xml/plugin-mulaw.xml" />
|
||||
|
|
0
docs/plugins/inspect-build.stamp
Normal file
0
docs/plugins/inspect-build.stamp
Normal file
1
docs/plugins/inspect.stamp
Normal file
1
docs/plugins/inspect.stamp
Normal file
|
@ -0,0 +1 @@
|
|||
timestamp
|
21
docs/plugins/inspect/plugin-1394.xml
Normal file
21
docs/plugins/inspect/plugin-1394.xml
Normal file
|
@ -0,0 +1,21 @@
|
|||
<plugin>
|
||||
<name>1394</name>
|
||||
<description>Source for DV data via IEEE1394 interface</description>
|
||||
<filename>../../ext/raw1394/.libs/libgst1394.so</filename>
|
||||
<basename>libgst1394.so</basename>
|
||||
<version>0.9.0.1</version>
|
||||
<license>LGPL</license>
|
||||
<package>GStreamer CVS/prerelease</package>
|
||||
<origin>http://gstreamer.freedesktop.org/</origin>
|
||||
<elements>
|
||||
<element>
|
||||
<name>dv1394src</name>
|
||||
<longname>Firewire (1394) DV Source</longname>
|
||||
<class>Source/Video</class>
|
||||
<description>Source for DV video data from firewire port</description>
|
||||
<author>Erik Walthinsen <omega@temple-baptist.com>
|
||||
Daniel Fischer <dan@f3c.com>
|
||||
Wim Taymans <wim@fluendo.com></author>
|
||||
</element>
|
||||
</elements>
|
||||
</plugin>
|
19
docs/plugins/inspect/plugin-aasink.xml
Normal file
19
docs/plugins/inspect/plugin-aasink.xml
Normal file
|
@ -0,0 +1,19 @@
|
|||
<plugin>
|
||||
<name>aasink</name>
|
||||
<description>ASCII Art video sink</description>
|
||||
<filename>../../ext/aalib/.libs/libgstaasink.so</filename>
|
||||
<basename>libgstaasink.so</basename>
|
||||
<version>0.9.0.1</version>
|
||||
<license>LGPL</license>
|
||||
<package>GStreamer CVS/prerelease</package>
|
||||
<origin>http://gstreamer.freedesktop.org/</origin>
|
||||
<elements>
|
||||
<element>
|
||||
<name>aasink</name>
|
||||
<longname>AA sink</longname>
|
||||
<class>Sink/Video</class>
|
||||
<description>An ASCII art videosink</description>
|
||||
<author>Wim Taymans <wim.taymans@chello.be></author>
|
||||
</element>
|
||||
</elements>
|
||||
</plugin>
|
26
docs/plugins/inspect/plugin-alaw.xml
Normal file
26
docs/plugins/inspect/plugin-alaw.xml
Normal file
|
@ -0,0 +1,26 @@
|
|||
<plugin>
|
||||
<name>alaw</name>
|
||||
<description>ALaw audio conversion routines</description>
|
||||
<filename>../../gst/law/.libs/libgstalaw.so</filename>
|
||||
<basename>libgstalaw.so</basename>
|
||||
<version>0.9.0.1</version>
|
||||
<license>LGPL</license>
|
||||
<package>GStreamer CVS/prerelease</package>
|
||||
<origin>http://gstreamer.freedesktop.org/</origin>
|
||||
<elements>
|
||||
<element>
|
||||
<name>alawdec</name>
|
||||
<longname>A Law to PCM conversion</longname>
|
||||
<class>Codec/Decoder/Audio</class>
|
||||
<description>Convert 8bit A law to 16bit PCM</description>
|
||||
<author>Zaheer Abbas Merali <zaheerabbas at merali dot org></author>
|
||||
</element>
|
||||
<element>
|
||||
<name>alawenc</name>
|
||||
<longname>PCM to A Law conversion</longname>
|
||||
<class>Codec/Encoder/Audio</class>
|
||||
<description>Convert 16bit PCM to 8bit A law</description>
|
||||
<author>Zaheer Abbas Merali <zaheerabbas at merali dot org></author>
|
||||
</element>
|
||||
</elements>
|
||||
</plugin>
|
19
docs/plugins/inspect/plugin-alpha.xml
Normal file
19
docs/plugins/inspect/plugin-alpha.xml
Normal file
|
@ -0,0 +1,19 @@
|
|||
<plugin>
|
||||
<name>alpha</name>
|
||||
<description>resizes a video by adding borders or cropping</description>
|
||||
<filename>../../gst/alpha/.libs/libgstalpha.so</filename>
|
||||
<basename>libgstalpha.so</basename>
|
||||
<version>0.9.0.1</version>
|
||||
<license>LGPL</license>
|
||||
<package>GStreamer CVS/prerelease</package>
|
||||
<origin>http://gstreamer.freedesktop.org/</origin>
|
||||
<elements>
|
||||
<element>
|
||||
<name>alpha</name>
|
||||
<longname>alpha filter</longname>
|
||||
<class>Filter/Effect/Video</class>
|
||||
<description>Adds an alpha channel to video</description>
|
||||
<author>Wim Taymans <wim@fluendo.com></author>
|
||||
</element>
|
||||
</elements>
|
||||
</plugin>
|
26
docs/plugins/inspect/plugin-autodetect.xml
Normal file
26
docs/plugins/inspect/plugin-autodetect.xml
Normal file
|
@ -0,0 +1,26 @@
|
|||
<plugin>
|
||||
<name>autodetect</name>
|
||||
<description>Plugin contains auto-detection plugins for video/audio outputs</description>
|
||||
<filename>../../gst/autodetect/.libs/libgstautodetect.so</filename>
|
||||
<basename>libgstautodetect.so</basename>
|
||||
<version>0.9.0.1</version>
|
||||
<license>LGPL</license>
|
||||
<package>GStreamer CVS/prerelease</package>
|
||||
<origin>http://gstreamer.freedesktop.org/</origin>
|
||||
<elements>
|
||||
<element>
|
||||
<name>autoaudiosink</name>
|
||||
<longname>Auto audio sink</longname>
|
||||
<class>Sink/Audio</class>
|
||||
<description>Audio sink embedding the Auto-settings for audio output</description>
|
||||
<author>Ronald Bultje <rbultje@ronald.bitfreak.net></author>
|
||||
</element>
|
||||
<element>
|
||||
<name>autovideosink</name>
|
||||
<longname>Auto video sink</longname>
|
||||
<class>Sink/Video</class>
|
||||
<description>Video sink embedding the Auto-settings for video output</description>
|
||||
<author>Ronald Bultje <rbultje@ronald.bitfreak.net></author>
|
||||
</element>
|
||||
</elements>
|
||||
</plugin>
|
21
docs/plugins/inspect/plugin-avi.xml
Normal file
21
docs/plugins/inspect/plugin-avi.xml
Normal file
|
@ -0,0 +1,21 @@
|
|||
<plugin>
|
||||
<name>avi</name>
|
||||
<description>AVI stream handling</description>
|
||||
<filename>../../gst/avi/.libs/libgstavi.so</filename>
|
||||
<basename>libgstavi.so</basename>
|
||||
<version>0.9.0.1</version>
|
||||
<license>LGPL</license>
|
||||
<package>GStreamer CVS/prerelease</package>
|
||||
<origin>http://gstreamer.freedesktop.org/</origin>
|
||||
<elements>
|
||||
<element>
|
||||
<name>avidemux</name>
|
||||
<longname>Avi demuxer</longname>
|
||||
<class>Codec/Demuxer</class>
|
||||
<description>Demultiplex an avi file into audio and video</description>
|
||||
<author>Erik Walthinsen <omega@cse.ogi.edu>
|
||||
Wim Taymans <wim.taymans@chello.be>
|
||||
Ronald Bultje <rbultje@ronald.bitfreak.net></author>
|
||||
</element>
|
||||
</elements>
|
||||
</plugin>
|
19
docs/plugins/inspect/plugin-cacasink.xml
Normal file
19
docs/plugins/inspect/plugin-cacasink.xml
Normal file
|
@ -0,0 +1,19 @@
|
|||
<plugin>
|
||||
<name>cacasink</name>
|
||||
<description>Colored ASCII Art video sink</description>
|
||||
<filename>../../ext/libcaca/.libs/libgstcacasink.so</filename>
|
||||
<basename>libgstcacasink.so</basename>
|
||||
<version>0.9.0.1</version>
|
||||
<license>LGPL</license>
|
||||
<package>GStreamer CVS/prerelease</package>
|
||||
<origin>http://gstreamer.freedesktop.org/</origin>
|
||||
<elements>
|
||||
<element>
|
||||
<name>cacasink</name>
|
||||
<longname>CACA sink</longname>
|
||||
<class>Sink/Video</class>
|
||||
<description>A colored ASCII art videosink</description>
|
||||
<author>Zeeshan Ali <zak147@yahoo.com></author>
|
||||
</element>
|
||||
</elements>
|
||||
</plugin>
|
26
docs/plugins/inspect/plugin-dv.xml
Normal file
26
docs/plugins/inspect/plugin-dv.xml
Normal file
|
@ -0,0 +1,26 @@
|
|||
<plugin>
|
||||
<name>dv</name>
|
||||
<description>DV demuxer and decoder based on libdv (libdv.sf.net)</description>
|
||||
<filename>../../ext/dv/.libs/libgstdv.so</filename>
|
||||
<basename>libgstdv.so</basename>
|
||||
<version>0.9.0.1</version>
|
||||
<license>LGPL</license>
|
||||
<package>GStreamer CVS/prerelease</package>
|
||||
<origin>http://gstreamer.freedesktop.org/</origin>
|
||||
<elements>
|
||||
<element>
|
||||
<name>dvdec</name>
|
||||
<longname>DV (smpte314) decoder plugin</longname>
|
||||
<class>Codec/Decoder/Video</class>
|
||||
<description>Uses libdv to decode DV video (libdv.sourceforge.net)</description>
|
||||
<author>Erik Walthinsen <omega@cse.ogi.edu>,Wim Taymans <wim@fluendo.com></author>
|
||||
</element>
|
||||
<element>
|
||||
<name>dvdemux</name>
|
||||
<longname>DV system stream demuxer</longname>
|
||||
<class>Codec/Demuxer</class>
|
||||
<description>Uses libdv to separate DV audio from DV video</description>
|
||||
<author>Erik Walthinsen <omega@cse.ogi.edu>, Wim Taymans <wim@fluendo.com></author>
|
||||
</element>
|
||||
</elements>
|
||||
</plugin>
|
68
docs/plugins/inspect/plugin-effectv.xml
Normal file
68
docs/plugins/inspect/plugin-effectv.xml
Normal file
|
@ -0,0 +1,68 @@
|
|||
<plugin>
|
||||
<name>effectv</name>
|
||||
<description>effect plugins from the effectv project</description>
|
||||
<filename>../../gst/effectv/.libs/libgsteffectv.so</filename>
|
||||
<basename>libgsteffectv.so</basename>
|
||||
<version>0.9.0.1</version>
|
||||
<license>LGPL</license>
|
||||
<package>GStreamer CVS/prerelease</package>
|
||||
<origin>http://gstreamer.freedesktop.org/</origin>
|
||||
<elements>
|
||||
<element>
|
||||
<name>agingTV</name>
|
||||
<longname>AgingTV</longname>
|
||||
<class>Filter/Effect/Video</class>
|
||||
<description>AgingTV adds age to video input using scratches and dust</description>
|
||||
<author>Sam Lantinga <slouken@devolution.com></author>
|
||||
</element>
|
||||
<element>
|
||||
<name>diceTV</name>
|
||||
<longname>DiceTV</longname>
|
||||
<class>Filter/Effect/Video</class>
|
||||
<description>'Dices' the screen up into many small squares</description>
|
||||
<author>Wim Taymans <wim.taymans@chello.be></author>
|
||||
</element>
|
||||
<element>
|
||||
<name>edgeTV</name>
|
||||
<longname>EdgeTV</longname>
|
||||
<class>Filter/Effect/Video</class>
|
||||
<description>Apply edge detect on video</description>
|
||||
<author>Wim Taymans <wim.taymans@chello.be></author>
|
||||
</element>
|
||||
<element>
|
||||
<name>quarkTV</name>
|
||||
<longname>QuarkTV</longname>
|
||||
<class>Filter/Effect/Video</class>
|
||||
<description>Motion dissolver</description>
|
||||
<author>FUKUCHI, Kentarou <fukuchi@users.sourceforge.net></author>
|
||||
</element>
|
||||
<element>
|
||||
<name>revTV</name>
|
||||
<longname>RevTV</longname>
|
||||
<class>Filter/Effect/Video</class>
|
||||
<description>A video waveform monitor for each line of video processed</description>
|
||||
<author>Wim Taymans <wim.taymans@chello.be></author>
|
||||
</element>
|
||||
<element>
|
||||
<name>shagadelicTV</name>
|
||||
<longname>ShagadelicTV</longname>
|
||||
<class>Filter/Effect/Video</class>
|
||||
<description>Oh behave, ShagedelicTV makes images shagadelic!</description>
|
||||
<author>Wim Taymans <wim.taymans@chello.be></author>
|
||||
</element>
|
||||
<element>
|
||||
<name>vertigoTV</name>
|
||||
<longname>VertigoTV</longname>
|
||||
<class>Filter/Effect/Video</class>
|
||||
<description>A loopback alpha blending effector with rotating and scaling</description>
|
||||
<author>Wim Taymans <wim.taymans@chello.be></author>
|
||||
</element>
|
||||
<element>
|
||||
<name>warpTV</name>
|
||||
<longname>WarpTV</longname>
|
||||
<class>Filter/Effect/Video</class>
|
||||
<description>WarpTV does realtime goo'ing of the video input</description>
|
||||
<author>Sam Lantinga <slouken@devolution.com></author>
|
||||
</element>
|
||||
</elements>
|
||||
</plugin>
|
19
docs/plugins/inspect/plugin-esdsink.xml
Normal file
19
docs/plugins/inspect/plugin-esdsink.xml
Normal file
|
@ -0,0 +1,19 @@
|
|||
<plugin>
|
||||
<name>esdsink</name>
|
||||
<description>ESD Element Plugins</description>
|
||||
<filename>../../ext/esd/.libs/libgstesd.so</filename>
|
||||
<basename>libgstesd.so</basename>
|
||||
<version>0.9.0.1</version>
|
||||
<license>LGPL</license>
|
||||
<package>GStreamer CVS/prerelease</package>
|
||||
<origin>http://gstreamer.freedesktop.org/</origin>
|
||||
<elements>
|
||||
<element>
|
||||
<name>esdsink</name>
|
||||
<longname>Esound audio sink</longname>
|
||||
<class>Sink/Audio</class>
|
||||
<description>Plays audio to an esound server</description>
|
||||
<author>Arwed von Merkatz <v.merkatz@gmx.net></author>
|
||||
</element>
|
||||
</elements>
|
||||
</plugin>
|
19
docs/plugins/inspect/plugin-fdsrc.xml
Normal file
19
docs/plugins/inspect/plugin-fdsrc.xml
Normal file
|
@ -0,0 +1,19 @@
|
|||
<plugin>
|
||||
<name>fdsrc</name>
|
||||
<description>A source that reads from a file descriptor</description>
|
||||
<filename>../../gst/fdsrc/.libs/libgstfdsrc.so</filename>
|
||||
<basename>libgstfdsrc.so</basename>
|
||||
<version>0.9.0.1</version>
|
||||
<license>LGPL</license>
|
||||
<package>GStreamer CVS/prerelease</package>
|
||||
<origin>http://gstreamer.freedesktop.org/</origin>
|
||||
<elements>
|
||||
<element>
|
||||
<name>fdsrc</name>
|
||||
<longname>Disk Source</longname>
|
||||
<class>Source/File</class>
|
||||
<description>Synchronous read from a file</description>
|
||||
<author>Erik Walthinsen <omega@cse.ogi.edu></author>
|
||||
</element>
|
||||
</elements>
|
||||
</plugin>
|
19
docs/plugins/inspect/plugin-flac.xml
Normal file
19
docs/plugins/inspect/plugin-flac.xml
Normal file
|
@ -0,0 +1,19 @@
|
|||
<plugin>
|
||||
<name>flac</name>
|
||||
<description>The FLAC Lossless compressor Codec</description>
|
||||
<filename>../../ext/flac/.libs/libgstflac.so</filename>
|
||||
<basename>libgstflac.so</basename>
|
||||
<version>0.9.0.1</version>
|
||||
<license>LGPL</license>
|
||||
<package>GStreamer CVS/prerelease</package>
|
||||
<origin>http://gstreamer.freedesktop.org/</origin>
|
||||
<elements>
|
||||
<element>
|
||||
<name>flacdec</name>
|
||||
<longname>FLAC decoder</longname>
|
||||
<class>Codec/Decoder/Audio</class>
|
||||
<description>Decodes FLAC lossless audio streams</description>
|
||||
<author>Wim Taymans <wim.taymans@chello.be></author>
|
||||
</element>
|
||||
</elements>
|
||||
</plugin>
|
26
docs/plugins/inspect/plugin-gconfelements.xml
Normal file
26
docs/plugins/inspect/plugin-gconfelements.xml
Normal file
|
@ -0,0 +1,26 @@
|
|||
<plugin>
|
||||
<name>gconfelements</name>
|
||||
<description>elements wrapping the GStreamer/GConf audio/video output settings</description>
|
||||
<filename>../../ext/gconf/.libs/libgstgconfelements.so</filename>
|
||||
<basename>libgstgconfelements.so</basename>
|
||||
<version>0.9.0.1</version>
|
||||
<license>LGPL</license>
|
||||
<package>GStreamer CVS/prerelease</package>
|
||||
<origin>http://gstreamer.freedesktop.org/</origin>
|
||||
<elements>
|
||||
<element>
|
||||
<name>gconfaudiosink</name>
|
||||
<longname>GConf audio sink</longname>
|
||||
<class>Sink/Audio</class>
|
||||
<description>Audio sink embedding the GConf-settings for audio output</description>
|
||||
<author>Ronald Bultje <rbultje@ronald.bitfreak.net></author>
|
||||
</element>
|
||||
<element>
|
||||
<name>gconfvideosink</name>
|
||||
<longname>GConf video sink</longname>
|
||||
<class>Sink/Video</class>
|
||||
<description>Video sink embedding the GConf-settings for video output</description>
|
||||
<author>Ronald Bultje <rbultje@ronald.bitfreak.net></author>
|
||||
</element>
|
||||
</elements>
|
||||
</plugin>
|
19
docs/plugins/inspect/plugin-goom.xml
Normal file
19
docs/plugins/inspect/plugin-goom.xml
Normal file
|
@ -0,0 +1,19 @@
|
|||
<plugin>
|
||||
<name>goom</name>
|
||||
<description>GOOM visualization filter</description>
|
||||
<filename>../../gst/goom/.libs/libgstgoom.so</filename>
|
||||
<basename>libgstgoom.so</basename>
|
||||
<version>0.9.0.1</version>
|
||||
<license>LGPL</license>
|
||||
<package>GStreamer CVS/prerelease</package>
|
||||
<origin>http://gstreamer.freedesktop.org/</origin>
|
||||
<elements>
|
||||
<element>
|
||||
<name>goom</name>
|
||||
<longname>GOOM: what a GOOM!</longname>
|
||||
<class>Visualization</class>
|
||||
<description>Takes frames of data and outputs video frames using the GOOM filter</description>
|
||||
<author>Wim Taymans <wim.taymans@chello.be></author>
|
||||
</element>
|
||||
</elements>
|
||||
</plugin>
|
19
docs/plugins/inspect/plugin-jpeg.xml
Normal file
19
docs/plugins/inspect/plugin-jpeg.xml
Normal file
|
@ -0,0 +1,19 @@
|
|||
<plugin>
|
||||
<name>jpeg</name>
|
||||
<description>JPeg plugin library</description>
|
||||
<filename>../../ext/jpeg/.libs/libgstjpeg.so</filename>
|
||||
<basename>libgstjpeg.so</basename>
|
||||
<version>0.9.0.1</version>
|
||||
<license>LGPL</license>
|
||||
<package>GStreamer CVS/prerelease</package>
|
||||
<origin>http://gstreamer.freedesktop.org/</origin>
|
||||
<elements>
|
||||
<element>
|
||||
<name>jpegdec</name>
|
||||
<longname>JPEG image decoder</longname>
|
||||
<class>Codec/Decoder/Image</class>
|
||||
<description>Decode images from JPEG format</description>
|
||||
<author>Wim Taymans <wim.taymans@tvd.be></author>
|
||||
</element>
|
||||
</elements>
|
||||
</plugin>
|
19
docs/plugins/inspect/plugin-level.xml
Normal file
19
docs/plugins/inspect/plugin-level.xml
Normal file
|
@ -0,0 +1,19 @@
|
|||
<plugin>
|
||||
<name>level</name>
|
||||
<description>Audio level plugin</description>
|
||||
<filename>../../gst/level/.libs/libgstlevel.so</filename>
|
||||
<basename>libgstlevel.so</basename>
|
||||
<version>0.9.0.1</version>
|
||||
<license>LGPL</license>
|
||||
<package>GStreamer CVS/prerelease</package>
|
||||
<origin>http://gstreamer.freedesktop.org/</origin>
|
||||
<elements>
|
||||
<element>
|
||||
<name>level</name>
|
||||
<longname>Level</longname>
|
||||
<class>Filter/Analyzer/Audio</class>
|
||||
<description>RMS/Peak/Decaying Peak Level messager for audio/raw</description>
|
||||
<author>Thomas <thomas@apestaart.org></author>
|
||||
</element>
|
||||
</elements>
|
||||
</plugin>
|
26
docs/plugins/inspect/plugin-mulaw.xml
Normal file
26
docs/plugins/inspect/plugin-mulaw.xml
Normal file
|
@ -0,0 +1,26 @@
|
|||
<plugin>
|
||||
<name>mulaw</name>
|
||||
<description>MuLaw audio conversion routines</description>
|
||||
<filename>../../gst/law/.libs/libgstmulaw.so</filename>
|
||||
<basename>libgstmulaw.so</basename>
|
||||
<version>0.9.0.1</version>
|
||||
<license>LGPL</license>
|
||||
<package>GStreamer CVS/prerelease</package>
|
||||
<origin>http://gstreamer.freedesktop.org/</origin>
|
||||
<elements>
|
||||
<element>
|
||||
<name>mulawdec</name>
|
||||
<longname>Mu Law to PCM conversion</longname>
|
||||
<class>Codec/Decoder/Audio</class>
|
||||
<description>Convert 8bit mu law to 16bit PCM</description>
|
||||
<author>Zaheer Abbas Merali <zaheerabbas at merali dot org></author>
|
||||
</element>
|
||||
<element>
|
||||
<name>mulawenc</name>
|
||||
<longname>PCM to Mu Law conversion</longname>
|
||||
<class>Codec/Encoder/Audio</class>
|
||||
<description>Convert 16bit PCM to 8bit mu law</description>
|
||||
<author>Zaheer Abbas Merali <zaheerabbas at merali dot org></author>
|
||||
</element>
|
||||
</elements>
|
||||
</plugin>
|
33
docs/plugins/inspect/plugin-ossaudio.xml
Normal file
33
docs/plugins/inspect/plugin-ossaudio.xml
Normal file
|
@ -0,0 +1,33 @@
|
|||
<plugin>
|
||||
<name>ossaudio</name>
|
||||
<description>OSS (Open Sound System) support for GStreamer</description>
|
||||
<filename>../../sys/oss/.libs/libgstossaudio.so</filename>
|
||||
<basename>libgstossaudio.so</basename>
|
||||
<version>0.9.0.1</version>
|
||||
<license>LGPL</license>
|
||||
<package>GStreamer CVS/prerelease</package>
|
||||
<origin>http://gstreamer.freedesktop.org/</origin>
|
||||
<elements>
|
||||
<element>
|
||||
<name>ossmixer</name>
|
||||
<longname>OSS Mixer</longname>
|
||||
<class>Generic/Audio</class>
|
||||
<description>Control sound input and output levels with OSS</description>
|
||||
<author>Andrew Vander Wingo <wingo@pobox.com></author>
|
||||
</element>
|
||||
<element>
|
||||
<name>osssink</name>
|
||||
<longname>Audio Sink (OSS)</longname>
|
||||
<class>Sink/Audio</class>
|
||||
<description>Output to a sound card via OSS</description>
|
||||
<author>Erik Walthinsen <omega@cse.ogi.edu>, Wim Taymans <wim.taymans@chello.be></author>
|
||||
</element>
|
||||
<element>
|
||||
<name>osssrc</name>
|
||||
<longname>Audio Source (OSS)</longname>
|
||||
<class>Source/Audio</class>
|
||||
<description>Capture from a sound card via OSS</description>
|
||||
<author>Erik Walthinsen <omega@cse.ogi.edu>, Wim Taymans <wim@fluendo.com></author>
|
||||
</element>
|
||||
</elements>
|
||||
</plugin>
|
19
docs/plugins/inspect/plugin-png.xml
Normal file
19
docs/plugins/inspect/plugin-png.xml
Normal file
|
@ -0,0 +1,19 @@
|
|||
<plugin>
|
||||
<name>png</name>
|
||||
<description>PNG plugin library</description>
|
||||
<filename>../../ext/libpng/.libs/libgstpng.so</filename>
|
||||
<basename>libgstpng.so</basename>
|
||||
<version>0.9.0.1</version>
|
||||
<license>LGPL</license>
|
||||
<package>GStreamer CVS/prerelease</package>
|
||||
<origin>http://gstreamer.freedesktop.org/</origin>
|
||||
<elements>
|
||||
<element>
|
||||
<name>pngenc</name>
|
||||
<longname>PNG encoder</longname>
|
||||
<class>Codec/Encoder/Image</class>
|
||||
<description>Encode a video frame to a .png image</description>
|
||||
<author>Jeremy SIMON <jsimon13@yahoo.fr></author>
|
||||
</element>
|
||||
</elements>
|
||||
</plugin>
|
61
docs/plugins/inspect/plugin-rtp.xml
Normal file
61
docs/plugins/inspect/plugin-rtp.xml
Normal file
|
@ -0,0 +1,61 @@
|
|||
<plugin>
|
||||
<name>rtp</name>
|
||||
<description>Real-time protocol plugins</description>
|
||||
<filename>../../gst/rtp/.libs/libgstrtp.so</filename>
|
||||
<basename>libgstrtp.so</basename>
|
||||
<version>0.9.0.1</version>
|
||||
<license>GPL</license>
|
||||
<package>GStreamer CVS/prerelease</package>
|
||||
<origin>http://gstreamer.freedesktop.org/</origin>
|
||||
<elements>
|
||||
<element>
|
||||
<name>rtpamrdec</name>
|
||||
<longname>RTP packet parser</longname>
|
||||
<class>Codec/Parser/Network</class>
|
||||
<description>Extracts MPEG audio from RTP packets</description>
|
||||
<author>Wim Taymans <wim@fluendo.com></author>
|
||||
</element>
|
||||
<element>
|
||||
<name>rtpamrenc</name>
|
||||
<longname>RTP packet parser</longname>
|
||||
<class>Codec/Parser/Network</class>
|
||||
<description>Encode AMR audio into RTP packets</description>
|
||||
<author>Wim Taymans <wim@fluendo.com></author>
|
||||
</element>
|
||||
<element>
|
||||
<name>rtpdec</name>
|
||||
<longname>RTP Decoder</longname>
|
||||
<class>Codec/Parser/Network</class>
|
||||
<description>Accepts raw RTP and RTCP packets and sends them forward</description>
|
||||
<author>Wim Taymans <wim@fluendo.com></author>
|
||||
</element>
|
||||
<element>
|
||||
<name>rtph263pdec</name>
|
||||
<longname>RTP packet parser</longname>
|
||||
<class>Codec/Parser/Network</class>
|
||||
<description>Extracts H263+ video from RTP packets (RFC 2429)</description>
|
||||
<author>Wim Taymans <wim@fluendo.com></author>
|
||||
</element>
|
||||
<element>
|
||||
<name>rtph263penc</name>
|
||||
<longname>RTP packet parser</longname>
|
||||
<class>Codec/Parser/Network</class>
|
||||
<description>Extracts H263+ video from RTP packets</description>
|
||||
<author>Wim Taymans <wim@fluendo.com></author>
|
||||
</element>
|
||||
<element>
|
||||
<name>rtpmpadec</name>
|
||||
<longname>RTP packet parser</longname>
|
||||
<class>Codec/Parser/Network</class>
|
||||
<description>Extracts MPEG audio from RTP packets</description>
|
||||
<author>Wim Taymans <wim@fluendo.com></author>
|
||||
</element>
|
||||
<element>
|
||||
<name>rtpmpaenc</name>
|
||||
<longname>RTP packet parser</longname>
|
||||
<class>Codec/Parser/Network</class>
|
||||
<description>Encode MPEG audio as RTP packets</description>
|
||||
<author>Wim Taymans <wim@fluendo.com></author>
|
||||
</element>
|
||||
</elements>
|
||||
</plugin>
|
19
docs/plugins/inspect/plugin-rtsp.xml
Normal file
19
docs/plugins/inspect/plugin-rtsp.xml
Normal file
|
@ -0,0 +1,19 @@
|
|||
<plugin>
|
||||
<name>rtsp</name>
|
||||
<description>transfer data via RTSP</description>
|
||||
<filename>../../gst/rtsp/.libs/libgstrtsp.so</filename>
|
||||
<basename>libgstrtsp.so</basename>
|
||||
<version>0.9.0.1</version>
|
||||
<license>LGPL</license>
|
||||
<package>GStreamer CVS/prerelease</package>
|
||||
<origin>http://gstreamer.freedesktop.org/</origin>
|
||||
<elements>
|
||||
<element>
|
||||
<name>rtspsrc</name>
|
||||
<longname>RTSP packet receiver</longname>
|
||||
<class>Source/Network</class>
|
||||
<description>Receive data over the network via RTSP</description>
|
||||
<author>Wim Taymans <wim@fluendo.com></author>
|
||||
</element>
|
||||
</elements>
|
||||
</plugin>
|
21
docs/plugins/inspect/plugin-shout2send.xml
Normal file
21
docs/plugins/inspect/plugin-shout2send.xml
Normal file
|
@ -0,0 +1,21 @@
|
|||
<plugin>
|
||||
<name>shout2send</name>
|
||||
<description>Sends data to an icecast server using libshout2</description>
|
||||
<filename>../../ext/shout2/.libs/libgstshout2.so</filename>
|
||||
<basename>libgstshout2.so</basename>
|
||||
<version>0.9.0.1</version>
|
||||
<license>LGPL</license>
|
||||
<package>libshout2</package>
|
||||
<origin>http://www.icecast.org/download.html</origin>
|
||||
<elements>
|
||||
<element>
|
||||
<name>shout2send</name>
|
||||
<longname>An Icecast plugin</longname>
|
||||
<class>Sink/Network</class>
|
||||
<description>Sends data to an icecast server</description>
|
||||
<author>Wim Taymans <wim.taymans@chello.be>
|
||||
Pedro Corte-Real <typo@netcabo.pt>
|
||||
Zaheer Abbas Merali <zaheerabbas at merali dot org></author>
|
||||
</element>
|
||||
</elements>
|
||||
</plugin>
|
19
docs/plugins/inspect/plugin-smpte.xml
Normal file
19
docs/plugins/inspect/plugin-smpte.xml
Normal file
|
@ -0,0 +1,19 @@
|
|||
<plugin>
|
||||
<name>smpte</name>
|
||||
<description>Apply the standard SMPTE transitions on video images</description>
|
||||
<filename>../../gst/smpte/.libs/libgstsmpte.so</filename>
|
||||
<basename>libgstsmpte.so</basename>
|
||||
<version>0.9.0.1</version>
|
||||
<license>LGPL</license>
|
||||
<package>GStreamer CVS/prerelease</package>
|
||||
<origin>http://gstreamer.freedesktop.org/</origin>
|
||||
<elements>
|
||||
<element>
|
||||
<name>smpte</name>
|
||||
<longname>SMPTE transitions</longname>
|
||||
<class>Filter/Editor/Video</class>
|
||||
<description>Apply the standard SMPTE transitions on video images</description>
|
||||
<author>Wim Taymans <wim.taymans@chello.be></author>
|
||||
</element>
|
||||
</elements>
|
||||
</plugin>
|
19
docs/plugins/inspect/plugin-speex.xml
Normal file
19
docs/plugins/inspect/plugin-speex.xml
Normal file
|
@ -0,0 +1,19 @@
|
|||
<plugin>
|
||||
<name>speex</name>
|
||||
<description>Speex plugin library</description>
|
||||
<filename>../../ext/speex/.libs/libgstspeex.so</filename>
|
||||
<basename>libgstspeex.so</basename>
|
||||
<version>0.9.0.1</version>
|
||||
<license>LGPL</license>
|
||||
<package>GStreamer CVS/prerelease</package>
|
||||
<origin>http://gstreamer.freedesktop.org/</origin>
|
||||
<elements>
|
||||
<element>
|
||||
<name>speexdec</name>
|
||||
<longname>SpeexDec</longname>
|
||||
<class>Codec/Decoder/Audio</class>
|
||||
<description>decode speex streams to audio</description>
|
||||
<author>Wim Taymans <wim@fluendo.com></author>
|
||||
</element>
|
||||
</elements>
|
||||
</plugin>
|
40
docs/plugins/inspect/plugin-udp.xml
Normal file
40
docs/plugins/inspect/plugin-udp.xml
Normal file
|
@ -0,0 +1,40 @@
|
|||
<plugin>
|
||||
<name>udp</name>
|
||||
<description>transfer data via UDP</description>
|
||||
<filename>../../gst/udp/.libs/libgstudp.so</filename>
|
||||
<basename>libgstudp.so</basename>
|
||||
<version>0.9.0.1</version>
|
||||
<license>LGPL</license>
|
||||
<package>GStreamer CVS/prerelease</package>
|
||||
<origin>http://gstreamer.freedesktop.org/</origin>
|
||||
<elements>
|
||||
<element>
|
||||
<name>dynudpsink</name>
|
||||
<longname>UDP packet sender</longname>
|
||||
<class>Sink/Network</class>
|
||||
<description>Send data over the network via UDP</description>
|
||||
<author>Philippe Khalaf <burger@speedy.org></author>
|
||||
</element>
|
||||
<element>
|
||||
<name>multiudpsink</name>
|
||||
<longname>UDP packet sender</longname>
|
||||
<class>Sink/Network</class>
|
||||
<description>Send data over the network via UDP</description>
|
||||
<author>Wim Taymans <wim@fluendo.com></author>
|
||||
</element>
|
||||
<element>
|
||||
<name>udpsink</name>
|
||||
<longname>UDP packet sender</longname>
|
||||
<class>Sink/Network</class>
|
||||
<description>Send data over the network via UDP</description>
|
||||
<author>Wim Taymans <wim@fluendo.com></author>
|
||||
</element>
|
||||
<element>
|
||||
<name>udpsrc</name>
|
||||
<longname>UDP packet receiver</longname>
|
||||
<class>Source/Network</class>
|
||||
<description>Receive data over the network via UDP</description>
|
||||
<author>Wim Taymans <wim@fluendo.com></author>
|
||||
</element>
|
||||
</elements>
|
||||
</plugin>
|
19
docs/plugins/inspect/plugin-videobox.xml
Normal file
19
docs/plugins/inspect/plugin-videobox.xml
Normal file
|
@ -0,0 +1,19 @@
|
|||
<plugin>
|
||||
<name>videobox</name>
|
||||
<description>resizes a video by adding borders or cropping</description>
|
||||
<filename>../../gst/videobox/.libs/libgstvideobox.so</filename>
|
||||
<basename>libgstvideobox.so</basename>
|
||||
<version>0.9.0.1</version>
|
||||
<license>LGPL</license>
|
||||
<package>GStreamer CVS/prerelease</package>
|
||||
<origin>http://gstreamer.freedesktop.org/</origin>
|
||||
<elements>
|
||||
<element>
|
||||
<name>videobox</name>
|
||||
<longname>video box filter</longname>
|
||||
<class>Filter/Effect/Video</class>
|
||||
<description>Resizes a video by adding borders or cropping</description>
|
||||
<author>Wim Taymans <wim@fluendo.com></author>
|
||||
</element>
|
||||
</elements>
|
||||
</plugin>
|
19
docs/plugins/inspect/plugin-videoflip.xml
Normal file
19
docs/plugins/inspect/plugin-videoflip.xml
Normal file
|
@ -0,0 +1,19 @@
|
|||
<plugin>
|
||||
<name>videoflip</name>
|
||||
<description>Flips and rotates video</description>
|
||||
<filename>../../gst/videofilter/.libs/libgstvideoflip.so</filename>
|
||||
<basename>libgstvideoflip.so</basename>
|
||||
<version>0.9.0.1</version>
|
||||
<license>LGPL</license>
|
||||
<package>GStreamer CVS/prerelease</package>
|
||||
<origin>http://gstreamer.freedesktop.org/</origin>
|
||||
<elements>
|
||||
<element>
|
||||
<name>videoflip</name>
|
||||
<longname>Video Flipper</longname>
|
||||
<class>Filter/Effect/Video</class>
|
||||
<description>Flips and rotates video</description>
|
||||
<author>David Schleef <ds@schleef.org></author>
|
||||
</element>
|
||||
</elements>
|
||||
</plugin>
|
19
docs/plugins/inspect/plugin-wavparse.xml
Normal file
19
docs/plugins/inspect/plugin-wavparse.xml
Normal file
|
@ -0,0 +1,19 @@
|
|||
<plugin>
|
||||
<name>wavparse</name>
|
||||
<description>Parse a .wav file into raw audio</description>
|
||||
<filename>../../gst/wavparse/.libs/libgstwavparse.so</filename>
|
||||
<basename>libgstwavparse.so</basename>
|
||||
<version>0.9.0.1</version>
|
||||
<license>LGPL</license>
|
||||
<package>GStreamer CVS/prerelease</package>
|
||||
<origin>http://gstreamer.freedesktop.org/</origin>
|
||||
<elements>
|
||||
<element>
|
||||
<name>wavparse</name>
|
||||
<longname>.wav demuxer</longname>
|
||||
<class>Codec/Demuxer/Audio</class>
|
||||
<description>Parse a .wav file into raw audio</description>
|
||||
<author>Erik Walthinsen <omega@cse.ogi.edu></author>
|
||||
</element>
|
||||
</elements>
|
||||
</plugin>
|
Loading…
Reference in a new issue