Initial commit of GstRtpFunnel
authorHavard Graff <havard.graff@gmail.com>
Wed, 18 Oct 2017 09:14:36 +0000 (11:14 +0200)
committerMathieu Duponchelle <mathieu@centricular.com>
Mon, 15 Oct 2018 12:20:58 +0000 (14:20 +0200)
commit53a45b12224ef9e4017199f6f0dacbd83207016d
treec5e225acda143389eed7fa532a259ceb66909766
parentafa4be4b3b2bfc3f83317de7c38a606caadb803c
Initial commit of GstRtpFunnel

For funneling together rtp-streams into a single session.
Use-cases include multiplexing and bundle.
gst/rtpmanager/Makefile.am
gst/rtpmanager/gstrtpfunnel.c [new file with mode: 0644]
gst/rtpmanager/gstrtpfunnel.h [new file with mode: 0644]
gst/rtpmanager/gstrtpmanager.c
gst/rtpmanager/meson.build
tests/check/Makefile.am
tests/check/elements/rtpfunnel.c [new file with mode: 0644]
tests/check/meson.build