gstreamer/ext
Tim-Philipp Müller 375976c847 flacdec: fix intermittent FLAC__STREAM_DECODER_ABORTED errors when seeking
When seeking in a local flac file (ie. operating pull-based), the decoder
would often just error out after the loop function sees a DECODER_ABORTED
status. This, however, is the read callback's way of telling our loop
function that pull_range failed and streaming should stop, in this case
because of the flush-start event that the seek handler pushed upstream
from the seeking thread. Handle this slightly better by storing the last
flow return from pull_range, so the loop function can evaluate it properly
when it encounters a DECODER_ABORTED and take the right action.

Fixes #578612.
2009-07-21 19:58:04 +01:00
..
aalib Update and add documentation for plugins with deps (ext). 2009-01-28 18:05:09 +02:00
annodex Update and add documentation for plugins with deps (ext). 2009-01-28 18:05:09 +02:00
cairo cairorender: Add support for ARGB/BGRA input 2009-07-20 08:08:22 +02:00
dv dvdemux: post container-format tag 2009-06-22 10:49:02 +01:00
esd Remove unused variables in _class_init 2009-04-18 18:51:27 +02:00
flac flacdec: fix intermittent FLAC__STREAM_DECODER_ABORTED errors when seeking 2009-07-21 19:58:04 +01:00
gconf Remove blank {set|get}_property/change_state/finalize methods. 2009-04-18 18:51:27 +02:00
gdk_pixbuf configure: make gdk-pixbuf plugin depend only on gdk-pixbuf, not gtk+ 2009-05-05 13:20:47 +01:00
hal Update and add documentation for plugins with deps (ext). 2009-01-28 18:05:09 +02:00
jpeg jpeg: code cleanups for encoder 2009-07-21 10:04:36 +03:00
ladspa Don't install static libs for plugins. Fixes #550851 for -good. 2008-11-04 12:28:34 +00:00
libcaca Remove trivial unused variables detected by CLang static analyzer. 2009-04-18 18:51:28 +02:00
libmng Don't install static libs for plugins. Fixes #550851 for -good. 2008-11-04 12:28:34 +00:00
libpng pngdec: Avoid possible overflow in calculations 2009-06-02 13:44:39 +01:00
mikmod Don't install static libs for plugins. Fixes #550851 for -good. 2008-11-04 12:28:34 +00:00
pulse pulsesink: set some values to their defaults 2009-07-20 19:09:19 +02:00
raw1394 raw1394: sprinkle branch likeliness macros accross the code. 2009-06-24 12:37:38 +02:00
shout2 Don't install static libs for plugins. Fixes #550851 for -good. 2008-11-04 12:28:34 +00:00
soup souphttpsrc: Only assume seekability if the server provides Content-Length 2009-07-16 19:35:44 +02:00
speex Add RANKS for various encoders and muxers 2009-05-07 18:10:08 +01:00
taglib id3v2mux: write RVA2 frames containing peak/gain volume data 2009-04-02 00:20:02 +01:00
wavpack wavpack: Implement preset interface 2009-05-04 12:40:36 +02:00
Makefile.am Pull changes from 0.10.9.2 pre-release branch moving the libcdio 2008-08-12 09:22:29 +00:00