summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gst/videotestsrc/gstvideotestsrc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gst/videotestsrc/gstvideotestsrc.c b/gst/videotestsrc/gstvideotestsrc.c
index f646b4c2c..136617a6b 100644
--- a/gst/videotestsrc/gstvideotestsrc.c
+++ b/gst/videotestsrc/gstvideotestsrc.c
@@ -603,7 +603,7 @@ gst_video_test_src_parse_caps (const GstCaps * caps,
} else if (g_str_equal (str, "grbg")) {
*x_inv = 0;
*y_inv = 1;
- } else if (g_str_equal (str, "grbg")) {
+ } else if (g_str_equal (str, "gbrg")) {
*x_inv = 1;
*y_inv = 0;
} else