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

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Mon Feb 24 08:31:43 PST 2014


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

           Summary: [PATCH] audiobasesink: clip start samples to match
                    clipped timestamp from skew algorithm
    Classification: Platform
           Product: GStreamer
           Version: git
        OS/Version: Linux
            Status: NEW
          Severity: normal
          Priority: Normal
         Component: gst-plugins-base
        AssignedTo: gstreamer-bugs at lists.freedesktop.org
        ReportedBy: vincent.penquerch at collabora.co.uk
         QAContact: gstreamer-bugs at lists.freedesktop.org
     GNOME version: ---


Created an attachment (id=270159)
 View: https://bugzilla.gnome.org/attachment.cgi?id=270159
 Review: https://bugzilla.gnome.org/review?bug=725078&attachment=270159

Clip start samples

Clock slaving can clip start time to zero, giving us a shorted
duration than we originally got. To keep in sync, we must then
discard the samples falling before that zero timestamp.

The condition is not easy to get, so I'm not 100% sure it fixes
the issue I was having (constant PA underflows causing heavy
distortion).

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