summaryrefslogtreecommitdiffstats
path: root/gst/avi/gstavi.c
diff options
context:
space:
mode:
authorThomas Vander Stichele <thomas@apestaart.org>2004-03-15 19:32:27 +0000
committerThomas Vander Stichele <thomas@apestaart.org>2004-03-15 19:32:27 +0000
commit6cc1c73d2baa95c46edc04f57cbe9ed690dc2f21 (patch)
tree82b5546809a42a56a7bc18bacf8ed6e209ad006e /gst/avi/gstavi.c
parentd07ec45fa47fbd0e36224e11bcd8ba2faee1a78c (diff)
don't mix tabs and spaces
Original commit message from CVS: don't mix tabs and spaces
Diffstat (limited to 'gst/avi/gstavi.c')
-rw-r--r--gst/avi/gstavi.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gst/avi/gstavi.c b/gst/avi/gstavi.c
index dbdc7859..4ab32d7b 100644
--- a/gst/avi/gstavi.c
+++ b/gst/avi/gstavi.c
@@ -40,8 +40,8 @@ plugin_init (GstPlugin * plugin)
#endif /* ENABLE_NLS */
return (gst_element_register (plugin, "avidemux",
- GST_RANK_PRIMARY,
- GST_TYPE_AVI_DEMUX) &&
+ GST_RANK_PRIMARY,
+ GST_TYPE_AVI_DEMUX) &&
gst_element_register (plugin, "avimux", GST_RANK_NONE, GST_TYPE_AVIMUX));
}