mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 04:01:08 +00:00
Small fixes
Original commit message from CVS: Small fixes
This commit is contained in:
parent
72992d5309
commit
26477ae320
2 changed files with 8 additions and 8 deletions
2
common
2
common
|
@ -1 +1 @@
|
||||||
Subproject commit cd4ca955a5d90042117e5c7946d2d18493ab0a61
|
Subproject commit bbd74e96ef37a7d437930f85f939a6a7d36dd012
|
|
@ -63,7 +63,7 @@ audio), but these are usually used in conjunction with each other.
|
||||||
mimetype: video/x-quicktime
|
mimetype: video/x-quicktime
|
||||||
3 - MPEG (MPEG LA)
|
3 - MPEG (MPEG LA)
|
||||||
mimetype: video/mpeg
|
mimetype: video/mpeg
|
||||||
properties: 'systemstream' = 1 (INT)
|
properties: 'systemstream' = TRUE (BOOLEAN)
|
||||||
4 - ASF (Microsoft)
|
4 - ASF (Microsoft)
|
||||||
mimetype: video/x-asf
|
mimetype: video/x-asf
|
||||||
5 - WAV (PCM)
|
5 - WAV (PCM)
|
||||||
|
@ -72,7 +72,7 @@ audio), but these are usually used in conjunction with each other.
|
||||||
mimetype: video/realmedia
|
mimetype: video/realmedia
|
||||||
7 - DV (Digital Video)
|
7 - DV (Digital Video)
|
||||||
mimetype: video/dv
|
mimetype: video/dv
|
||||||
properties: 'systemstream' = 1 (INT)
|
properties: 'systemstream' = TRUE (BOOLEAN)
|
||||||
8 - Ogg
|
8 - Ogg
|
||||||
mimetypes: media/ogg
|
mimetypes: media/ogg
|
||||||
|
|
||||||
|
@ -89,14 +89,14 @@ of the frame (in pixels).
|
||||||
mimetype: video/raw
|
mimetype: video/raw
|
||||||
properties: 'format' = 'RGB ' (fourcc)
|
properties: 'format' = 'RGB ' (fourcc)
|
||||||
'endianness' = 1234/4321 (INT) <- endianness
|
'endianness' = 1234/4321 (INT) <- endianness
|
||||||
'r_mask' = bitmask (0x..) (INT) <- red pixel mask
|
'red_mask' = bitmask (0x..) (INT) <- red pixel mask
|
||||||
'g_mask' = bitmask (0x..) (INT) <- green pixel mask
|
'green_mask' = bitmask (0x..) (INT) <- green pixel mask
|
||||||
'b_mask' = bitmask (0x..) (INT) <- blue pixel mask
|
'blue_mask' = bitmask (0x..) (INT) <- blue pixel mask
|
||||||
'depth' = 15/16/24/32 (INT) <- bits per pixel (depth)
|
'depth' = 15/16/24/32 (INT) <- bits per pixel (depth)
|
||||||
'bpp' = 16/24/32 (INT) <- bits per pixel (in memory)
|
'bpp' = 16/24/32 (INT) <- bits per pixel (in memory)
|
||||||
2 - MPEG-1, -2 and -4 video (ISO/LA MPEG)
|
2 - MPEG-1, -2 and -4 video (ISO/LA MPEG)
|
||||||
mimetype: video/mpeg
|
mimetype: video/mpeg
|
||||||
properties: 'systemstream' = 0 (INT)
|
properties: 'systemstream' = FALSE (BOOLEAN)
|
||||||
'mpegversion' = 1/2/4 (INT)
|
'mpegversion' = 1/2/4 (INT)
|
||||||
known fourccs: MPEG, MPGI
|
known fourccs: MPEG, MPGI
|
||||||
3 - DivX ;-) 3.x, 4.x and 5.x video
|
3 - DivX ;-) 3.x, 4.x and 5.x video
|
||||||
|
@ -120,7 +120,7 @@ of the frame (in pixels).
|
||||||
mimetype: video/realvideo
|
mimetype: video/realvideo
|
||||||
9 - Digital Video (DV)
|
9 - Digital Video (DV)
|
||||||
mimetype: video/dv
|
mimetype: video/dv
|
||||||
properties: 'systemstream' = 0 (INT)
|
properties: 'systemstream' = FALSE (BOOLEAN)
|
||||||
known fourccs: DVSD, dvsd
|
known fourccs: DVSD, dvsd
|
||||||
10 - Windows Media Video 1 and 2 (WMV)
|
10 - Windows Media Video 1 and 2 (WMV)
|
||||||
mimetype: video/wmv
|
mimetype: video/wmv
|
||||||
|
|
Loading…
Reference in a new issue