<html dir="ltr"><head></head><body style="text-align:left; direction:ltr;"><div>Le dimanche 31 mai 2020 à 19:53 -0500, mwon a écrit :</div><blockquote type="cite" style="margin:0 0 0 .8ex; border-left:2px #729fcf solid;padding-left:1ex"><pre>Hi and thanks for the reply. </pre><pre><br></pre><pre>Not sure how can I do it. When you say "pair" you mean "/webrtcdsp !</pre><pre>webrtcechoprobe/", right? How to can I add a probe connected to /webrtcdsp/</pre><pre>if the pipeline only runs it at the start is connected to webrtcechoprobe?</pre><pre>If I define the parent of the second /webrtcechoprobe/ in a later stage,</pre><pre>will it connect to the initial /webrtcdsp/?</pre></blockquote><div><br></div><div>GstElement *dsp, *probe;</div><div><br></div><div>dsp = gst_element_factory_make ("webrtcdsp", NULL);</div><div>probe = gst_element_factory_make ("webrtcechoprobe", NULL);</div><div><br></div><div>/* Here plug the webrtcdsp ! it will be happy has there exist a probe, even if not connected to anything */</div><div><br></div><div><br></div><div>. . . </div><div><br></div><div>/* On some callback, plug the probe you have already created, make sure to reuse it if you need to */</div><div><br></div><div><br></div><div>Nicolas</div><blockquote type="cite" style="margin:0 0 0 .8ex; border-left:2px #729fcf solid;padding-left:1ex"><pre><br></pre><pre><br></pre><pre><br></pre><pre><br></pre><pre><br></pre><pre>--</pre><pre>Sent from: </pre><a href="http://gstreamer-devel.966125.n4.nabble.com/"><pre>http://gstreamer-devel.966125.n4.nabble.com/</pre></a><pre><br></pre><pre>_______________________________________________</pre><pre>gstreamer-devel mailing list</pre><a href="mailto:gstreamer-devel@lists.freedesktop.org"><pre>gstreamer-devel@lists.freedesktop.org</pre></a><pre><br></pre><a href="https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel"><pre>https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel</pre></a><pre><br></pre></blockquote></body></html>