summaryrefslogtreecommitdiffstats
path: root/sys/osxaudio/gstosxaudiosink.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/gstosxaudiosink.h
parentf2085bd7ef2a4e685b8a58ae0848c43aab0d8747 (diff)
expand tabs
Original commit message from CVS: expand tabs
Diffstat (limited to 'sys/osxaudio/gstosxaudiosink.h')
-rw-r--r--sys/osxaudio/gstosxaudiosink.h24
1 files changed, 12 insertions, 12 deletions
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 {