![]() |
![]() |
![]() |
GStreamer Bad Plugins 0.10 Plugins Reference Manual | ![]() |
---|---|---|---|---|
GObject +----GstObject +----GstElement +----GstBaseSink +----GstBaseAudioSink +----GstJackAudioSink
A Sink that outputs data to Jack ports.
It will create N Jack ports named out_<name>_<num> where <name> is the element name and <num> is starting from 1. Each port corresponds to a gstreamer channel.
The samplerate as exposed on the caps is always the same as the samplerate of the jack server.
When the "connect" property is set to auto, this element will try to connect each output port to a random physical jack input pin. In this mode, the sink will expose the number of physical channels on its pad caps.
When the "connect" property is set to none, the element will accept any number of input channels and will create (but not connect) an output port for each channel.
The element will generate an error when the Jack server is shut down when it was PAUSED or PLAYING. This element does not support dynamic rate and buffer size changes at runtime.
Last reviewed on 2006-11-30 (0.10.4)
typedef enum { GST_JACK_CONNECT_NONE, GST_JACK_CONNECT_AUTO } GstJackConnect;
Specify how the output ports will be connected.
Don't automatically connect to physical ports. In this mode, the element will accept any number of input channels and will create (but not connect) an output port for each channel. | |
In this mode, the element will try to connect each output port to a random physical jack input pin. The sink will expose the number of physical channels on its pad caps. |
"connect"
property"connect" GstJackConnect : Read / Write
Specify how the output ports will be connected.
Default value: Automatically connect ports to physical ports