summaryrefslogtreecommitdiffstats
path: root/gst/autodetect
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 /gst/autodetect
parentf2085bd7ef2a4e685b8a58ae0848c43aab0d8747 (diff)
expand tabs
Original commit message from CVS: expand tabs
Diffstat (limited to 'gst/autodetect')
-rw-r--r--gst/autodetect/gstautoaudiosink.h6
-rw-r--r--gst/autodetect/gstautovideosink.h6
2 files changed, 6 insertions, 6 deletions
diff --git a/gst/autodetect/gstautoaudiosink.h b/gst/autodetect/gstautoaudiosink.h
index 50b6b47c..4d47ebd3 100644
--- a/gst/autodetect/gstautoaudiosink.h
+++ b/gst/autodetect/gstautoaudiosink.h
@@ -28,10 +28,10 @@ G_BEGIN_DECLS
(gst_auto_audio_sink_get_type ())
#define GST_AUTO_AUDIO_SINK(obj) \
(G_TYPE_CHECK_INSTANCE_CAST ((obj), GST_TYPE_AUTO_AUDIO_SINK, \
- GstAutoAudioSink))
+ GstAutoAudioSink))
#define GST_AUTO_AUDIO_SINK_CLASS(klass) \
(G_TYPE_CHECK_CLASS_CAST ((klass), GST_TYPE_AUTO_AUDIO_SINK, \
- GstAutoAudioSink))
+ GstAutoAudioSink))
#define GST_IS_AUTO_AUDIO_SINK(obj) \
(G_TYPE_CHECK_INSTANCE_TYPE ((obj), GST_TYPE_AUTO_AUDIO_SINK))
#define GST_IS_AUTO_AUDIO_SINK_CLASS(obj) \
@@ -49,7 +49,7 @@ typedef struct _GstAutoAudioSinkClass {
GstBinClass parent_class;
} GstAutoAudioSinkClass;
-GType gst_auto_audio_sink_get_type (void);
+GType gst_auto_audio_sink_get_type (void);
G_END_DECLS
diff --git a/gst/autodetect/gstautovideosink.h b/gst/autodetect/gstautovideosink.h
index 06995ad8..81d9d164 100644
--- a/gst/autodetect/gstautovideosink.h
+++ b/gst/autodetect/gstautovideosink.h
@@ -28,10 +28,10 @@ G_BEGIN_DECLS
(gst_auto_video_sink_get_type ())
#define GST_AUTO_VIDEO_SINK(obj) \
(G_TYPE_CHECK_INSTANCE_CAST ((obj), GST_TYPE_AUTO_VIDEO_SINK, \
- GstAutoVideoSink))
+ GstAutoVideoSink))
#define GST_AUTO_VIDEO_SINK_CLASS(klass) \
(G_TYPE_CHECK_CLASS_CAST ((klass), GST_TYPE_AUTO_VIDEO_SINK, \
- GstAutoVideoSink))
+ GstAutoVideoSink))
#define GST_IS_AUTO_VIDEO_SINK(obj) \
(G_TYPE_CHECK_INSTANCE_TYPE ((obj), GST_TYPE_AUTO_VIDEO_SINK))
#define GST_IS_AUTO_VIDEO_SINK_CLASS(obj) \
@@ -49,7 +49,7 @@ typedef struct _GstAutoVideoSinkClass {
GstBinClass parent_class;
} GstAutoVideoSinkClass;
-GType gst_auto_video_sink_get_type (void);
+GType gst_auto_video_sink_get_type (void);
G_END_DECLS