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

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Mon May 8 13:41:15 UTC 2017


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

--- Comment #1 from Edward Hervey <bilboed at bilboed.com> ---
Created attachment 351353
  --> https://bugzilla.gnome.org/attachment.cgi?id=351353&action=edit
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

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