From 3eb5b6313bbc9906507b66bf70178ee15780fb86 Mon Sep 17 00:00:00 2001 From: "Ronald S. Bultje" Date: Tue, 11 May 2004 00:07:57 +0000 Subject: gst/auparse/gstauparse.c: Fix for some uninitialized variables in previous patch, also makes it work. Fixes #142286 w... Original commit message from CVS: * gst/auparse/gstauparse.c: (gst_auparse_chain): Fix for some uninitialized variables in previous patch, also makes it work. Fixes #142286 while we're at it. --- ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index ee4a5eed..84aa6e93 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2004-05-10 Ronald Bultje + + * gst/auparse/gstauparse.c: (gst_auparse_chain): + Fix for some uninitialized variables in previous patch, also + makes it work. Fixes #142286 while we're at it. + 2004-05-11 Stephane Loeuillet * gst/auparse/gstauparse.c: -- cgit