diff options
author | Thomas Vander Stichele <thomas@apestaart.org> | 2006-04-30 15:11:46 +0000 |
---|---|---|
committer | Thomas Vander Stichele <thomas@apestaart.org> | 2006-04-30 15:11:46 +0000 |
commit | c5e07941499c4f22134e86444336dfa3fee11175 (patch) | |
tree | afb70df01f86d79b5b79abc036bfd8851c192560 /docs | |
parent | 64f3e81b95dc6432a60e977074912498d9b88d21 (diff) | |
download | gst-plugins-bad-c5e07941499c4f22134e86444336dfa3fee11175.tar.gz gst-plugins-bad-c5e07941499c4f22134e86444336dfa3fee11175.tar.bz2 gst-plugins-bad-c5e07941499c4f22134e86444336dfa3fee11175.zip |
ignore more; add new inspect files
Original commit message from CVS:
ignore more; add new inspect files
Diffstat (limited to 'docs')
-rw-r--r-- | docs/plugins/.gitignore | 22 | ||||
-rw-r--r-- | docs/plugins/inspect/plugin-faac.xml | 20 | ||||
-rw-r--r-- | docs/plugins/inspect/plugin-wavpack.xml | 27 | ||||
-rw-r--r-- | docs/plugins/inspect/plugin-xvid.xml | 27 |
4 files changed, 87 insertions, 9 deletions
diff --git a/docs/plugins/.gitignore b/docs/plugins/.gitignore index 3d0968a2..58062cad 100644 --- a/docs/plugins/.gitignore +++ b/docs/plugins/.gitignore @@ -6,14 +6,18 @@ Makefile.in *-undocumented.txt *-unused.txt -*.args -*.hierarchy -*.interfaces -*.prerequisites -*.signals - -html -sgml tmpl xml -*.stamp +html + +gst-plugins-bad-plugins-scan +gst-plugins-bad-plugins-scan.c +inspect-registry.xml + +html-build.stamp +html.stamp +scan-build.stamp +sgml-build.stamp +sgml.stamp +tmpl-build.stamp +tmpl.stamp diff --git a/docs/plugins/inspect/plugin-faac.xml b/docs/plugins/inspect/plugin-faac.xml new file mode 100644 index 00000000..938831b4 --- /dev/null +++ b/docs/plugins/inspect/plugin-faac.xml @@ -0,0 +1,20 @@ +<plugin> + <name>faac</name> + <description>Free AAC Encoder (FAAC)</description> + <filename>../../ext/faac/.libs/libgstfaac.so</filename> + <basename>libgstfaac.so</basename> + <version>0.10.2.1</version> + <license>LGPL</license> + <source>gst-plugins-bad</source> + <package>GStreamer Bad Plug-ins CVS/prerelease</package> + <origin>Unknown package origin</origin> + <elements> + <element> + <name>faac</name> + <longname>AAC audio encoder</longname> + <class>Codec/Encoder/Audio</class> + <description>Free MPEG-2/4 AAC encoder</description> + <author>Ronald Bultje <rbultje@ronald.bitfreak.net></author> + </element> + </elements> +</plugin>
\ No newline at end of file diff --git a/docs/plugins/inspect/plugin-wavpack.xml b/docs/plugins/inspect/plugin-wavpack.xml new file mode 100644 index 00000000..7a0ab343 --- /dev/null +++ b/docs/plugins/inspect/plugin-wavpack.xml @@ -0,0 +1,27 @@ +<plugin> + <name>wavpack</name> + <description>Wavpack lossless/lossy audio format handling</description> + <filename>../../ext/wavpack/.libs/libgstwavpack.so</filename> + <basename>libgstwavpack.so</basename> + <version>0.10.2.1</version> + <license>LGPL</license> + <source>gst-plugins-bad</source> + <package>gst-wavpack</package> + <origin>http://www.wavpack.com</origin> + <elements> + <element> + <name>wavpackdec</name> + <longname>WavePack audio decoder</longname> + <class>Codec/Decoder/Audio</class> + <description>Decode Wavpack audio data</description> + <author>Arwed v. Merkatz <v.merkatz@gmx.net></author> + </element> + <element> + <name>wavpackparse</name> + <longname>WavePack parser</longname> + <class>Codec/Demuxer/Audio</class> + <description>Parses Wavpack files</description> + <author>Arwed v. Merkatz <v.merkatz@gmx.net></author> + </element> + </elements> +</plugin>
\ No newline at end of file diff --git a/docs/plugins/inspect/plugin-xvid.xml b/docs/plugins/inspect/plugin-xvid.xml new file mode 100644 index 00000000..6f02edeb --- /dev/null +++ b/docs/plugins/inspect/plugin-xvid.xml @@ -0,0 +1,27 @@ +<plugin> + <name>xvid</name> + <description>XviD plugin library</description> + <filename>../../ext/xvid/.libs/libgstxvid.so</filename> + <basename>libgstxvid.so</basename> + <version>0.10.2.1</version> + <license>GPL</license> + <source>gst-plugins-bad</source> + <package>GStreamer Bad Plug-ins CVS/prerelease</package> + <origin>Unknown package origin</origin> + <elements> + <element> + <name>xviddec</name> + <longname>XviD video decoder</longname> + <class>Codec/Decoder/Video</class> + <description>XviD decoder based on xvidcore</description> + <author>Ronald Bultje <rbultje@ronald.bitfreak.net></author> + </element> + <element> + <name>xvidenc</name> + <longname>XviD video encoder</longname> + <class>Codec/Encoder/Video</class> + <description>XviD encoder based on xvidcore</description> + <author>Ronald Bultje <rbultje@ronald.bitfreak.net></author> + </element> + </elements> +</plugin>
\ No newline at end of file |