README: add blurb about shared media factories
authorWim Taymans <wim.taymans@collabora.co.uk>
Mon, 16 Aug 2010 10:24:50 +0000 (12:24 +0200)
committerWim Taymans <wim.taymans@collabora.co.uk>
Mon, 16 Aug 2010 10:45:24 +0000 (12:45 +0200)
docs/README

index 50ad82f..5b223b6 100644 (file)
@@ -161,6 +161,10 @@ can build simple server applications with it.
  a test signal will be streamed to the client. The full example code can be
  found in the examples/test-readme.c file.
 
+ Note that by default the factory will create a new pipeline for each client. If
+ you want to share a pipeline between clients, use
+ gst_rtsp_media_factory_set_shared().
+
 
 * more on GstRTSPMediaFactory