summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan Schmidt <jan@centricular.com>2020-10-31 12:52:04 +1100
committerTim-Philipp Müller <tim@centricular.com>2020-10-31 11:40:08 +0000
commit34200e8f494a37262b9be22b97db9f7869be0faa (patch)
tree95a3a304b927f59ed60a8ee881e28b5962cb8a1a
parent2abd43ebd2425c0612401d51d1dad7b1fc963562 (diff)
downloadgstreamer-plugins-good-34200e8f494a37262b9be22b97db9f7869be0faa.tar.gz
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/799>
-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 !"