summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorJan Schmidt <jan@centricular.com>2020-10-31 12:52:04 +1100
committerJan Schmidt <thaytan@noraisin.net>2020-10-31 02:50:51 +0000
commit81ecf076e8032d97eff7d78725ca905d04c310db (patch)
tree3d1016b337c080ba36f4df0b6f6a8abe6ef2ac2e /tests
parent35cc0df53db545f9f99d911e6ee94dc588c0899e (diff)
splitmuxsrc: Fix comment in a test
Fix a comment in the splitmuxsrc robust muxing test so it describes the test properly. Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-good/-/merge_requests/798>
Diffstat (limited to 'tests')
-rw-r--r--tests/check/elements/splitmuxsrc.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/check/elements/splitmuxsrc.c b/tests/check/elements/splitmuxsrc.c
index e689a8341..13e9b0f2b 100644
--- a/tests/check/elements/splitmuxsrc.c
+++ b/tests/check/elements/splitmuxsrc.c
@@ -635,9 +635,9 @@ GST_START_TEST (test_splitmuxsrc_robust_mux)
gchar *dest_pattern;
gchar *in_pattern;
- /* This test creates a new file only by changing the caps, which
- * qtmux will reject (for now - if qtmux starts supporting caps
- * changes, this test will break and need fixing/disabling */
+ /* This test checks that splitmuxsink can support the
+ * qtmux robust muxing mode, and switch to a new fragment if the
+ * file index is about to overflow */
pipeline =
gst_parse_launch
("videotestsrc num-buffers=10 !"