mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-17 11:45:25 +00:00
docs for ugly plugins
Original commit message from CVS: docs for ugly plugins
This commit is contained in:
parent
610d32dd23
commit
455ea96b5c
13 changed files with 144 additions and 17 deletions
18
Makefile.am
18
Makefile.am
|
@ -1,4 +1,6 @@
|
|||
SUBDIRS = \
|
||||
DISTCHECK_CONFIGURE_FLAGS=--enable-gtk-doc
|
||||
|
||||
SUBDIRS = \
|
||||
gst ext docs m4 common
|
||||
|
||||
EXTRA_DIST = \
|
||||
|
@ -8,17 +10,5 @@ EXTRA_DIST = \
|
|||
|
||||
DISTCLEANFILES = _stdint.h
|
||||
|
||||
# check that no marshal or enumtypes files are included
|
||||
# this in turn ensures that distcheck fails for missing .list files which is currently
|
||||
# shadowed when the corresponding .c and .h files are included.
|
||||
distcheck-hook:
|
||||
@test "x" = "x`find $(distdir) -name \*-enumtypes.[ch]`" && \
|
||||
test "x" = "x`find $(distdir) -name \*-marshal.[ch]`" || \
|
||||
( $(ECHO) "*** Leftover enumtypes or marshal files in the tarball." && \
|
||||
$(ECHO) "*** Make sure the following files are not disted:" && \
|
||||
find $(distdir) -name \*-enumtypes.[ch] && \
|
||||
find $(distdir) -name \*-marshal.[ch] && \
|
||||
false )
|
||||
|
||||
# include $(top_srcdir)/common/release.mak
|
||||
include $(top_srcdir)/common/release.mak
|
||||
# include $(top_srcdir)/common/po.mak
|
||||
|
|
|
@ -25,7 +25,7 @@ then
|
|||
fi
|
||||
. common/gst-autogen.sh
|
||||
|
||||
CONFIGURE_DEF_OPT='--enable-maintainer-mode --enable-plugin-builddir --enable-debug --enable-DEBUG'
|
||||
CONFIGURE_DEF_OPT='--enable-maintainer-mode --enable-gtk-doc'
|
||||
|
||||
autogen_options $@
|
||||
|
||||
|
|
2
common
2
common
|
@ -1 +1 @@
|
|||
Subproject commit cd012821aa2e4f6247f4cd6dee14116f86421a7e
|
||||
Subproject commit 54886902497be267fe1f1a3f9c4dc0245bc46175
|
|
@ -331,6 +331,7 @@ dnl # Checks for gtk-doc #
|
|||
dnl ######################
|
||||
|
||||
GTK_DOC_CHECK([1.3])
|
||||
AS_PATH_PYTHON([2.1])
|
||||
|
||||
dnl ############################
|
||||
dnl # Set up some more defines #
|
||||
|
|
|
@ -18,7 +18,6 @@
|
|||
<title>gst-plugins-ugly Plugins</title>
|
||||
|
||||
<xi:include href="xml/plugin-dvdlpcmdec.xml" />
|
||||
<xi:include href="xml/plugin-gstcoreelements.xml" />
|
||||
<xi:include href="xml/plugin-lame.xml" />
|
||||
<xi:include href="xml/plugin-mad.xml" />
|
||||
<xi:include href="xml/plugin-mpegaudioparse.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
|
20
docs/plugins/inspect/plugin-dvdlpcmdec.xml
Normal file
20
docs/plugins/inspect/plugin-dvdlpcmdec.xml
Normal file
|
@ -0,0 +1,20 @@
|
|||
<plugin>
|
||||
<name>dvdlpcmdec</name>
|
||||
<description>Decode DVD LPCM frames into standard PCM</description>
|
||||
<filename>../../gst/dvdlpcmdec/.libs/libgstdvdlpcmdec.so</filename>
|
||||
<basename>libgstdvdlpcmdec.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>dvdlpcmdec</name>
|
||||
<longname>DVD LPCM Audio decoder</longname>
|
||||
<class>Codec/Demuxer/Audio</class>
|
||||
<description>Decode DVD LPCM frames into standard PCM audio</description>
|
||||
<author>Jan Schmidt <jan@noraisin.net>
|
||||
Michael Smith <msmith@fluendo.com></author>
|
||||
</element>
|
||||
</elements>
|
||||
</plugin>
|
19
docs/plugins/inspect/plugin-iec958.xml
Normal file
19
docs/plugins/inspect/plugin-iec958.xml
Normal file
|
@ -0,0 +1,19 @@
|
|||
<plugin>
|
||||
<name>iec958</name>
|
||||
<description>Conversion elements to the iec958 SP/DIF format</description>
|
||||
<filename>../../gst/iec958/.libs/libgstiec958.so</filename>
|
||||
<basename>libgstiec958.so</basename>
|
||||
<version>0.9.0.1</version>
|
||||
<license>LGPL</license>
|
||||
<package>gst-plugins-ugly</package>
|
||||
<origin>http://seamless.sourceforge.net</origin>
|
||||
<elements>
|
||||
<element>
|
||||
<name>ac3iec958</name>
|
||||
<longname>AC3 to IEC958 filter</longname>
|
||||
<class>audio/x-private1-ac3</class>
|
||||
<description>Pads AC3 frames into IEC958 frames suitable for a raw SP/DIF interface</description>
|
||||
<author>Martin Soto <martinsoto@users.sourceforge.net></author>
|
||||
</element>
|
||||
</elements>
|
||||
</plugin>
|
19
docs/plugins/inspect/plugin-lame.xml
Normal file
19
docs/plugins/inspect/plugin-lame.xml
Normal file
|
@ -0,0 +1,19 @@
|
|||
<plugin>
|
||||
<name>lame</name>
|
||||
<description>Encode MP3's with LAME</description>
|
||||
<filename>../../ext/lame/.libs/libgstlame.so</filename>
|
||||
<basename>libgstlame.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>lame</name>
|
||||
<longname>L.A.M.E. mp3 encoder</longname>
|
||||
<class>Codec/Encoder/Audio</class>
|
||||
<description>High-quality free MP3 encoder</description>
|
||||
<author>Erik Walthinsen <omega@cse.ogi.edu>, Wim Taymans <wim@fluendo.com></author>
|
||||
</element>
|
||||
</elements>
|
||||
</plugin>
|
40
docs/plugins/inspect/plugin-mad.xml
Normal file
40
docs/plugins/inspect/plugin-mad.xml
Normal file
|
@ -0,0 +1,40 @@
|
|||
<plugin>
|
||||
<name>mad</name>
|
||||
<description>id3 tag manipulation and mp3 decoding based on the mad library</description>
|
||||
<filename>../../ext/mad/.libs/libgstmad.so</filename>
|
||||
<basename>libgstmad.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>id3demux</name>
|
||||
<longname>id3 tag extractor</longname>
|
||||
<class>Codec/Demuxer/Audio</class>
|
||||
<description>Extract ID3 tagging information</description>
|
||||
<author>Benjamin Otte <otte@gnome.org></author>
|
||||
</element>
|
||||
<element>
|
||||
<name>id3mux</name>
|
||||
<longname>id3 muxer</longname>
|
||||
<class>Codec/Muxer/Audio</class>
|
||||
<description>Add ID3 tagging information</description>
|
||||
<author>Benjamin Otte <otte@gnome.org></author>
|
||||
</element>
|
||||
<element>
|
||||
<name>id3tag</name>
|
||||
<longname>id3 tag extractor</longname>
|
||||
<class>Tag</class>
|
||||
<description>Extract tagging information from mp3s</description>
|
||||
<author>Benjamin Otte <otte@gnome.org></author>
|
||||
</element>
|
||||
<element>
|
||||
<name>mad</name>
|
||||
<longname>mad mp3 decoder</longname>
|
||||
<class>Codec/Decoder/Audio</class>
|
||||
<description>Uses mad code to decode mp3 streams</description>
|
||||
<author>Wim Taymans <wim.taymans@chello.be></author>
|
||||
</element>
|
||||
</elements>
|
||||
</plugin>
|
19
docs/plugins/inspect/plugin-mpegaudioparse.xml
Normal file
19
docs/plugins/inspect/plugin-mpegaudioparse.xml
Normal file
|
@ -0,0 +1,19 @@
|
|||
<plugin>
|
||||
<name>mpegaudioparse</name>
|
||||
<description>MPEG-1 layer 1/2/3 audio parser</description>
|
||||
<filename>../../gst/mpegaudioparse/.libs/libgstmpegaudioparse.so</filename>
|
||||
<basename>libgstmpegaudioparse.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>mp3parse</name>
|
||||
<longname>MPEG1 Audio Parser</longname>
|
||||
<class>Codec/Parser/Audio</class>
|
||||
<description>Parses and frames mpeg1 audio streams (levels 1-3), provides seek</description>
|
||||
<author>Erik Walthinsen <omega@cse.ogi.edu></author>
|
||||
</element>
|
||||
</elements>
|
||||
</plugin>
|
19
docs/plugins/inspect/plugin-rmdemux.xml
Normal file
19
docs/plugins/inspect/plugin-rmdemux.xml
Normal file
|
@ -0,0 +1,19 @@
|
|||
<plugin>
|
||||
<name>rmdemux</name>
|
||||
<description>Realmedia stream demuxer</description>
|
||||
<filename>../../gst/realmedia/.libs/libgstrmdemux.so</filename>
|
||||
<basename>libgstrmdemux.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>rmdemux</name>
|
||||
<longname>RealMedia Demuxer</longname>
|
||||
<class>Codec/Demuxer</class>
|
||||
<description>Demultiplex a RealMedia file into audio and video streams</description>
|
||||
<author>David Schleef <ds@schleef.org></author>
|
||||
</element>
|
||||
</elements>
|
||||
</plugin>
|
Loading…
Reference in a new issue