Skip to content
Snippets Groups Projects
Commit 3dcd77a2 authored by Tim-Philipp Müller's avatar Tim-Philipp Müller :tropical_fish:
Browse files

examples: make test-launch pipeline shared by default as well

parent eb1ee7e2
No related branches found
No related tags found
No related merge requests found
......@@ -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);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment