gstreamer/ext/jack
Seungha Yang 4a5197dc27 jack: Add port-names property to select ports explicitly
By this new property, user can select physical port to connect,
and element will pick requested port instead of random ones.
User should provide full port name including "client_name:" prefix.
An example is
jackaudiosrc port-names="system:capture_1,system:capture_3" ! ...
   jackaudiosink port-names="system:playback_2"

In addition to "port-names" property, a new connect type "explicit"
is added so that element can post error message if requested
"port-names" contains invalid port(s).

Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-good/-/merge_requests/1037>
2021-07-30 15:58:20 +09:00
..
gstjack.c jack: Add port-names property to select ports explicitly 2021-07-30 15:58:20 +09:00
gstjack.h jack: Add port-names property to select ports explicitly 2021-07-30 15:58:20 +09:00
gstjackaudioclient.c jack: Add port-names property to select ports explicitly 2021-07-30 15:58:20 +09:00
gstjackaudioclient.h jack: Add port-names property to select ports explicitly 2021-07-30 15:58:20 +09:00
gstjackaudiosink.c jack: Add port-names property to select ports explicitly 2021-07-30 15:58:20 +09:00
gstjackaudiosink.h jack: Add port-names property to select ports explicitly 2021-07-30 15:58:20 +09:00
gstjackaudiosrc.c jack: Add port-names property to select ports explicitly 2021-07-30 15:58:20 +09:00
gstjackaudiosrc.h jack: Add port-names property to select ports explicitly 2021-07-30 15:58:20 +09:00
gstjackringbuffer.h jack: Remove trailing whitespace 2021-07-28 10:53:48 +00:00
gstjackutil.c Fix FSF address 2012-11-04 00:07:18 +00:00
gstjackutil.h ext/sys: Fix some compilation errors caused by circular includes 2012-12-12 17:35:04 +00:00
meson.build doc: Port documentation to hotdoc 2019-05-13 11:34:56 -04:00