From 4d0df9433c3a9ba3345c4d394b7ec20653ee6044 Mon Sep 17 00:00:00 2001 From: Edward Hervey Date: Thu, 15 Mar 2007 11:39:53 +0000 Subject: Activate osxaudio in gst-plugins-good with proper build setup. Original commit message from CVS: * configure.ac: * sys/Makefile.am: * sys/osxaudio/Makefile.am: * sys/osxaudio/gstosxaudio.c: * sys/osxaudio/gstosxaudiosink.c: (gst_osx_audio_sink_osxelement_do_init), (gst_osx_audio_sink_init), (gst_osx_audio_sink_getcaps), (gst_osx_audio_sink_create_ringbuffer), (plugin_init): * sys/osxaudio/gstosxaudiosrc.c: (gst_osx_audio_src_osxelement_do_init), (gst_osx_audio_src_init), (gst_osx_audio_src_create_ringbuffer): * sys/osxaudio/gstosxringbuffer.c: (gst_osx_ring_buffer_get_type), (gst_osx_ring_buffer_class_init), (gst_osx_ring_buffer_init), (gst_osx_ring_buffer_acquire), (gst_osx_ring_buffer_start), (gst_osx_ring_buffer_pause), (gst_osx_ring_buffer_stop): * sys/osxaudio/gstosxringbuffer.h: Activate osxaudio in gst-plugins-good with proper build setup. Add inlined documentation. Fix debug statements Fix ringbuffer when pausing. Fixes #323471 --- sys/osxaudio/gstosxringbuffer.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'sys/osxaudio/gstosxringbuffer.h') 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 -- cgit