From 81ecf076e8032d97eff7d78725ca905d04c310db Mon Sep 17 00:00:00 2001 From: Jan Schmidt Date: Sat, 31 Oct 2020 12:52:04 +1100 Subject: [PATCH] splitmuxsrc: Fix comment in a test Fix a comment in the splitmuxsrc robust muxing test so it describes the test properly. Part-of: --- tests/check/elements/splitmuxsrc.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tests/check/elements/splitmuxsrc.c b/tests/check/elements/splitmuxsrc.c index e689a8341f..13e9b0f2bb 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 !"