summaryrefslogtreecommitdiff
path: root/gst/videofilter
diff options
context:
space:
mode:
authorAndre Moreira Magalhaes (andrunko) <andre.magalhaes@collabora.co.uk>2012-09-27 15:50:49 -0300
committerThiago Santos <thiago.sousa.santos@collabora.com>2012-09-27 15:50:49 -0300
commit25803d651bf75ee1c2c0d728962ed93a5254eee8 (patch)
tree850f63dbb5dc14c9812580b630aa73422218f87a /gst/videofilter
parentdbe941338d8ba5b6165303d2b57fc11b84ef58b1 (diff)
downloadgstreamer-plugins-good-25803d651bf75ee1c2c0d728962ed93a5254eee8.tar.gz
gamma: remove duplicate entries at format at caps
Avoids extra caps/structures processing
Diffstat (limited to 'gst/videofilter')
-rw-r--r--gst/videofilter/gstgamma.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gst/videofilter/gstgamma.c b/gst/videofilter/gstgamma.c
index cbbe46afc..28c419a59 100644
--- a/gst/videofilter/gstgamma.c
+++ b/gst/videofilter/gstgamma.c
@@ -74,7 +74,7 @@ GST_STATIC_PAD_TEMPLATE ("src",
GST_PAD_SRC,
GST_PAD_ALWAYS,
GST_STATIC_CAPS (GST_VIDEO_CAPS_MAKE ("{ AYUV, "
- "ARGB, BGRA, ABGR, RGBA, ABGR, RGBA, Y444, "
+ "ARGB, BGRA, ABGR, RGBA, Y444, "
"xRGB, RGBx, xBGR, BGRx, RGB, BGR, Y42B, NV12, "
"NV21, YUY2, UYVY, YVYU, I420, YV12, IYUV, Y41B }"))
);
@@ -84,7 +84,7 @@ GST_STATIC_PAD_TEMPLATE ("sink",
GST_PAD_SINK,
GST_PAD_ALWAYS,
GST_STATIC_CAPS (GST_VIDEO_CAPS_MAKE ("{ AYUV, "
- "ARGB, BGRA, ABGR, RGBA, ABGR, RGBA, Y444, "
+ "ARGB, BGRA, ABGR, RGBA, Y444, "
"xRGB, RGBx, xBGR, BGRx, RGB, BGR, Y42B, NV12, "
"NV21, YUY2, UYVY, YVYU, I420, YV12, IYUV, Y41B }"))
);