g_signal_emit_by_name (udpsink, &quot;add&quot;, address, port, NULL);<br><br><div>Please refer to function gst_rtsp_media_set_state in <a href="http://cgit.freedesktop.org/gstreamer/gst-rtsp-server/tree/gst/rtsp-server/rtsp-media.c">http://cgit.freedesktop.org/gstreamer/gst-rtsp-server/tree/gst/rtsp-server/rtsp-media.c</a><div>

<div><br><div class="gmail_quote">2010/3/8 arnabsamanta <span dir="ltr">&lt;<a href="mailto:arnabsamanta@tataelxsi.co.in">arnabsamanta@tataelxsi.co.in</a>&gt;</span><br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">

Hello All,<br>
<br>
I have a scenario where I am going to add multiple client address<br>
to multiudpsink dynamically, ie when the pipeline is playing .<br>
<br>
I guess I need to send &quot;add&quot; signal with the cleint address<br>
to multiudpsink from the application.<br>
Is my understanding correct ?<br>
<br>
If so, can somebody Please tell me how can I send signal<br>
from application to plugins ?<br>
<br>
I guess g_siganl_connect is used to do just the reverse -<br>
from plugin to application.<br>
<br>
Please suggest.<br>
<br>
Thanks and regards,<br>
Arnab<br>
<br>
<br>
<br>
<br>
<br>
------------------------------------------------------------------------------<br>
Download Intel&amp;#174; Parallel Studio Eval<br>
Try the new software tools for yourself. Speed compiling, find bugs<br>
proactively, and fine-tune applications for parallel performance.<br>
See why Intel Parallel Studio got high marks during beta.<br>
<a href="http://p.sf.net/sfu/intel-sw-dev" target="_blank">http://p.sf.net/sfu/intel-sw-dev</a><br>
_______________________________________________<br>
gstreamer-devel mailing list<br>
<a href="mailto:gstreamer-devel@lists.sourceforge.net">gstreamer-devel@lists.sourceforge.net</a><br>
<a href="https://lists.sourceforge.net/lists/listinfo/gstreamer-devel" target="_blank">https://lists.sourceforge.net/lists/listinfo/gstreamer-devel</a><br>
</blockquote></div><br></div></div></div>