[Bug 692953] alsasink does not synchronise properly with a live streaming source, yet (timing skew)

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Mon Jun 2 08:03:12 PDT 2014


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

--- Comment #226 from Rémi Lefèvre <remi.lefevre at parrot.com> 2014-06-02 15:03:06 UTC ---
After more investigations, when I get no audio or choppy audio from the
beginning, it's because I enter this condition in gstaudioringbuffer.c
default_commit() function:

      /* segment too far ahead, writer too slow, we need to drop, hopefully
UNLIKELY */
      if (G_UNLIKELY (diff < 0)) {
        /* we need to drop one segment at a time, pretend we wrote a segment.
*/
        GST_ERROR("skip because diff < 0");
        skip = TRUE;
        break;
      }

This condition is always TRUE when I get no audio, and most often TRUE when I
get choppy audio. This condition seems to be reached in sync=true and is never
recovered correctly.

Not sure it helps with the initial issue in this bug through...

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