summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorWim Taymans <wim.taymans@collabora.co.uk>2010-08-16 12:24:50 +0200
committerWim Taymans <wim.taymans@collabora.co.uk>2010-08-16 12:45:24 +0200
commitf2a2577f13cbba5b3089e55d60fefa53a9acd7cd (patch)
treeb4737b7c4db018a8d2867c1410182c54258753bb /docs
parent6a880e53df3a1e66ea8d591184a79817311eb4f6 (diff)
README: add blurb about shared media factories
Diffstat (limited to 'docs')
-rw-r--r--docs/README4
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/README b/docs/README
index 50ad82f..5b223b6 100644
--- a/docs/README
+++ b/docs/README
@@ -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