[gstreamer-bugs] [Bug 611194] [segments] gst_segment_set_newsegment_full() should allow negative updates to segment start

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Tue Mar 2 03:38:31 PST 2010


https://bugzilla.gnome.org/show_bug.cgi?id=611194
  GStreamer | gstreamer (core) | git

--- Comment #2 from Sebastian Dröge <slomo at circular-chaos.org> 2010-03-02 11:38:29 UTC ---
The problem I see here is that the running times would change, let's take a
buffer with timestamp 6 as example.

1)
(6-0)/1.0 + 0 = 6

2)
(6-5)/2 + 5 = 5.5

3)
(6-3)/2 + 3 = 4.5

The difference between 1) and 2) is correct because of the rate change, the
difference between 2) and 3) will be a problem because the running time should
really be the same.

-- 
Configure bugmail: https://bugzilla.gnome.org/userprefs.cgi?tab=email
------- 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