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 722934 - mxfdemux: don't use pull mode when the sequential scheduler flag is set
mxfdemux: don't use pull mode when the sequential scheduler flag is set
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-bad
git master
Other Mac OS
: Normal enhancement
: 1.3.1
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks: 704933
 
 
Reported: 2014-01-24 20:48 UTC by Sjoerd Simons
Modified: 2014-01-24 21:36 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
proposed patch, compile tested only (1.16 KB, application/octet-stream)
2014-01-24 20:48 UTC, Sjoerd Simons
  Details
proposed patch (1.16 KB, patch)
2014-01-24 21:00 UTC, Sjoerd Simons
accepted-commit_now Details | Review

Description Sjoerd Simons 2014-01-24 20:48:31 UTC
Created attachment 267158 [details]
proposed patch, compile tested only

See #704933#c3
Comment 1 Sjoerd Simons 2014-01-24 21:00:39 UTC
Created attachment 267159 [details] [review]
proposed patch

Fix commit message
Comment 2 Sjoerd Simons 2014-01-24 21:25:25 UTC
commit f6da7ea8bb865861c8bf4b9ce885f4a16a7e138c
Author: Sjoerd Simons <sjoerd@luon.net>
Date:   Fri Jan 24 21:41:25 2014 +0100

    mxfdemux: 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=722934