mirror of
https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs.git
synced 2024-11-21 19:11:02 +00:00
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:
parent
08c026cea6
commit
28a200be30
2 changed files with 1 additions and 3 deletions
|
@ -849,7 +849,7 @@ impl FMP4Mux {
|
||||||
// Caps/tag changes are allowed only in case that the
|
// Caps/tag changes are allowed only in case that the
|
||||||
// header-update-mode is None.
|
// 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
|
// allowed so it should be evaluated only in case the caps/tags
|
||||||
// would change otherwise (e. g. right-most operand in boolean
|
// would change otherwise (e. g. right-most operand in boolean
|
||||||
// expressions).
|
// expressions).
|
||||||
|
|
|
@ -2580,8 +2580,6 @@ fn test_language_change_at_gop_boundary() {
|
||||||
assert_eq!(h.push(buffer), Ok(gst::FlowSuccess::Ok));
|
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();
|
h.crank_single_clock_wait().unwrap();
|
||||||
// Initial fragment with HEADER and DISCONT
|
// Initial fragment with HEADER and DISCONT
|
||||||
test_caps_changed_verify(&mut h, 1 + 1 + 10, true, false);
|
test_caps_changed_verify(&mut h, 1 + 1 + 10, true, false);
|
||||||
|
|
Loading…
Reference in a new issue