From a75d83e26d3cb5a7634bb7412be11004a22d64f7 Mon Sep 17 00:00:00 2001 From: Wim Taymans Date: Thu, 15 Nov 2012 16:21:51 +0100 Subject: [PATCH] test: set shared --- examples/test-multicast.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/examples/test-multicast.c b/examples/test-multicast.c index 0156a8c..4cd064e 100644 --- a/examples/test-multicast.c +++ b/examples/test-multicast.c @@ -65,6 +65,8 @@ main (int argc, char *argv[]) "audiotestsrc ! audio/x-raw,rate=8000 ! " "alawenc ! rtppcmapay name=pay1 pt=97 " ")"); + gst_rtsp_media_factory_set_shared (factory, TRUE); + /* make a new address pool */ pool = gst_rtsp_address_pool_new (); gst_rtsp_address_pool_add_range (pool, -- 2.7.4