mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-10 17:35:59 +00:00
global change to video/x-ms-asf and video/x-msvideo
Original commit message from CVS: global change to video/x-ms-asf and video/x-msvideo
This commit is contained in:
parent
7eb1bbbaa0
commit
55bb164fb5
2 changed files with 6 additions and 6 deletions
|
@ -460,7 +460,7 @@
|
|||
<!-- ############ type ############# -->
|
||||
|
||||
<row>
|
||||
<entry morerows="0">video/avi</entry>
|
||||
<entry morerows="0">video/x-msvideo</entry>
|
||||
<entry morerows="0">
|
||||
Video data compressed using the AVI encoding scheme.
|
||||
</entry>
|
||||
|
|
|
@ -57,9 +57,9 @@ audio stream, even when it is compressed.
|
|||
|
||||
Another problem is that many media types can be defined in multiple ways. For
|
||||
example, MJPEG video can be defined as 'video/jpeg', 'video/mjpeg',
|
||||
'image/jpeg', 'video/avi' with a compression of (fourcc) MJPG, etc. None of
|
||||
these is really official, since there isn't an official mimetype for encoded
|
||||
MJPEG video.
|
||||
'image/jpeg', 'video/x-msvideo' with a compression of (fourcc) MJPG, etc.
|
||||
None of these is really official, since there isn't an official mimetype
|
||||
for encoded MJPEG video.
|
||||
|
||||
The main focus of this document is to propose a standardized set of MIME types
|
||||
and properties that will be used by the GStreamer plugins.
|
||||
|
@ -86,7 +86,7 @@ Container formats
|
|||
-----------------
|
||||
|
||||
1 - AVI (Microsoft RIFF/AVI)
|
||||
MIME type: video/avi
|
||||
MIME type: video/x-msvideo
|
||||
Properties:
|
||||
Parser: avidemux
|
||||
Formatter: avimux
|
||||
|
@ -104,7 +104,7 @@ Container formats
|
|||
Formatter:
|
||||
|
||||
4 - ASF (Microsoft)
|
||||
MIME type: video/x-asf
|
||||
MIME type: video/x-ms-asf
|
||||
Properties:
|
||||
Parser: asfdemux
|
||||
Formatter:
|
||||
|
|
Loading…
Reference in a new issue