summaryrefslogtreecommitdiffstats
path: root/ext/jack/gstjackaudiosink.h
diff options
context:
space:
mode:
Diffstat (limited to 'ext/jack/gstjackaudiosink.h')
-rw-r--r--ext/jack/gstjackaudiosink.h17
1 files changed, 1 insertions, 16 deletions
diff --git a/ext/jack/gstjackaudiosink.h b/ext/jack/gstjackaudiosink.h
index 12c82a83..b4a77033 100644
--- a/ext/jack/gstjackaudiosink.h
+++ b/ext/jack/gstjackaudiosink.h
@@ -27,6 +27,7 @@
#include <gst/gst.h>
#include <gst/audio/gstbaseaudiosink.h>
+#include "gstjack.h"
#include "gstjackaudioclient.h"
G_BEGIN_DECLS
@@ -42,22 +43,6 @@ typedef struct _GstJackAudioSink GstJackAudioSink;
typedef struct _GstJackAudioSinkClass GstJackAudioSinkClass;
/**
- * GstJackConnect:
- * @GST_JACK_CONNECT_NONE: 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.
- * @GST_JACK_CONNECT_AUTO: 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.
- *
- * Specify how the output ports will be connected.
- */
-typedef enum {
- GST_JACK_CONNECT_NONE,
- GST_JACK_CONNECT_AUTO
-} GstJackConnect;
-
-/**
* GstJackAudioSink:
*
* Opaque #GstJackAudioSink.