summaryrefslogtreecommitdiffstats
path: root/sys/osxaudio/gstosxringbuffer.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/osxaudio/gstosxringbuffer.h')
-rw-r--r--sys/osxaudio/gstosxringbuffer.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/osxaudio/gstosxringbuffer.h b/sys/osxaudio/gstosxringbuffer.h
index 5c0e9b72..bc8d5524 100644
--- a/sys/osxaudio/gstosxringbuffer.h
+++ b/sys/osxaudio/gstosxringbuffer.h
@@ -67,6 +67,7 @@ struct _GstOsxRingBuffer {
GstRingBuffer object;
AudioDeviceID device_id;
+ gboolean io_proc_active;
guint buffer_len;
GstOsxAudioElementInterface* element;
};
@@ -78,4 +79,4 @@ struct _GstOsxRingBufferClass {
GType gst_osx_ring_buffer_get_type (void);
G_END_DECLS
-#endif \ No newline at end of file
+#endif