summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorMathieu Duponchelle <mathieu@centricular.com>2020-09-04 16:53:03 +0200
committerTim-Philipp Müller <tim@centricular.com>2020-10-03 15:42:36 +0100
commitc17df42878aba1d32a39911c8b53f72dde6da3f5 (patch)
tree58c43afeb4869ec2b02b2c20a660aaf158bd0930 /tests
parent77970f500d6d8d7a772917794393a9c88febe008 (diff)
downloadgstreamer-plugins-bad-c17df42878aba1d32a39911c8b53f72dde6da3f5.tar.gz
line21enc: add remove-caption-meta property
Similar to #GstCCExtractor:remove-caption-meta Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-bad/-/merge_requests/1637>
Diffstat (limited to 'tests')
-rw-r--r--tests/check/elements/line21.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/check/elements/line21.c b/tests/check/elements/line21.c
index 2a507fa94..fa9427b55 100644
--- a/tests/check/elements/line21.c
+++ b/tests/check/elements/line21.c
@@ -42,7 +42,8 @@ GST_START_TEST (basic)
"interlace-mode", G_TYPE_STRING, "interleaved",
NULL);
- h = gst_harness_new_parse ("line21encoder ! line21decoder");
+ h = gst_harness_new_parse
+ ("line21encoder remove-caption-meta=true ! line21decoder");
gst_harness_set_caps (h, gst_caps_ref (caps), gst_caps_ref (caps));
gst_video_info_from_caps (&info, caps);