From c2b6b06e2cb33ba7966c6f16154788fc1d7ce6eb Mon Sep 17 00:00:00 2001 From: Andy Wingo Date: Tue, 30 Sep 2003 12:56:27 +0000 Subject: 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... --- ext/jack/gstjack.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'ext/jack/gstjack.h') 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; -- cgit v1.2.1