summaryrefslogtreecommitdiffstats
path: root/tests/check/elements/flvmux.c
Commit message (Collapse)AuthorAgeFilesLines
* flvmux: Use loop test to prevent timeout on slow machinesMarvin Schmidt2009-10-151-8/+3
| | | | Partially fixes bug #597739.
* check: fix flvmux unit test on big endian machinesTim-Philipp Müller2009-08-091-4/+8
| | | | | | | 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.
* flvmux: Fix unit test to correctly handle request padsSebastian Dröge2009-08-031-9/+13
| | | | | | | Request pads are removed by the element instance in PAUSED->READY so we need to re-request pads for every run and link them again. Last fix for bug #590447.
* checks: add basic unit test for flvmux, but disable it for nowTim-Philipp Müller2009-08-011-0/+158
Basic unit test for flvmux. Fails miserably, hence disabled for now.