From b9e332e13f7f30a68c8b059be7b71864d27c5a7f Mon Sep 17 00:00:00 2001 From: "Ronald S. Bultje" Date: Tue, 11 May 2004 00:07:57 +0000 Subject: [PATCH] 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(+) diff --git a/ChangeLog b/ChangeLog index ee4a5eed67..84aa6e93b8 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: