uridecodebin: Drop hardcoded list of media suitable for download buffering
authorSjoerd Simons <sjoerd.simons@collabora.co.uk>
Fri, 26 Jul 2013 13:44:28 +0000 (15:44 +0200)
committerSjoerd Simons <sjoerd@luon.net>
Fri, 24 Jan 2014 21:34:51 +0000 (22:34 +0100)
commit43237ad0e25ffa4adb949cbde397cd00aa9c180d
tree6105dde252674509f937c18b5febeb9228b63457
parent4c8e211e57146f00fff325403c07217274e9b2f1
uridecodebin: Drop hardcoded list of media suitable for download buffering

Discussion on IRC indicated that the main reason for this list was to
prevent demuxers that can trigger a lot of seeking from using
progressive buffering using queue2 (which due to being seekable triggers
that behaviour).

However given that upstream can indicate seeks are possible but should
be avoided via a scheduling query, this extra whitelisting shouldn't be
necessary for well-behaved demuxers.

https://bugzilla.gnome.org/show_bug.cgi?id=704933
gst/playback/gsturidecodebin.c