mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-26 10:10:32 +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 *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 !"
|
||||
|
|
Loading…
Reference in a new issue