summaryrefslogtreecommitdiffstats
path: root/sys/osxaudio/gstosxaudioelement.h
diff options
context:
space:
mode:
authorThomas Vander Stichele <thomas@apestaart.org>2005-12-06 19:44:58 +0000
committerThomas Vander Stichele <thomas@apestaart.org>2005-12-06 19:44:58 +0000
commit3ecf433432289b9c1990165f65bdd51aaad2eaa7 (patch)
treedc7bd5c5b4eb37d49b1a37ca1f33c9d9ed2a8374 /sys/osxaudio/gstosxaudioelement.h
parentf2085bd7ef2a4e685b8a58ae0848c43aab0d8747 (diff)
expand tabs
Original commit message from CVS: expand tabs
Diffstat (limited to 'sys/osxaudio/gstosxaudioelement.h')
-rw-r--r--sys/osxaudio/gstosxaudioelement.h4
1 files changed, 2 insertions, 2 deletions
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