baseparse: do not accumulate buffers on passthrough mode
authorThiago Santos <ts.santos@sisa.samsung.com>
Fri, 10 Jan 2014 12:10:06 +0000 (09:10 -0300)
committerThiago Santos <ts.santos@sisa.samsung.com>
Mon, 13 Jan 2014 11:43:28 +0000 (08:43 -0300)
commita3ff2976cc4a29e785563d3a683054748be23e6f
tree76a4837cf747647d4102f802e1ec800e6ec8e45d
parent6a05291ca2ec8f232f14c7c393bd5bdd1d24fda3
baseparse: do not accumulate buffers on passthrough mode

If on passthrough during reverse playback, do not accumulate buffers as
baseparse will never check for DISCONT flag to push those buffers.
So just push buffers downstream as if it was forward playback.

https://bugzilla.gnome.org/show_bug.cgi?id=721941
libs/gst/base/gstbaseparse.c