summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index ec0511aa..48e42698 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2004-03-04 Ronald Bultje <rbultje@ronald.bitfreak.net>
+
+ * examples/gstplay/player.c: (main):
+ Initialize variables to NULL. Prevents a segfault because the
+ (uninitialized) variable is not NULL, resulting in a crash on
+ trying to reach error->message.
+
2004-03-05 Benjamin Otte <otte@gnome.org>
* gst/audioconvert/gstaudioconvert.c: