tests: baseparse: add test for reverse playback on passthrough
authorThiago Santos <ts.santos@sisa.samsung.com>
Mon, 13 Jan 2014 11:37:37 +0000 (08:37 -0300)
committerThiago Santos <ts.santos@sisa.samsung.com>
Mon, 13 Jan 2014 11:43:28 +0000 (08:43 -0300)
commit4f9d382a0aa71d8ef8413d89b98018ee89e66d1e
tree5d05cadc6a04ea8ad6e2bc1e8571ccb154e87154
parentaad8123ff95cd6edc845dc0527512c042f54bc9a
tests: baseparse: add test for reverse playback on passthrough

Baseparse stores buffers for reverse playback to push on the next
DISCONT, the issue was that it wouldn't ever check for a discont
on passthrough mode as it skips all real parsing. This test
was create to verify this issue and prevent it from happening again

https://bugzilla.gnome.org/show_bug.cgi?id=721941
tests/check/libs/baseparse.c