After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 782698 - adaptivedemux: Don't be too aggressive with seek ranges
adaptivedemux: Don't be too aggressive with seek ranges
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-bad
unspecified
Other All
: Normal normal
: 1.13.1
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2017-05-16 15:30 UTC by Edward Hervey
Modified: 2017-05-31 09:38 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
adaptivedemux: Don't be too aggressive with seek ranges (2.84 KB, patch)
2017-05-16 15:30 UTC, Edward Hervey
committed Details | Review

Description Edward Hervey 2017-05-16 15:30:43 UTC
See commit
Comment 1 Edward Hervey 2017-05-16 15:30:46 UTC
Created attachment 351980 [details] [review]
adaptivedemux: Don't be too aggressive with seek ranges

When an accurate seek is requested on a live stream, only requests the
exact value for the "starting position" (i.e. start in forward playback
and stop in reverse playback).
Comment 2 Edward Hervey 2017-05-31 09:37:55 UTC
commit b104fb203a99eaeee30a412b036e877b62ee296a
Author: Edward Hervey <edward@centricular.com>
Date:   Tue May 16 17:29:35 2017 +0200

    adaptivedemux: Don't be too aggressive with seek ranges
    
    When an accurate seek is requested on a live stream, only requests the
    exact value for the "starting position" (i.e. start in forward playback
    and stop in reverse playback).
    
    https://bugzilla.gnome.org/show_bug.cgi?id=782698