[gst-devel] Problem after Jack use

Tristan Matthews tristan at sat.qc.ca
Fri Nov 26 01:17:42 CET 2010


I haven't tried your code, but this part is problematic:

2010/11/25 victor <delvauxbernard at yahoo.fr>

>                g_object_set (src, "connect", src_client, NULL);
>

The value of the "connect" property should not be a pointer to a
jack_client, but rather one of:
                           (0): none             - Don't automatically
connect ports to physical ports
                           (1): auto             - Automatically connect
ports to physical ports
                           (2): auto-forced      - Automatically connect
ports to as many physical ports as possible

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.

-- 
Tristan Matthews
email: tristan at sat.qc.ca
web: http://tristanswork.blogspot.com
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/gstreamer-devel/attachments/20101125/b70ecc0c/attachment.htm>


More information about the gstreamer-devel mailing list