gstreamer/tests/check/elements
George Kiagiadakis f9b7f44938 tests/check: add an rtpsession unit test to verify all RBs are included in all SRs, roundrobin
This test checks that when we have multiple internal sender sources
in rtpsession, SRs contain RBs for every other sender source, and that
they are included roundrobin when they exceed ST_RTCP_MAX_RB_COUNT,
which is the max number of RBs that can fit in a SR.
2013-12-12 16:02:56 +01:00
..
.gitignore tests/check: add rtpcollision::test_master_ssrc_collision unit test 2013-12-12 15:39:39 +01:00
aacparse.c audioparsers: use ACCEPT_INTERSECT flag 2013-12-03 22:26:44 +01:00
ac3parse.c Fix FSF address 2012-11-04 00:07:18 +00:00
alphacolor.c tests: Fix some more unit tests 2013-05-10 13:34:16 +02:00
amrparse.c Fix FSF address 2012-11-04 00:07:18 +00:00
apev2mux.c tests: fix some printf format issues in debug messages 2013-04-11 22:55:58 +01:00
aspectratiocrop.c tests: Fix some more unit tests 2013-05-10 13:34:16 +02:00
audioamplify.c tests: Fix some more unit tests 2013-05-10 13:34:16 +02:00
audiochebband.c tests: Fix some more unit tests 2013-05-10 13:34:16 +02:00
audiocheblimit.c tests: Fix some more unit tests 2013-05-10 13:34:16 +02:00
audiodynamic.c tests: Fix some more unit tests 2013-05-10 13:34:16 +02:00
audioecho.c tests: Fix some more unit tests 2013-05-10 13:34:16 +02:00
audiofirfilter.c tests: audiofirfilter: negotiate the intended raw audio format 2012-03-28 12:23:56 +02:00
audioiirfilter.c Suppress deprecation warnings in selected files, for g_value_array_* mostly 2012-02-27 14:47:25 +01:00
audioinvert.c tests: Fix some more unit tests 2013-05-10 13:34:16 +02:00
audiopanorama.c audiopanorama: cleanup and expand the tests 2013-06-11 21:48:18 +02:00
audiowsincband.c tests: Fix some more unit tests 2013-05-10 13:34:16 +02:00
audiowsinclimit.c tests: Fix some more unit tests 2013-05-10 13:34:16 +02:00
autodetect.c autodetect checktest: Do not fail without videosink 2013-03-11 10:54:48 +01:00
avimux.c tests: Fix some more unit tests 2013-05-10 13:34:16 +02:00
avisubtitle.c tests: Fix some more unit tests 2013-05-10 13:34:16 +02:00
capssetter.c tests: Fix some more unit tests 2013-05-10 13:34:16 +02:00
deinterlace.c tests: Fix some more unit tests 2013-05-10 13:34:16 +02:00
deinterleave.c deinterleave: Fix event handling in test 2013-05-13 14:55:27 +02:00
dtmf.c tests: Fix some more unit tests 2013-05-10 13:34:16 +02:00
equalizer.c tests: Fix some more unit tests 2013-05-10 13:34:16 +02:00
flacparse.c Fix FSF address 2012-11-04 00:07:18 +00:00
flvdemux.c Fix FSF address 2012-11-04 00:07:18 +00:00
flvmux.c Fix FSF address 2012-11-04 00:07:18 +00:00
gdkpixbufsink.c Fix FSF address 2012-11-04 00:07:18 +00:00
icydemux.c icydemux: Fix event handling in unit test 2013-05-13 15:19:36 +02:00
id3demux.c Fix FSF address 2012-11-04 00:07:18 +00:00
id3v2mux.c tests: fix some printf format issues in debug messages 2013-04-11 22:55:58 +01:00
imagefreeze.c Fix FSF address 2012-11-04 00:07:18 +00:00
interleave.c interleave: Fix event handling in unit test 2013-05-14 10:25:56 +02:00
jpegdec.c Fix FSF address 2012-11-04 00:07:18 +00:00
jpegenc.c jpegenc-test: Send inital events 2013-05-10 09:24:53 +02:00
level.c level: rework the tests to cover other formats too 2013-06-09 20:39:48 +02:00
matroskamux.c tests: Fix some more event handling in tests 2013-05-13 15:36:19 +02:00
matroskaparse.c Fix FSF address 2012-11-04 00:07:18 +00:00
mpegaudioparse.c Fix FSF address 2012-11-04 00:07:18 +00:00
mulawdec.c mulaw: Fix event handling in unit test 2013-05-14 13:58:01 +02:00
mulawenc.c mulaw: Fix event handling in unit test 2013-05-14 13:58:01 +02:00
multifile.c multifile: Fix event handling in unit test 2013-05-14 16:00:58 +02:00
parser.c tests: Fix parser tests 2013-05-10 13:10:29 +02:00
parser.h Fix FSF address 2012-11-04 00:07:18 +00:00
qtmux.c qtmux: Fix event handling in unit test 2013-05-14 16:08:54 +02:00
rganalysis.c tests: rganalysis: rename function for clarity 2013-09-02 22:50:58 +01:00
rglimiter.c rglimiter: Fix event handling in unit tests 2013-05-14 16:34:54 +02:00
rgvolume.c rgvolume: Fix event handling in the unit test 2013-05-14 17:29:18 +02:00
rtp-payloading.c rtp: add L24 pay and depayloader 2013-09-09 15:13:46 +02:00
rtpbin.c rtpbin-test: Send missing stream-start and segment events 2013-05-13 15:36:34 +02:00
rtpbin_buffer_list.c Fix FSF address 2012-11-04 00:07:18 +00:00
rtpcollision.c tests/check: improve rtpcollision::test_master_ssrc_collision to ensure that a collision does not BYE the whole session 2013-12-12 15:39:40 +01:00
rtpjitterbuffer.c rtpjitterbuffer: serialize events in the buffer 2013-12-10 11:57:37 +01:00
rtpmux.c rtpmux: Send stream-start before caps 2013-05-13 15:37:05 +02:00
rtpsession.c tests/check: add an rtpsession unit test to verify all RBs are included in all SRs, roundrobin 2013-12-12 16:02:56 +01:00
shapewipe.c shapewipe-test: Send inital events 2013-05-11 09:12:35 +02:00
souphttpsrc.c tests: souphttpsrc: add explicit cast to silence warning 2013-10-31 13:22:40 -03:00
spectrum.c spectrum-test: Send inital events 2013-05-11 09:12:12 +02:00
sunaudio.c Fix FSF address 2012-11-04 00:07:18 +00:00
udpsink.c Fix FSF address 2012-11-04 00:07:18 +00:00
udpsrc.c Fix FSF address 2012-11-04 00:07:18 +00:00
videocrop.c videocrop: Fix unit for GRAY16 formats 2013-07-18 10:54:50 -04:00
videofilter.c videoflip: Add unit test for the 'automatic' method 2013-11-28 11:59:05 -05:00
videomixer.c videomixer: Send EOS if buf_end >= segment.stop 2013-08-11 19:05:18 +02:00
vp8dec.c vp8dec-test: Send inital events 2013-05-10 09:24:35 +02:00
vp8enc.c vp8enc-test: Send inital events 2013-05-10 09:24:47 +02:00
wavpackdec.c wavpackdec-test: Send initial events 2013-05-10 09:24:28 +02:00
wavpackenc.c wavpack: Fix unit tests, width is now called depth in the caps in 1.0 2013-02-13 11:49:40 +01:00
wavpackparse.c wavpackparse-test: Send inital events 2013-05-11 09:12:01 +02:00
wavparse.c tests: refactor new wavparse test a little 2013-04-09 00:28:54 +01:00
y4menc.c y4menc-test: Send inital events 2013-05-11 09:11:56 +02:00