mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-18 07:47:17 +00:00
order by element name
Original commit message from CVS: order by element name
This commit is contained in:
parent
1f40aa1676
commit
feec34350b
6 changed files with 56 additions and 56 deletions
2
common
2
common
|
@ -1 +1 @@
|
|||
Subproject commit 856fbbfa88621ab67df141ead8d4d3df32c5c176
|
||||
Subproject commit 6f36afb863ab8f16a6be2a9f068cefdee885317d
|
|
@ -8,13 +8,6 @@
|
|||
<package>GStreamer CVS/prerelease</package>
|
||||
<origin>http://gstreamer.freedesktop.org/</origin>
|
||||
<elements>
|
||||
<element>
|
||||
<name>buffer-frames-convert</name>
|
||||
<longname>buffer-frames conversion</longname>
|
||||
<class>Filter/Converter/Audio</class>
|
||||
<description>Convert between different values of the buffer-frames stream property</description>
|
||||
<author>Andy Wingo <wingo at pobox.com></author>
|
||||
</element>
|
||||
<element>
|
||||
<name>audioconvert</name>
|
||||
<longname>Audio Conversion</longname>
|
||||
|
@ -22,5 +15,12 @@
|
|||
<description>Convert audio to different formats</description>
|
||||
<author>Benjamin Otte <in7y118@public.uni-hamburg.de></author>
|
||||
</element>
|
||||
<element>
|
||||
<name>buffer-frames-convert</name>
|
||||
<longname>buffer-frames conversion</longname>
|
||||
<class>Filter/Converter/Audio</class>
|
||||
<description>Convert between different values of the buffer-frames stream property</description>
|
||||
<author>Andy Wingo <wingo at pobox.com></author>
|
||||
</element>
|
||||
</elements>
|
||||
</plugin>
|
|
@ -8,6 +8,27 @@
|
|||
<package>GStreamer CVS/prerelease</package>
|
||||
<origin>http://gstreamer.freedesktop.org/</origin>
|
||||
<elements>
|
||||
<element>
|
||||
<name>oggdemux</name>
|
||||
<longname>ogg demuxer</longname>
|
||||
<class>Codec/Demuxer</class>
|
||||
<description>demux ogg streams (info about ogg: http://xiph.org)</description>
|
||||
<author>Wim Taymand <wim@fluendo.com></author>
|
||||
</element>
|
||||
<element>
|
||||
<name>oggmux</name>
|
||||
<longname>ogg muxer</longname>
|
||||
<class>Codec/Muxer</class>
|
||||
<description>mux ogg streams (info about ogg: http://xiph.org)</description>
|
||||
<author>Wim Taymans <wim@fluendo.com></author>
|
||||
</element>
|
||||
<element>
|
||||
<name>ogmaudioparse</name>
|
||||
<longname>OGM audio stream parser</longname>
|
||||
<class>Codec/Decoder/Audio</class>
|
||||
<description>parse an OGM audio header and stream</description>
|
||||
<author>Ronald Bultje <rbultje@ronald.bitfreak.net></author>
|
||||
</element>
|
||||
<element>
|
||||
<name>ogmtextparse</name>
|
||||
<longname>OGM text stream parser</longname>
|
||||
|
@ -22,26 +43,5 @@
|
|||
<description>parse an OGM video header and stream</description>
|
||||
<author>Ronald Bultje <rbultje@ronald.bitfreak.net></author>
|
||||
</element>
|
||||
<element>
|
||||
<name>ogmaudioparse</name>
|
||||
<longname>OGM audio stream parser</longname>
|
||||
<class>Codec/Decoder/Audio</class>
|
||||
<description>parse an OGM audio header and stream</description>
|
||||
<author>Ronald Bultje <rbultje@ronald.bitfreak.net></author>
|
||||
</element>
|
||||
<element>
|
||||
<name>oggmux</name>
|
||||
<longname>ogg muxer</longname>
|
||||
<class>Codec/Muxer</class>
|
||||
<description>mux ogg streams (info about ogg: http://xiph.org)</description>
|
||||
<author>Wim Taymans <wim@fluendo.com></author>
|
||||
</element>
|
||||
<element>
|
||||
<name>oggdemux</name>
|
||||
<longname>ogg demuxer</longname>
|
||||
<class>Codec/Demuxer</class>
|
||||
<description>demux ogg streams (info about ogg: http://xiph.org)</description>
|
||||
<author>Wim Taymand <wim@fluendo.com></author>
|
||||
</element>
|
||||
</elements>
|
||||
</plugin>
|
|
@ -16,17 +16,10 @@
|
|||
<author>Thomas Vander Stichele <thomas at apestaart dot org>, Wim Taymans <wim@fluendo.com></author>
|
||||
</element>
|
||||
<element>
|
||||
<name>tcpserversrc</name>
|
||||
<longname>TCP Server source</longname>
|
||||
<class>Source/Network</class>
|
||||
<description>Receive data as a server over the network via TCP</description>
|
||||
<author>Thomas Vander Stichele <thomas at apestaart dot org></author>
|
||||
</element>
|
||||
<element>
|
||||
<name>tcpserversink</name>
|
||||
<longname>TCP Server sink</longname>
|
||||
<name>tcpclientsink</name>
|
||||
<longname>TCP Client sink</longname>
|
||||
<class>Sink/Network</class>
|
||||
<description>Send data as a server over the network via TCP</description>
|
||||
<description>Send data as a client over the network via TCP</description>
|
||||
<author>Thomas Vander Stichele <thomas at apestaart dot org></author>
|
||||
</element>
|
||||
<element>
|
||||
|
@ -37,10 +30,17 @@
|
|||
<author>Thomas Vander Stichele <thomas at apestaart dot org></author>
|
||||
</element>
|
||||
<element>
|
||||
<name>tcpclientsink</name>
|
||||
<longname>TCP Client sink</longname>
|
||||
<name>tcpserversink</name>
|
||||
<longname>TCP Server sink</longname>
|
||||
<class>Sink/Network</class>
|
||||
<description>Send data as a client over the network via TCP</description>
|
||||
<description>Send data as a server over the network via TCP</description>
|
||||
<author>Thomas Vander Stichele <thomas at apestaart dot org></author>
|
||||
</element>
|
||||
<element>
|
||||
<name>tcpserversrc</name>
|
||||
<longname>TCP Server source</longname>
|
||||
<class>Source/Network</class>
|
||||
<description>Receive data as a server over the network via TCP</description>
|
||||
<author>Thomas Vander Stichele <thomas at apestaart dot org></author>
|
||||
</element>
|
||||
</elements>
|
||||
|
|
|
@ -8,13 +8,6 @@
|
|||
<package>GStreamer CVS/prerelease</package>
|
||||
<origin>http://gstreamer.freedesktop.org/</origin>
|
||||
<elements>
|
||||
<element>
|
||||
<name>theoraenc</name>
|
||||
<longname>TheoraEnc</longname>
|
||||
<class>Codec/Encoder/Video</class>
|
||||
<description>encode raw YUV video to a theora stream</description>
|
||||
<author>Wim Taymans <wim@fluendo.com></author>
|
||||
</element>
|
||||
<element>
|
||||
<name>theoradec</name>
|
||||
<longname>TheoraDec</longname>
|
||||
|
@ -22,5 +15,12 @@
|
|||
<description>decode raw theora streams to raw YUV video</description>
|
||||
<author>Benjamin Otte <in7y118@public.uni-hamburg.de>, Wim Taymans <wim@fluendo.com></author>
|
||||
</element>
|
||||
<element>
|
||||
<name>theoraenc</name>
|
||||
<longname>TheoraEnc</longname>
|
||||
<class>Codec/Encoder/Video</class>
|
||||
<description>encode raw YUV video to a theora stream</description>
|
||||
<author>Wim Taymans <wim@fluendo.com></author>
|
||||
</element>
|
||||
</elements>
|
||||
</plugin>
|
|
@ -8,13 +8,6 @@
|
|||
<package>GStreamer CVS/prerelease</package>
|
||||
<origin>http://gstreamer.freedesktop.org/</origin>
|
||||
<elements>
|
||||
<element>
|
||||
<name>vorbisparse</name>
|
||||
<longname>VorbisParse</longname>
|
||||
<class>Codec/Parser/Audio</class>
|
||||
<description>parse raw vorbis streams</description>
|
||||
<author>Thomas Vander Stichele <thomas at apestaart dot org></author>
|
||||
</element>
|
||||
<element>
|
||||
<name>vorbisdec</name>
|
||||
<longname>VorbisDec</longname>
|
||||
|
@ -29,5 +22,12 @@
|
|||
<description>Encodes audio in Vorbis format</description>
|
||||
<author>Monty <monty@xiph.org>, Wim Taymans <wim@fluendo.com></author>
|
||||
</element>
|
||||
<element>
|
||||
<name>vorbisparse</name>
|
||||
<longname>VorbisParse</longname>
|
||||
<class>Codec/Parser/Audio</class>
|
||||
<description>parse raw vorbis streams</description>
|
||||
<author>Thomas Vander Stichele <thomas at apestaart dot org></author>
|
||||
</element>
|
||||
</elements>
|
||||
</plugin>
|
Loading…
Reference in a new issue