From 3dcd77a21c7e20a71347242caae2129644685987 Mon Sep 17 00:00:00 2001 From: Tim-Philipp Müller Date: Mon, 27 Mar 2017 18:19:33 +0100 Subject: examples: make test-launch pipeline shared by default as well --- examples/test-launch.c | 1 + 1 file changed, 1 insertion(+) diff --git a/examples/test-launch.c b/examples/test-launch.c index 03bcd410aa..1675591bae 100644 --- a/examples/test-launch.c +++ b/examples/test-launch.c @@ -69,6 +69,7 @@ main (int argc, char *argv[]) * element with pay%d names will be a stream */ factory = gst_rtsp_media_factory_new (); gst_rtsp_media_factory_set_launch (factory, argv[1]); + gst_rtsp_media_factory_set_shared (factory, TRUE); /* attach the test factory to the /test url */ gst_rtsp_mount_points_add_factory (mounts, "/test", factory); -- cgit v1.2.3