mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-20 07:16:55 +00:00
gst: Fix more mentions of interlaced-mode to say interlace-mode
This commit is contained in:
parent
d0a9cc0abc
commit
af4de9cb42
1 changed files with 2 additions and 2 deletions
|
@ -355,7 +355,7 @@ GST_START_TEST (test_caps_query)
|
||||||
gst_caps_unref (caps);
|
gst_caps_unref (caps);
|
||||||
gst_caps_unref (restriction_caps);
|
gst_caps_unref (restriction_caps);
|
||||||
|
|
||||||
/* check that compositor proxies downstream interlaced-mode */
|
/* check that compositor proxies downstream interlace-mode */
|
||||||
restriction_caps =
|
restriction_caps =
|
||||||
gst_caps_from_string ("video/x-raw, interlace-mode=(string)interleaved");
|
gst_caps_from_string ("video/x-raw, interlace-mode=(string)interleaved");
|
||||||
g_object_set (capsfilter, "caps", restriction_caps, NULL);
|
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));
|
fail_unless (gst_caps_can_intersect (caps, caps_mixed));
|
||||||
gst_caps_unref (caps);
|
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 */
|
* future caps */
|
||||||
caps = gst_caps_from_string ("video/x-raw, width=100, height=100, "
|
caps = gst_caps_from_string ("video/x-raw, width=100, height=100, "
|
||||||
"format=RGB, framerate=1/1, interlace-mode=progressive");
|
"format=RGB, framerate=1/1, interlace-mode=progressive");
|
||||||
|
|
Loading…
Reference in a new issue