From 3ecf433432289b9c1990165f65bdd51aaad2eaa7 Mon Sep 17 00:00:00 2001 From: Thomas Vander Stichele Date: Tue, 6 Dec 2005 19:44:58 +0000 Subject: expand tabs Original commit message from CVS: expand tabs --- sys/osxaudio/gstosxaudioelement.h | 4 ++-- sys/osxaudio/gstosxaudiosink.h | 24 ++++++++++++------------ sys/osxaudio/gstosxaudiosrc.h | 12 ++++++------ 3 files changed, 20 insertions(+), 20 deletions(-) (limited to 'sys/osxaudio') diff --git a/sys/osxaudio/gstosxaudioelement.h b/sys/osxaudio/gstosxaudioelement.h index d11f7975..031e0b41 100644 --- a/sys/osxaudio/gstosxaudioelement.h +++ b/sys/osxaudio/gstosxaudioelement.h @@ -80,10 +80,10 @@ struct _GstOsxAudioElement struct _GstOsxAudioElementClass { GstElementClass klass; - GList *device_combinations; + GList *device_combinations; }; -GType gst_osxaudioelement_get_type (void); +GType gst_osxaudioelement_get_type (void); int read_buffer(GstOsxAudioElement* osxaudio, unsigned char* data); int write_buffer(GstOsxAudioElement* osxaudio, unsigned char* data, int len); G_END_DECLS diff --git a/sys/osxaudio/gstosxaudiosink.h b/sys/osxaudio/gstosxaudiosink.h index 87cbf7e2..e8678f5f 100644 --- a/sys/osxaudio/gstosxaudiosink.h +++ b/sys/osxaudio/gstosxaudiosink.h @@ -44,28 +44,28 @@ G_BEGIN_DECLS (G_TYPE_CHECK_CLASS_TYPE((klass),GST_TYPE_OSXAUDIOSINK)) typedef enum { - GST_OSXAUDIOSINK_OPEN = (GST_ELEMENT_FLAG_LAST << 0), + GST_OSXAUDIOSINK_OPEN = (GST_ELEMENT_FLAG_LAST << 0), - GST_OSXAUDIOSINK_FLAG_LAST = (GST_ELEMENT_FLAG_LAST << 2) + GST_OSXAUDIOSINK_FLAG_LAST = (GST_ELEMENT_FLAG_LAST << 2) } GstOsxAudioSinkFlags; typedef struct _GstOsxAudioSink GstOsxAudioSink; typedef struct _GstOsxAudioSinkClass GstOsxAudioSinkClass; struct _GstOsxAudioSink { - GstOsxAudioElement element; + GstOsxAudioElement element; - GstPad *sinkpad; + GstPad *sinkpad; -/* GstClock *provided_clock; - GstClock *clock; - gboolean resync; - gboolean sync; - guint64 handled; +/* GstClock *provided_clock; + GstClock *clock; + gboolean resync; + gboolean sync; + guint64 handled; - gboolean mute; - guint bufsize; - guint chunk_size;*/ + gboolean mute; + guint bufsize; + guint chunk_size;*/ }; struct _GstOsxAudioSinkClass { diff --git a/sys/osxaudio/gstosxaudiosrc.h b/sys/osxaudio/gstosxaudiosrc.h index 9c70980a..9279731f 100644 --- a/sys/osxaudio/gstosxaudiosrc.h +++ b/sys/osxaudio/gstosxaudiosrc.h @@ -42,9 +42,9 @@ G_BEGIN_DECLS (G_TYPE_CHECK_CLASS_TYPE((klass),GST_TYPE_OSXAUDIOSRC)) typedef enum { - GST_OSXAUDIOSRC_OPEN = (GST_ELEMENT_FLAG_LAST << 0), + GST_OSXAUDIOSRC_OPEN = (GST_ELEMENT_FLAG_LAST << 0), - GST_OSXAUDIOSRC_FLAG_LAST = (GST_ELEMENT_FLAG_LAST << 2) + GST_OSXAUDIOSRC_FLAG_LAST = (GST_ELEMENT_FLAG_LAST << 2) } GstOsxAudioSrcFlags; typedef struct _GstOsxAudioSrc GstOsxAudioSrc; @@ -54,13 +54,13 @@ struct _GstOsxAudioSrc { GstOsxAudioElement element; /* pads */ - GstPad *srcpad; + GstPad *srcpad; - gboolean need_eos; /* Do we need to emit an EOS? */ + gboolean need_eos; /* Do we need to emit an EOS? */ /* blocking */ - gulong curoffset; - gulong buffersize; + gulong curoffset; + gulong buffersize; }; -- cgit