From 660006b04f97b8de1e7208dadfda824b766c955a Mon Sep 17 00:00:00 2001 From: Wim Taymans Date: Fri, 3 Apr 2009 19:47:38 +0200 Subject: [PATCH] examples: mark the example as shared for testing --- examples/test-readme.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/examples/test-readme.c b/examples/test-readme.c index e23c55a..977fcb0 100644 --- a/examples/test-readme.c +++ b/examples/test-readme.c @@ -48,6 +48,8 @@ main (int argc, char *argv[]) gst_rtsp_media_factory_set_launch (factory, "( videotestsrc is-live=1 ! x264enc ! rtph264pay name=pay0 pt=96 )"); + gst_rtsp_media_factory_set_shared (factory, TRUE); + /* attach the test factory to the /test url */ gst_rtsp_media_mapping_add_factory (mapping, "/test", factory); -- 2.7.4