summaryrefslogtreecommitdiffstats
path: root/gst/auparse
diff options
context:
space:
mode:
authorThomas Vander Stichele <thomas@apestaart.org>2004-05-14 12:36:29 +0000
committerThomas Vander Stichele <thomas@apestaart.org>2004-05-14 12:36:29 +0000
commitb35c8e4fd4152860baa991e23cee85300424290d (patch)
treea40d29a9345f5fa70424cb17961603090567c3db /gst/auparse
parent75263d8875aae2685b70faadc32cf19bf8f7aae9 (diff)
fix warning
Original commit message from CVS: fix warning
Diffstat (limited to 'gst/auparse')
-rw-r--r--gst/auparse/gstauparse.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gst/auparse/gstauparse.c b/gst/auparse/gstauparse.c
index 33fa3a02..b197f2c3 100644
--- a/gst/auparse/gstauparse.c
+++ b/gst/auparse/gstauparse.c
@@ -165,7 +165,7 @@ gst_auparse_chain (GstPad * pad, GstData * _data)
gchar *data;
glong size;
GstCaps *tempcaps;
- gint law = 0, depth, ieee = 0;
+ gint law = 0, depth = 0, ieee = 0;
gchar layout[7];
layout[0] = 0;