examples: mark the example as shared for testing
authorWim Taymans <wim.taymans@collabora.co.uk>
Fri, 3 Apr 2009 17:47:38 +0000 (19:47 +0200)
committerWim Taymans <wim@metal.(none)>
Fri, 3 Apr 2009 17:47:38 +0000 (19:47 +0200)
examples/test-readme.c

index e23c55a..977fcb0 100644 (file)
@@ -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);