diff options
author | Patricia Muscalu <patricia@axis.com> | 2017-10-17 10:44:33 +0200 |
---|---|---|
committer | Sebastian Dröge <sebastian@centricular.com> | 2017-11-15 19:56:15 +0200 |
commit | a7732a68e8bc6b4ba15629c652056c240c624ff0 (patch) | |
tree | b22bd110efd03bd22554939af4b60a1bd242e340 /tests/check/gst/client.c | |
parent | 930a602e17e4bfdf55522011d3d132bc6777452b (diff) |
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
Diffstat (limited to 'tests/check/gst/client.c')
-rw-r--r-- | tests/check/gst/client.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/tests/check/gst/client.c b/tests/check/gst/client.c index 7779664..4adf3d1 100644 --- a/tests/check/gst/client.c +++ b/tests/check/gst/client.c @@ -793,7 +793,6 @@ GST_START_TEST (test_client_multicast_invalid_transport_specific) g_object_unref (session_pool); - /* simple SETUP with a valid URI and multicast, but an invalid prt */ fail_unless (gst_rtsp_message_init_request (&request, GST_RTSP_SETUP, "rtsp://localhost/test/stream=0") == GST_RTSP_OK); @@ -813,7 +812,6 @@ GST_START_TEST (test_client_multicast_invalid_transport_specific) g_object_unref (session_pool); - /* simple SETUP with a valid URI and multicast, but an invalid ttl */ fail_unless (gst_rtsp_message_init_request (&request, GST_RTSP_SETUP, "rtsp://localhost/test/stream=0") == GST_RTSP_OK); @@ -832,7 +830,6 @@ GST_START_TEST (test_client_multicast_invalid_transport_specific) fail_unless (gst_rtsp_session_pool_get_n_sessions (session_pool) == 0); g_object_unref (session_pool); - teardown_client (client); g_object_unref (ctx.auth); gst_rtsp_token_unref (ctx.token); |