[Bug 782330] adaptivedemux: Handle more live seeking use-cases

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Tue May 9 07:05:00 UTC 2017


https://bugzilla.gnome.org/show_bug.cgi?id=782330

Edward Hervey <bilboed at bilboed.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED
   Target Milestone|git master                  |1.13.1

--- Comment #2 from Edward Hervey <bilboed at bilboed.com> ---
commit ea6e58d27fabc6a5f671bae3e885896c4a3b8b50
Author: Edward Hervey <edward at centricular.com>
Date:   Mon May 8 15:34:50 2017 +0200

    adaptivedemux: Handle more live seeking use-cases

    This commit fixes the following assumptions with live seeking:
    1) start was always valid and of type GST_SEEK_TYPE_SET
    2) direction was always forward
    3) stop should be offsetted when handling non-accurate seeks before
       the range start position.

    In order to handle more live seeking use-cases (including reverse
playback),
    only do non-accurate start/stop value clamping for GST_SEEK_TYPE_SET
values.

    Also add a bit more debugging lines for issues

    https://bugzilla.gnome.org/show_bug.cgi?id=782330

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