mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-25 09:40:37 +00:00
video: link to design docs in GstVideoFormat docs
Which is where the memory layout of the various pixel formats is explained in detail. Fixes https://gitlab.freedesktop.org/gstreamer/gst-plugins-base/issues/538
This commit is contained in:
parent
c656cfb170
commit
5dc33afbcc
1 changed files with 3 additions and 0 deletions
|
@ -118,6 +118,9 @@ G_BEGIN_DECLS
|
|||
* @GST_VIDEO_FORMAT_Y410: packed 4:4:4 YUV, 10 bits per channel(A-V-Y-U...) (Since: 1.16)
|
||||
*
|
||||
* Enum value describing the most common video formats.
|
||||
*
|
||||
* See the [GStreamer raw video format design document](https://gstreamer.freedesktop.org/documentation/design/mediatype-video-raw.html#formats)
|
||||
* for details about the layout and packing of these formats in memory.
|
||||
*/
|
||||
typedef enum {
|
||||
GST_VIDEO_FORMAT_UNKNOWN,
|
||||
|
|
Loading…
Reference in a new issue