GNOME Bugzilla – Bug 658959
Encoders: Test video encoder setting correct buffer flags on output buffers
Last modified: 2012-06-21 18:28:02 UTC
(Notes from internal brainstorm: may change as work is carried out): #14 Test video encoder setting correct buffer flags on output buffers Needs format-specific test. Encoder should set DELTA_UNIT buffer flag on P/B frames and clear the flag on buffers containing the start of an I frame or a whole I frame. For H.264 encoder should clear the DELTA_UNIT flag on PPS/SPS buffers if output is byte-stream format. Same for MPEG-2. All encoders should output a keyframe as first buffer.
This bug is not relevant anymore as Insanity as been mostly rewriten recently. All tests have been rewriten in C.