decodebin2: Add simple unit test, mainly a copy of the decodebin unit test
authorSebastian Dröge <sebastian.droege@collabora.co.uk>
Mon, 15 Feb 2010 00:17:49 +0000 (01:17 +0100)
committerSebastian Dröge <sebastian.droege@collabora.co.uk>
Mon, 15 Feb 2010 00:21:14 +0000 (01:21 +0100)
commit93d7bd2c433df62c58b47927c938670149e708f4
treea25aa0145bb0375f6e390d6d0f5e05ee0244bd60
parent466894d2f4283496dee202750cccf7ac01fb8546
decodebin2: Add simple unit test, mainly a copy of the decodebin unit test

The only difference between the two unit tests right now is,
that the decodebin2 test resets the element to READY before trying
to reuse it instead of NULL. decodebin2 guarantees to be reusable
without going back to NULL.
tests/check/Makefile.am
tests/check/elements/decodebin2.c [new file with mode: 0644]