From 5dc33afbccffbbab388493e6f1ce8f1594aa0cb0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tim-Philipp=20M=C3=BCller?= Date: Fri, 11 Jan 2019 11:24:50 +0000 Subject: [PATCH] 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 --- gst-libs/gst/video/video-format.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/gst-libs/gst/video/video-format.h b/gst-libs/gst/video/video-format.h index 183b86e1a8..ebd37f0eb1 100644 --- a/gst-libs/gst/video/video-format.h +++ b/gst-libs/gst/video/video-format.h @@ -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,