mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-27 10:40:34 +00:00
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>
This commit is contained in:
parent
35cc0df53d
commit
81ecf076e8
1 changed files with 3 additions and 3 deletions
|
@ -635,9 +635,9 @@ GST_START_TEST (test_splitmuxsrc_robust_mux)
|
||||||
gchar *dest_pattern;
|
gchar *dest_pattern;
|
||||||
gchar *in_pattern;
|
gchar *in_pattern;
|
||||||
|
|
||||||
/* This test creates a new file only by changing the caps, which
|
/* This test checks that splitmuxsink can support the
|
||||||
* qtmux will reject (for now - if qtmux starts supporting caps
|
* qtmux robust muxing mode, and switch to a new fragment if the
|
||||||
* changes, this test will break and need fixing/disabling */
|
* file index is about to overflow */
|
||||||
pipeline =
|
pipeline =
|
||||||
gst_parse_launch
|
gst_parse_launch
|
||||||
("videotestsrc num-buffers=10 !"
|
("videotestsrc num-buffers=10 !"
|
||||||
|
|
Loading…
Reference in a new issue