From 4899bf09268d8af6f426e5e82baf13eef30dca64 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Dr=C3=B6ge?= Date: Fri, 4 Nov 2016 16:26:50 +0200 Subject: [PATCH] gst: Fix more mentions of interlaced-mode to say interlace-mode --- gst/yadif/gstyadif.c | 2 +- tests/check/elements/compositor.c | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/gst/yadif/gstyadif.c b/gst/yadif/gstyadif.c index b75894e84b..2611c644fe 100644 --- a/gst/yadif/gstyadif.c +++ b/gst/yadif/gstyadif.c @@ -22,7 +22,7 @@ * * The yadif element deinterlaces video, using the YADIF deinterlacing * filter copied from Libav. This element only handles the simple case - * of interlaced-mode=interleaved video instead of the more complex + * of interlace-mode=interleaved video instead of the more complex * inverse telecine and deinterlace cases that are handled by the * deinterlace element. * diff --git a/tests/check/elements/compositor.c b/tests/check/elements/compositor.c index e9f016543f..cfd9ceaefb 100644 --- a/tests/check/elements/compositor.c +++ b/tests/check/elements/compositor.c @@ -355,7 +355,7 @@ GST_START_TEST (test_caps_query) gst_caps_unref (caps); gst_caps_unref (restriction_caps); - /* check that compositor proxies downstream interlaced-mode */ + /* check that compositor proxies downstream interlace-mode */ restriction_caps = gst_caps_from_string ("video/x-raw, interlace-mode=(string)interleaved"); g_object_set (capsfilter, "caps", restriction_caps, NULL); @@ -412,7 +412,7 @@ GST_START_TEST (test_caps_query_interlaced) fail_unless (gst_caps_can_intersect (caps, caps_mixed)); gst_caps_unref (caps); - /* now set caps on the pad, it should restrict the interlaced-mode for + /* now set caps on the pad, it should restrict the interlace-mode for * future caps */ caps = gst_caps_from_string ("video/x-raw, width=100, height=100, " "format=RGB, framerate=1/1, interlace-mode=progressive");