From: Wim Taymans Date: Mon, 16 Aug 2010 10:24:50 +0000 (+0200) Subject: README: add blurb about shared media factories X-Git-Tag: 1.19.3~495^2~1462 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=f2a2577f13cbba5b3089e55d60fefa53a9acd7cd;p=platform%2Fupstream%2Fgstreamer.git README: add blurb about shared media factories --- 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