[gst-devel] how to send signal to multiudpsink from application

Demon Deng dxssx.dxssx at gmail.com
Mon Mar 8 10:59:55 CET 2010


g_signal_emit_by_name (udpsink, "add", address, port, NULL);

Please refer to function gst_rtsp_media_set_state in
http://cgit.freedesktop.org/gstreamer/gst-rtsp-server/tree/gst/rtsp-server/rtsp-media.c

2010/3/8 arnabsamanta <arnabsamanta at tataelxsi.co.in>

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


More information about the gstreamer-devel mailing list