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 722935 - avdemux: Don't go into pull mode when the sequential scheduling flag is set
avdemux: Don't go into pull mode when the sequential scheduling flag is set
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-libav
git master
Other Mac OS
: Normal enhancement
: 1.3.1
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks: 704933
 
 
Reported: 2014-01-24 21:02 UTC by Sjoerd Simons
Modified: 2014-01-24 21:42 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
proposed patch (1.18 KB, patch)
2014-01-24 21:02 UTC, Sjoerd Simons
accepted-commit_now Details | Review

Description Sjoerd Simons 2014-01-24 21:02:03 UTC
Created attachment 267160 [details] [review]
proposed patch

See #704933#c3
Comment 1 Sjoerd Simons 2014-01-24 21:24:11 UTC
commit 1b5895c9365e2c02f65a1a9bdffcee327beaee18
Author: Sjoerd Simons <sjoerd@luon.net>
Date:   Fri Jan 24 21:58:35 2014 +0100

    avdemux: Don't go into pull mode when the sequential flag is set
    
    When the scheduling query results has GST_SCHEDULING_FLAG_SEQUENTIAL set
    in its flags don't go into pull mode to prevent over-eager seeking.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=722935