Skip to content
  • Julien Isorce's avatar
    baseparse: correctly handle non-flush seek · b2c05cac
    Julien Isorce authored
    Otherwise when seeking/looping to the start when reaching the end,
    the sink waits for the duration of the stream. So the user hears
    nothing for the duration of the stream before it actually loop again.
    See example attached to the bug for that.
    
    Existing test:
    gst-plugins-good/tests/icles/test-segment-seeks foo.flac
    Without the patch the user hears a crack/cut at each seek.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=777780
    b2c05cac