Dynamically reconfigure pipeline in PLAY based on transports
authorPatricia Muscalu <patricia@axis.com>
Tue, 17 Oct 2017 08:44:33 +0000 (10:44 +0200)
committerSebastian Dröge <sebastian@centricular.com>
Wed, 15 Nov 2017 17:56:15 +0000 (19:56 +0200)
commita7732a68e8bc6b4ba15629c652056c240c624ff0
treeb22bd110efd03bd22554939af4b60a1bd242e340
parent930a602e17e4bfdf55522011d3d132bc6777452b
Dynamically reconfigure pipeline in PLAY based on transports

The initial pipeline does not contain specific transport
elements. The receiver and the sender parts are added
after PLAY.
If the media is shared, the streams are dynamically
reconfigured after each PLAY.

https://bugzilla.gnome.org/show_bug.cgi?id=788340
gst/rtsp-server/rtsp-client.c
gst/rtsp-server/rtsp-media.c
gst/rtsp-server/rtsp-media.h
gst/rtsp-server/rtsp-stream.c
gst/rtsp-server/rtsp-stream.h
tests/check/gst/client.c
tests/check/gst/media.c
tests/check/gst/rtspserver.c
tests/check/gst/stream.c