summaryrefslogtreecommitdiff
path: root/gst/videocrop
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim@centricular.net>2012-11-10 18:21:28 +0000
committerTim-Philipp Müller <tim@centricular.net>2012-11-10 18:21:28 +0000
commit35fafae24182f6023b7f1607e7a0996929c802a2 (patch)
tree29154e95013fa61a360f3e0919d6c15a99a11c59 /gst/videocrop
parentb916d2b398dff4d8fe21c1f4ef4a44524c24cd86 (diff)
downloadgstreamer-plugins-good-35fafae24182f6023b7f1607e7a0996929c802a2.tar.gz
videocrop: add support for YV12
We can do I420, so we can do YV12 as well.
Diffstat (limited to 'gst/videocrop')
-rw-r--r--gst/videocrop/gstvideocrop.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gst/videocrop/gstvideocrop.c b/gst/videocrop/gstvideocrop.c
index dc18c2bbb..d04279bf5 100644
--- a/gst/videocrop/gstvideocrop.c
+++ b/gst/videocrop/gstvideocrop.c
@@ -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,