tests: h264parse: fix tests after leading 0x00 removal
authorThiago Santos <ts.santos@sisa.samsung.com>
Fri, 24 Jan 2014 15:36:59 +0000 (12:36 -0300)
committerThiago Santos <ts.santos@sisa.samsung.com>
Fri, 24 Jan 2014 15:48:43 +0000 (12:48 -0300)
commit68ce96a9e402c3e21990db318436b24d5ebbb901
tree0b5a64bc1f7b6bc9417434a22208e223c0cc0957
parent61192a1619a2f1042a2c701de7864fcdf54cdf2c
tests: h264parse: fix tests after leading 0x00 removal

Commit 6af387cd5ab2c946025e5499903e75ee87b063a9 made h264parse
strip a leading 0x00 byte from some output scenarios. This broke
tests as bs_to_nal test expects one more byte on the output.

Fix this by comparing the output with the expected stripped version,
too.
tests/check/elements/h264parse.c