baseparse: Add unit test for short reads
authorKimTaeSoo <myrandy1@gmail.com>
Mon, 26 Nov 2018 13:00:28 +0000 (22:00 +0900)
committerSebastian Dröge <sebastian@centricular.com>
Wed, 28 Nov 2018 15:46:12 +0000 (17:46 +0200)
commitafcae3f05b3b0be4f87d6efbb553c7607096b794
tree63c01cff810af5e28ea1d75a313f5a7c5adf2048
parentbf1979e55fc525f4e26354fa03edf9bbe41b54c1
baseparse: Add unit test for short reads

Before the previous commit, buffer pulling count and chain function call
counts are not equal due to EOS. After the modification, these counts
are equal so unit test is passing.

https://gitlab.freedesktop.org/gstreamer/gstreamer/merge_requests/33
https://gitlab.freedesktop.org/gstreamer/gstreamer/issues/294
tests/check/libs/baseparse.c