check: fix flvmux unit test on big endian machines
authorTim-Philipp Müller <tim.muller@collabora.co.uk>
Sun, 9 Aug 2009 00:27:01 +0000 (01:27 +0100)
committerTim-Philipp Müller <tim.muller@collabora.co.uk>
Sun, 9 Aug 2009 00:28:40 +0000 (01:28 +0100)
commit04efc92897dde7902cb8c40ea3b0c99c9742e026
treee6402e189bf34b177d3c916db7c93ebfb9b96032
parent19b7001bf99ea37a91af6061ca98e50b08064017
check: fix flvmux unit test on big endian machines

flvmux only accepts raw audio in little endian, but audiotestsrc
produces audio in the native endianness, which makes linking
between audiotestsrc and flvmux fail on big endian machines. Add
an audioconvert element in between the two to fix this.
tests/check/elements/flvmux.c