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 ############# -->
|
<!-- ############ type ############# -->
|
||||||
|
|
||||||
<row>
|
<row>
|
||||||
<entry morerows="0">video/avi</entry>
|
<entry morerows="0">video/x-msvideo</entry>
|
||||||
<entry morerows="0">
|
<entry morerows="0">
|
||||||
Video data compressed using the AVI encoding scheme.
|
Video data compressed using the AVI encoding scheme.
|
||||||
</entry>
|
</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
|
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',
|
example, MJPEG video can be defined as 'video/jpeg', 'video/mjpeg',
|
||||||
'image/jpeg', 'video/avi' with a compression of (fourcc) MJPG, etc. None of
|
'image/jpeg', 'video/x-msvideo' with a compression of (fourcc) MJPG, etc.
|
||||||
these is really official, since there isn't an official mimetype for encoded
|
None of these is really official, since there isn't an official mimetype
|
||||||
MJPEG video.
|
for encoded MJPEG video.
|
||||||
|
|
||||||
The main focus of this document is to propose a standardized set of MIME types
|
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.
|
and properties that will be used by the GStreamer plugins.
|
||||||
|
@ -86,7 +86,7 @@ Container formats
|
||||||
-----------------
|
-----------------
|
||||||
|
|
||||||
1 - AVI (Microsoft RIFF/AVI)
|
1 - AVI (Microsoft RIFF/AVI)
|
||||||
MIME type: video/avi
|
MIME type: video/x-msvideo
|
||||||
Properties:
|
Properties:
|
||||||
Parser: avidemux
|
Parser: avidemux
|
||||||
Formatter: avimux
|
Formatter: avimux
|
||||||
|
@ -104,7 +104,7 @@ Container formats
|
||||||
Formatter:
|
Formatter:
|
||||||
|
|
||||||
4 - ASF (Microsoft)
|
4 - ASF (Microsoft)
|
||||||
MIME type: video/x-asf
|
MIME type: video/x-ms-asf
|
||||||
Properties:
|
Properties:
|
||||||
Parser: asfdemux
|
Parser: asfdemux
|
||||||
Formatter:
|
Formatter:
|
||||||
|
|
Loading…
Reference in a new issue