summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorRonald S. Bultje <rbultje@ronald.bitfreak.net>2004-05-11 00:20:02 +0000
committerRonald S. Bultje <rbultje@ronald.bitfreak.net>2004-05-11 00:20:02 +0000
commitd303506bcaf59d68c82ec90b0a985d55901b4865 (patch)
tree682e403c7238d6153b51a7d63af133d0a2736421 /ChangeLog
parent3eb5b6313bbc9906507b66bf70178ee15780fb86 (diff)
gst/auparse/gstauparse.c: Hack around spider. Remove me some day please.
Original commit message from CVS: * gst/auparse/gstauparse.c: (gst_auparse_class_init), (gst_auparse_init), (gst_auparse_chain), (gst_auparse_change_state): Hack around spider. Remove me some day please.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 84aa6e93..17e26373 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,12 @@
2004-05-10 Ronald Bultje <rbultje@ronald.bitfreak.net>
+ * gst/auparse/gstauparse.c: (gst_auparse_class_init),
+ (gst_auparse_init), (gst_auparse_chain),
+ (gst_auparse_change_state):
+ Hack around spider. Remove me some day please.
+
+2004-05-10 Ronald Bultje <rbultje@ronald.bitfreak.net>
+
* 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.