[Bug 788777] rtpjitterbuffer/h264parse timestamp issue (regression)

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Wed Oct 11 18:47:39 UTC 2017


https://bugzilla.gnome.org/show_bug.cgi?id=788777

--- Comment #8 from HÃ¥vard Graff (hgr) <havard.graff at gmail.com> ---
Maybe we even could use the arrival time in the jitterbuffer as "dts" when dts
is -1?

@Nicola: you feel like getting down and dirty with the jitterbuffer-tests? A
quick scan reveals that we indeed have no tests that pass in -1
(GST_CLOCK_TIME_NONE) as dts, so you could write a simple test that:

1. Pushes some buffers with dts set to GST_CLOCK_TIME_NONE
(generate_test_buffer_full)
2. Increments the time on the clock (with, say, 20ms), for each buffer pushed,
simulating that the buffers are arriving at appropriate times.
3. Verifies that the output pts on the buffers are indeed incrementing (which
they might not be now)

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.


More information about the gstreamer-bugs mailing list