mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-18 22:36:33 +00:00
docs: add Since: comment to docs for new GST_VIDEO_FORMAT_UYVP
This commit is contained in:
parent
a351bf0702
commit
e98814c91e
1 changed files with 1 additions and 1 deletions
|
@ -63,7 +63,7 @@ G_BEGIN_DECLS
|
|||
* @GST_VIDEO_FORMAT_BGR16: reverse rgb 5-6-5 bits per component (Since: 0.10.30)
|
||||
* @GST_VIDEO_FORMAT_RGB15: rgb 5-5-5 bits per component (Since: 0.10.30)
|
||||
* @GST_VIDEO_FORMAT_BGR15: reverse rgb 5-5-5 bits per component (Since: 0.10.30)
|
||||
* @GST_VIDEO_FORMAT_UYVP: packed 10-bit 4:2:2 YUV (U0-Y0-V0-Y1 U2-Y2-V2-Y3 U4 ...)
|
||||
* @GST_VIDEO_FORMAT_UYVP: packed 10-bit 4:2:2 YUV (U0-Y0-V0-Y1 U2-Y2-V2-Y3 U4 ...) (Since: 0.10.31)
|
||||
*
|
||||
* Enum value describing the most common video formats.
|
||||
*/
|
||||
|
|
Loading…
Reference in a new issue