mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-29 10:38:27 +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
|
||||
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
|
||||
operate on or by the way they work (decoder/encoder)
|
||||
|
|
|
@ -103,7 +103,7 @@ Container formats
|
|||
Parser: asfdemux
|
||||
Formatter: asfmux
|
||||
|
||||
5 - WAV (PCM)
|
||||
5 - WAV (Microsoft RIFF/WAV)
|
||||
MIME type: audio/x-wav
|
||||
Properties:
|
||||
Parser: wavparse
|
||||
|
|
Loading…
Reference in a new issue