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 658958 - Encoders: Timestamping related correctness
Encoders: Timestamping related correctness
Status: RESOLVED WONTFIX
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:55 UTC by David Laban
Modified: 2012-06-21 18:26 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description David Laban 2011-09-13 15:55:59 UTC
(Notes from internal brainstorm: may change as work is carried out):

#13 Test video encoder passing timing information through correctly

Encoder should pass through newsegment event, should remember segment
configuration, should handle and pass through segment updates. Encoder
should do correct clipping at segment boundaries (if
timestamp+duration > segment.end either drop buffer, or if timestamp <
segment.end clip duration so that timestamp+duration = segment.end).
Encoder should pass timestamps through correctly (ie. output
timestamps should match input timestamps if adjusted for
display/coding order re-ordering that may happen), even if there are
jumps or there is jitter.
Comment 1 Thibault Saunier 2012-06-21 18:26:56 UTC
This bug is not relevant anymore as Insanity as been mostly rewriten recently. 
All tests have been rewriten in C.