mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 20:21:24 +00:00
videocrop: add support for YV12
We can do I420, so we can do YV12 as well.
This commit is contained in:
parent
b916d2b398
commit
35fafae241
1 changed files with 1 additions and 1 deletions
|
@ -80,7 +80,7 @@ enum
|
|||
#define VIDEO_CROP_CAPS \
|
||||
GST_VIDEO_CAPS_MAKE ("{ RGBx, xRGB, BGRx, xBGR, " \
|
||||
"RGBA, ARGB, BGRA, ABGR, RGB, BGR, AYUV, YUY2, " \
|
||||
"YVYU, UYVY, I420, RGB16, RGB15, GRAY8, NV12, NV21 }")
|
||||
"YVYU, UYVY, I420, YV12, RGB16, RGB15, GRAY8, NV12, NV21 }")
|
||||
|
||||
static GstStaticPadTemplate src_template = GST_STATIC_PAD_TEMPLATE ("src",
|
||||
GST_PAD_SRC,
|
||||
|
|
Loading…
Reference in a new issue