tests: videodecoder: add simple playback test
authorThiago Santos <ts.santos@sisa.samsung.com>
Tue, 7 Jan 2014 19:28:18 +0000 (16:28 -0300)
committerThiago Santos <ts.santos@sisa.samsung.com>
Wed, 8 Jan 2014 01:08:14 +0000 (22:08 -0300)
commit27530a0196a760ac65711051881b7a1d45b0701f
treeb0e3e2a2f411cb00d19999bea36857b4006b7f7d
parent2d98528af32d1108698a338cefc4c6a48a10dd09
tests: videodecoder: add simple playback test

Add a simple playback test that makes sure that video decoder pushes
buffers in the same order it receives and that it respects the
set timestamps and durations
tests/check/Makefile.am
tests/check/libs/.gitignore
tests/check/libs/videodecoder.c [new file with mode: 0644]