summaryrefslogtreecommitdiff
path: root/gst/videocrop
diff options
context:
space:
mode:
authorWim Taymans <wim.taymans@collabora.co.uk>2012-06-06 13:00:58 +0200
committerWim Taymans <wim.taymans@collabora.co.uk>2012-06-06 13:00:58 +0200
commit37df608fdc11e63d57a2e42ca224620a83df8aff (patch)
treec7fb1786ef77b3a72b8e7741d2c6412c9f06d33e /gst/videocrop
parent44d010277cb04cb1bde660dc8620e4309d9af138 (diff)
downloadgstreamer-plugins-good-37df608fdc11e63d57a2e42ca224620a83df8aff.tar.gz
fix Y800 format
Diffstat (limited to 'gst/videocrop')
-rw-r--r--gst/videocrop/gstaspectratiocrop.c2
-rw-r--r--gst/videocrop/gstvideocrop.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/gst/videocrop/gstaspectratiocrop.c b/gst/videocrop/gstaspectratiocrop.c
index ec7bc3d05..e1e99cf77 100644
--- a/gst/videocrop/gstaspectratiocrop.c
+++ b/gst/videocrop/gstaspectratiocrop.c
@@ -58,7 +58,7 @@ enum
#define ASPECT_RATIO_CROP_CAPS \
GST_VIDEO_CAPS_MAKE ("{ RGBx, xRGB, BGRx, xBGR, " \
"RGBA, ARGB, BGRA, ABGR, RGB, BGR, AYUV, YUY2, " \
- "YVYU, UYVY, Y800, I420, RGB16, RGB15, GRAY8 }")
+ "YVYU, UYVY, I420, RGB16, RGB15, GRAY8 }")
static GstStaticPadTemplate src_template = GST_STATIC_PAD_TEMPLATE ("src",
GST_PAD_SRC,
diff --git a/gst/videocrop/gstvideocrop.c b/gst/videocrop/gstvideocrop.c
index f662bfe86..77e6d08e1 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, Y800, I420, RGB16, RGB15, GRAY8 }")
+ "YVYU, UYVY, I420, RGB16, RGB15, GRAY8 }")
static GstStaticPadTemplate src_template = GST_STATIC_PAD_TEMPLATE ("src",
GST_PAD_SRC,