I haven't tried your code, but this part is problematic:<br><br>2010/11/25 victor <span dir="ltr"><<a href="mailto:delvauxbernard@yahoo.fr">delvauxbernard@yahoo.fr</a>></span><br><div class="gmail_quote"><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
g_object_set (src, "connect", src_client, NULL);<br></blockquote><div> <br>The value of the "connect" property should not be a pointer to a jack_client, but rather one of:<br> (0): none - Don't automatically connect ports to physical ports<br>
(1): auto - Automatically connect ports to physical ports<br> (2): auto-forced - Automatically connect ports to as many physical ports as possible<br><br>
It just changes how your jack client's ports will be connected to physical ports. The jack plugins creates their own clients so you don't need to create your own.<br><br></div></div>-- <br>Tristan Matthews<br>email: <a href="mailto:tristan@sat.qc.ca">tristan@sat.qc.ca</a><br>
web: <a href="http://tristanswork.blogspot.com">http://tristanswork.blogspot.com</a><br>