jackaudiosink / jackaudiosrc client name

classic Classic list List threaded Threaded
3 messages Options
Reply | Threaded
Open this post in threaded view
|

jackaudiosink / jackaudiosrc client name

Hoggins!
Hello,

Is there a way to specify the name of the client that will be used by GStreamer ? I'm using the gst-launch command line wrapper.

Should it be easy to add that option in the code ?

Thanks in advance,

    Hoggins!

_______________________________________________
gstreamer-devel mailing list
[hidden email]
http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel

signature.asc (270 bytes) Download Attachment
Reply | Threaded
Open this post in threaded view
|

Re: jackaudiosink / jackaudiosrc client name

Tristan Matthews-2
2011/12/7 Hoggins! <[hidden email]>:
> Hello,
>
> Is there a way to specify the name of the client that will be used by
> GStreamer ? I'm using the gst-launch command line wrapper.
>
> Should it be easy to add that option in the code ?

It is not possible to modify the name of the client if using
gst-launch. It is possible to pass a pointer to your own client (i.e.
created with jack_client_open) via the "client" property. This would
have to be done in C code.

Best,
Tristan

> Thanks in advance,
>
>     Hoggins!
>
> _______________________________________________
> gstreamer-devel mailing list
> [hidden email]
> http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel
>



--
Tristan Matthews
web: http://tristanswork.blogspot.com
_______________________________________________
gstreamer-devel mailing list
[hidden email]
http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel
Reply | Threaded
Open this post in threaded view
|

Re: jackaudiosink / jackaudiosrc client name

Hoggins!
Thanks !
I'm sorry, I just sent you a private message for a source code modification in that way.
I guess I'll have to experiment in developing a C application for that.

    Hoggins!

Le 07/12/2011 18:24, Tristan Matthews a écrit :
It is not possible to modify the name of the client if using
gst-launch. It is possible to pass a pointer to your own client (i.e.
created with jack_client_open) via the "client" property. This would
have to be done in C code.

Best,
Tristan

_______________________________________________
gstreamer-devel mailing list
[hidden email]
http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel

signature.asc (270 bytes) Download Attachment