tests/check: add rtpaux::test_simple_rtpbin_aux
authorJulien Isorce <julien.isorce@collabora.co.uk>
Fri, 1 Nov 2013 16:57:15 +0000 (16:57 +0000)
committerWim Taymans <wtaymans@redhat.com>
Fri, 3 Jan 2014 19:48:29 +0000 (20:48 +0100)
commit5f360f3b133301fcd33cbc3998c369354134e2bc
treef9431446f0afadf76a00ef8904d777de9f241f2f
parent68149d14e1325c6a9b842127ef2b6c376cc77140
tests/check: add rtpaux::test_simple_rtpbin_aux

It shows how to use "set-aux-receive" and "set-aux-send"
properties of rtpbin to set rtprtxsend and rtprtxreceive

Build 2 pipelines, one for rtpbin as a sender and one for
rtobin as a receive. Then transmit an audio stream.

It also drops some packets to activate restransmission and
check they are actually retransmited.
tests/check/Makefile.am
tests/check/elements/.gitignore
tests/check/elements/rtpaux.c [new file with mode: 0644]