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

Wim Taymans wim.taymans at gmail.com
Mon Mar 8 10:57:50 CET 2010


On Mon, 2010-03-08 at 14:40 +0530, arnabsamanta wrote:
> 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.
> 
Like this:

gchar *dest;
gint port;

g_signal_emit_by_name (multiudpsink, "add", dest, port, NULL);


Wim

> Please suggest.
> 
> Thanks and regards,
> Arnab 
> 
> 
> 
> 
> 
> ------------------------------------------------------------------------------
> Download Intel® 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






More information about the gstreamer-devel mailing list