[Bug 725078] audiobasesink: clip start samples to match clipped timestamp from skew algorithm

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Mon Apr 7 03:16:18 PDT 2014


https://bugzilla.gnome.org/show_bug.cgi?id=725078
  GStreamer | gst-plugins-base | git

--- Comment #3 from Vincent Penquerc'h <vincent.penquerch at collabora.co.uk> 2014-04-07 10:16:13 UTC ---
It's hard to test, but I'm reasonably sure it fixed my issue. It seems
theoretically correct to me, what do you see as not obviously correct ?

The patch fixes an issue when the skew algorithm gives timestamps for incoming
samples that cross 0 (ie, the start timestamp is negative, and hte end
timestamp is positive). The start timestamp will then get clipped to 0, giving
an interval tha'ts too short for the audio data.

When this happens, the patch clips out the samples that lie before the newly
clipped time, if there are any.

-- 
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