fmp4mux: Fixed comment and removed commented code from test

Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs/-/merge_requests/1921>
This commit is contained in:
Jochen Henneberg 2024-11-18 10:45:40 +01:00 committed by GStreamer Marge Bot
parent 08c026cea6
commit 28a200be30
2 changed files with 1 additions and 3 deletions

View file

@ -849,7 +849,7 @@ impl FMP4Mux {
// Caps/tag changes are allowed only in case that the
// header-update-mode is None.
//
// CAUTION: This function logs a warning if operation is not
// CAUTION: This function logs an error if operation is not
// allowed so it should be evaluated only in case the caps/tags
// would change otherwise (e. g. right-most operand in boolean
// expressions).

View file

@ -2580,8 +2580,6 @@ fn test_language_change_at_gop_boundary() {
assert_eq!(h.push(buffer), Ok(gst::FlowSuccess::Ok));
}
//test_caps_changed_buffers(&mut h, 30, 10, 10, 100, true, false);
h.crank_single_clock_wait().unwrap();
// Initial fragment with HEADER and DISCONT
test_caps_changed_verify(&mut h, 1 + 1 + 10, true, false);