rtsp-stream: create stream pipeline based on transport
authorSrimanta Panda <srimanta@axis.com>
Fri, 4 Dec 2015 07:01:37 +0000 (08:01 +0100)
committerSebastian Dröge <sebastian@centricular.com>
Fri, 4 Dec 2015 12:13:10 +0000 (14:13 +0200)
commit82dffd17b34c408ab2cf9ce3d991068f44757dd7
tree7369ce2872820034d1064c0224d2cdaee06efb39
parent61772cb32644a077750abffcd17c43b01fb93cfa
rtsp-stream: create stream pipeline based on transport

Based on the protocol, create the rtsp stream pipeline. If only TCP or
only UDP is set as the transport protocol, it will not add the extra tee
or queue element to the pipeline. Both these elements will be added, if
it supports both TCP and UDP protocols. This improves the pipeline
performance when one protocol is present.

https://bugzilla.gnome.org/show_bug.cgi?id=758179
gst/rtsp-server/rtsp-stream.c