<html><head></head><body><div>On Thu, 2017-01-26 at 01:59 -0800, ivan-perez wrote:</div><div><br></div><div>Hi,</div><div><br></div><blockquote type="cite"><div>According to the GStreamer docs, I can achieve it by sending a signal</div><div>in order to add or remove clients dynamically. In this case, it should be the add signal -</div><div>https://gstreamer.freedesktop.org/data/doc/gstreamer/head/gst-plugins-good-plugins/html/gst-plugins-good-plugins-multiudpsink.html#GstMultiUDPSink-add</div><div><br></div><div>But I can't find any information about sending a signal to an element (in this case, to the multiudpsink element). It's easy to get the reference to my element:</div><div><br></div><div>    GstElement *sink = gst_bin_get_by_name(GST_BIN(pipeline), "dest");</div><div>    /* TODO: send a signal to add a client */</div><div>    g_object_unref(sink);</div><div><br></div><div>But now how can I emit a signal to that element?</div><div><br></div><div>Thanks in advance! Kind regards,</div></blockquote><div><br></div><div>Here are some examples:</div><div><a href="https://cgit.freedesktop.org/gstreamer/gst-plugins-good/tree/tests/check/elements/udpsink.c#n158">https://cgit.freedesktop.org/gstreamer/gst-plugins-good/tree/tests/check/elements/udpsink.c#n158</a></div><div><br></div><div>Cheers</div><div> -Tim</div><div><br></div><div><span><pre>-- <br></pre><div class="-x-evo-paragraph" style="font-family: monospace; width: 71ch; word-wrap: break-word; word-break: break-word;">Tim Müller, Centricular Ltd - <a href="http://www.centricular.com">http://www.centricular.com</a></div>
</span></div></body></html>