core/tests/components/stream
Allen Porter 094f7d38ad
Use buffer at stream start with unsupported audio (#54672)
Add a test that reproduces the issue where resetting the iterator
drops the already read packets. Fix a bug in replace_underlying_iterator
because checking the self._next function turns out not to work since
it points to a bound method so the "is not" check fails.
2021-08-15 21:02:37 -07:00
..
__init__.py
common.py Speed up record stream audio test (#51901) 2021-06-15 14:27:53 -04:00
conftest.py Refactor stream to create partial segments (#51282) 2021-06-14 00:41:21 +08:00
test_hls.py Clean up stream refactor (#51951) 2021-06-20 13:38:02 +08:00
test_recorder.py Speed up record stream audio test (#51901) 2021-06-15 14:27:53 -04:00
test_worker.py Use buffer at stream start with unsupported audio (#54672) 2021-08-15 21:02:37 -07:00