mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-26 11:41:09 +00:00
I'm too lazy to comment this
Original commit message from CVS: *** empty log message ***
This commit is contained in:
parent
6154390a11
commit
f05188b5f5
2 changed files with 5 additions and 5 deletions
|
@ -585,7 +585,7 @@ plugin_init (GstPlugin *plugin)
|
|||
|
||||
<row>
|
||||
<entry>audio/x-vorbis</entry>
|
||||
<entry>Vorbis audio data.</entry>
|
||||
<entry>Vorbis audio data</entry>
|
||||
<entry></entry>
|
||||
<entry></entry>
|
||||
<entry></entry>
|
||||
|
@ -602,7 +602,7 @@ plugin_init (GstPlugin *plugin)
|
|||
<entry>Windows Media Audio</entry>
|
||||
<entry>wmaversion</entry>
|
||||
<entry>integer</entry>
|
||||
<entry>1 or 2</entry>
|
||||
<entry>1,2 or 3</entry>
|
||||
<entry>
|
||||
The version of the WMA codec used to encode the stream.
|
||||
</entry>
|
||||
|
@ -1044,10 +1044,10 @@ plugin_init (GstPlugin *plugin)
|
|||
|
||||
<row>
|
||||
<entry>video/x-wmv</entry>
|
||||
<entry>Windows Media Video.</entry>
|
||||
<entry>Windows Media Video</entry>
|
||||
<entry>wmvversion</entry>
|
||||
<entry>integer</entry>
|
||||
<entry>1 or 2</entry>
|
||||
<entry>1,2 or 3</entry>
|
||||
<entry>
|
||||
Version of the WMV codec that the stream was encoded with.
|
||||
</entry>
|
||||
|
|
|
@ -375,7 +375,7 @@ channels = 1 - MAXINT (INT, number of audio channels)
|
|||
Encoder: rawvorbisenc (vorbisenc does rawvorbisenc+oggmux)
|
||||
Decoder: vorbisdec
|
||||
|
||||
5 - Windows Media Audio 1,2 and 3 (WMA)
|
||||
5 - Windows Media Audio 1, 2 and 3 (WMA)
|
||||
MIME type: audio/x-wma
|
||||
Properties: wmaversion = 1/2/3 (INT)
|
||||
Encoder:
|
||||
|
|
Loading…
Reference in a new issue