mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-06 14:32:31 +00:00
Filter/Encoder => Codec/Encoder
Original commit message from CVS: Filter/Encoder => Codec/Encoder
This commit is contained in:
parent
fd675328b2
commit
635b1d2f36
2 changed files with 2 additions and 2 deletions
|
@ -7,7 +7,7 @@ better layout for it now. Some things to consider:
|
||||||
|
|
||||||
- Elements have a klass member in the factory that is used to
|
- Elements have a klass member in the factory that is used to
|
||||||
denote the functional type of the element. For example, the
|
denote the functional type of the element. For example, the
|
||||||
mp3 encoder has a klass of Filter/Encoder/Audio
|
mp3 encoder has a klass of Codec/Encoder/Audio
|
||||||
|
|
||||||
- The plugins can be grouped together by the media type they
|
- The plugins can be grouped together by the media type they
|
||||||
operate on or by the way they work (decoder/encoder)
|
operate on or by the way they work (decoder/encoder)
|
||||||
|
|
|
@ -103,7 +103,7 @@ Container formats
|
||||||
Parser: asfdemux
|
Parser: asfdemux
|
||||||
Formatter: asfmux
|
Formatter: asfmux
|
||||||
|
|
||||||
5 - WAV (PCM)
|
5 - WAV (Microsoft RIFF/WAV)
|
||||||
MIME type: audio/x-wav
|
MIME type: audio/x-wav
|
||||||
Properties:
|
Properties:
|
||||||
Parser: wavparse
|
Parser: wavparse
|
||||||
|
|
Loading…
Reference in a new issue