mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-20 15:27:07 +00:00
mediatype-video-raw: add RGBP and BGRP formats
Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-docs/-/merge_requests/153>
This commit is contained in:
parent
37e70829dc
commit
c5f36d67fb
1 changed files with 2 additions and 0 deletions
|
@ -1492,3 +1492,5 @@
|
||||||
default rstride: width * 8
|
default rstride: width * 8
|
||||||
default size: rstride (image) * height
|
default size: rstride (image) * height
|
||||||
```
|
```
|
||||||
|
- **"RGBP"** planar 4:4:4 RGB, R-G-B order, 8 bits per channel
|
||||||
|
- **"BGRP"** planar 4:4:4 RGB, B-G-R order, 8 bits per channel
|
||||||
|
|
Loading…
Reference in a new issue