summaryrefslogtreecommitdiffstats
path: root/ext/jack/gstjack.h
diff options
context:
space:
mode:
authorAndy Wingo <wingo@pobox.com>2003-09-30 12:56:27 +0000
committerAndy Wingo <wingo@pobox.com>2003-09-30 12:56:27 +0000
commitc2b6b06e2cb33ba7966c6f16154788fc1d7ce6eb (patch)
tree1a86b90a424a43027ff1bd650893440b9b5a1264 /ext/jack/gstjack.h
parentf3b256d01f452827b8c0b40200f76a7fc0a43ed7 (diff)
downloadgst-plugins-bad-c2b6b06e2cb33ba7966c6f16154788fc1d7ce6eb.tar.gz
gst-plugins-bad-c2b6b06e2cb33ba7966c6f16154788fc1d7ce6eb.tar.bz2
gst-plugins-bad-c2b6b06e2cb33ba7966c6f16154788fc1d7ce6eb.zip
conform to the buffer-frames props entry -- much nicer now...
Original commit message from CVS: conform to the buffer-frames props entry -- much nicer now...
Diffstat (limited to 'ext/jack/gstjack.h')
-rw-r--r--ext/jack/gstjack.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/ext/jack/gstjack.h b/ext/jack/gstjack.h
index 216c3052..87d7d611 100644
--- a/ext/jack/gstjack.h
+++ b/ext/jack/gstjack.h
@@ -71,12 +71,13 @@ enum {
};
+typedef jack_default_audio_sample_t sample_t;
+
typedef struct {
GstPad *pad;
void *data;
const gchar *name;
const gchar *peer_name;
- GstByteStream *bs;
jack_port_t *port;
} GstJackPad;