mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-04 14:38:48 +00:00
695afd0edf
Original commit message from CVS: * docs/plugins/Makefile.am: * docs/plugins/gst-plugins-good-plugins-docs.sgml: * docs/plugins/gst-plugins-good-plugins-sections.txt: * gst/autodetect/gstautoaudiosink.c: (gst_auto_audio_sink_base_init): * gst/autodetect/gstautovideosink.c: (gst_auto_video_sink_base_init), (gst_auto_video_sink_factory_filter): documenting auto*sink using strstr for the video sink lookup, class field is not ordered update other plugins
27 lines
No EOL
974 B
XML
27 lines
No EOL
974 B
XML
<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.6.1</version>
|
|
<license>LGPL</license>
|
|
<source>gst-plugins-good</source>
|
|
<package>GStreamer Good Plug-ins CVS/prerelease</package>
|
|
<origin>Unknown package origin</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>
|
|
<element>
|
|
<name>flacenc</name>
|
|
<longname>FLAC encoder</longname>
|
|
<class>Codec/Encoder/Audio</class>
|
|
<description>Encodes audio with the FLAC lossless audio encoder</description>
|
|
<author>Wim Taymans <wim.taymans@chello.be></author>
|
|
</element>
|
|
</elements>
|
|
</plugin> |