From: Tim-Philipp Müller Date: Wed, 16 Jan 2019 00:28:16 +0000 (+0000) Subject: video-format: minor docs improvement X-Git-Tag: 1.19.3~511^2~1270 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=37b56c9735e557fa0ddd3846e860c0d1d3dd03b6;p=platform%2Fupstream%2Fgstreamer.git video-format: minor docs improvement --- diff --git a/gst-libs/gst/video/video-format.h b/gst-libs/gst/video/video-format.h index ebd37f0..86af714 100644 --- a/gst-libs/gst/video/video-format.h +++ b/gst-libs/gst/video/video-format.h @@ -48,8 +48,8 @@ G_BEGIN_DECLS * @GST_VIDEO_FORMAT_BGRA: reverse rgb with alpha channel last * @GST_VIDEO_FORMAT_ARGB: rgb with alpha channel first * @GST_VIDEO_FORMAT_ABGR: reverse rgb with alpha channel first - * @GST_VIDEO_FORMAT_RGB: rgb - * @GST_VIDEO_FORMAT_BGR: reverse rgb + * @GST_VIDEO_FORMAT_RGB: RGB packed into 24 bits without padding (`R-G-B-R-G-B`) + * @GST_VIDEO_FORMAT_BGR: reverse RGB packed into 24 bits without padding (`B-G-R-B-G-R`) * @GST_VIDEO_FORMAT_Y41B: planar 4:1:1 YUV * @GST_VIDEO_FORMAT_Y42B: planar 4:2:2 YUV * @GST_VIDEO_FORMAT_YVYU: packed 4:2:2 YUV (Y0-V0-Y1-U0 Y2-V2-Y3-U2 Y4 ...)