Bug#436666: Tries to start jackd although JackNoStartServer is given

Sebastian Dröge slomo at circular-chaos.org
Sun Sep 2 05:36:49 UTC 2007


reassign 436666 jack
found 436666 3.1.1+cvs20050801-15
retitle 436666 Tries to start jackd although JackNoStartServer is given
thanks

Hi,
for some reason jack tries to start jackd although JackNoStartServer is
given.

Sample app:
> #include <jack/jack.h>
> 
> int main()
> {
>   jack_options_t options;
>   jack_client_t *jclient;
>   char *id = "test";
>   jack_status_t status = 0;
> 
> 
>   options = JackNoStartServer;
>   /* open the client */
>   jclient = jack_client_open (id, options, &status, NULL);
> }


Starting it gives: sh: jackd: not found

Bye
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: Dies ist ein digital signierter Nachrichtenteil
Url : http://lists.alioth.debian.org/pipermail/pkg-gstreamer-maintainers/attachments/20070902/83153dab/attachment.pgp 


More information about the Pkg-gstreamer-maintainers mailing list