This behavior can be tested by: 1. Select a codec type (for H264, it requires to select AVC or ANNEXB as well) 2. Check the *Wait per frame* option 3. Open the *console* to watch the encoder outputs Expected result: For all codecs, we can get one output data after one `encode` call Actual result: For H264, no output is yielded after the first `encode`
Bug 1919384 Comment 1 Edit History
Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.
This behavior can be tested by: 1. Select a codec type (for H264, it requires to select AVC or ANNEXB as well) 2. Check the *Wait per frame* option 3. Open the *console* to watch the encoder outputs Expected result: For all codecs, we can get one output data after one `encode` call Actual result: For H264, no output is yielded after the first `encode` (other codecs work as expected)