summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorEdward Hervey <bilboed@bilboed.com>2007-01-06 14:08:26 +0000
committerEdward Hervey <bilboed@bilboed.com>2007-01-06 14:08:26 +0000
commite049792b5d8afd354e091d9a881f8bf25cb5413c (patch)
treebe6804c4f0786d52593ebeaee84024b3a82d6112 /ChangeLog
parent30d26643a6be2b18c2fc5edf6408eb0887699ae3 (diff)
downloadgst-plugins-bad-e049792b5d8afd354e091d9a881f8bf25cb5413c.tar.gz
gst-plugins-bad-e049792b5d8afd354e091d9a881f8bf25cb5413c.tar.bz2
gst-plugins-bad-e049792b5d8afd354e091d9a881f8bf25cb5413c.zip
gst/real/gstrealaudiodec.c: Don't call the RAFreeDecoder since it randomly causes segfaults.
Original commit message from CVS: * gst/real/gstrealaudiodec.c: (gst_real_audio_dec_finalize): Don't call the RAFreeDecoder since it randomly causes segfaults. * gst/real/gstrealaudiodec.h: indent properly.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 49fe6913..beb10c53 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,12 @@
2007-01-06 Edward Hervey <edward@fluendo.com>
+ * gst/real/gstrealaudiodec.c: (gst_real_audio_dec_finalize):
+ Don't call the RAFreeDecoder since it randomly causes segfaults.
+ * gst/real/gstrealaudiodec.h:
+ indent properly.
+
+2007-01-06 Edward Hervey <edward@fluendo.com>
+
Patch by: Lutz Mueller <lutz@topfrose.de>
* gst/real/gstrealvideodec.c: (gst_real_video_dec_decode),