After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 658959 - Encoders: Test video encoder setting correct buffer flags on output buffers
Encoders: Test video encoder setting correct buffer flags on output buffers
Status: RESOLVED OBSOLETE
Product: GStreamer
Classification: Platform
Component: gst-qa-system
unspecified
Other Linux
: Normal enhancement
: git master
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2011-09-13 15:59 UTC by David Laban
Modified: 2012-06-21 18:28 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description David Laban 2011-09-13 15:59:31 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.
Comment 1 Thibault Saunier 2012-06-21 18:28:02 UTC
This bug is not relevant anymore as Insanity as been mostly rewriten recently. 
All tests have been rewriten in C.