summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohan Dahlin <johan@gnome.org>2004-09-20 09:58:34 +0000
committerJohan Dahlin <johan@gnome.org>2004-09-20 09:58:34 +0000
commitd56ae2abd1a4bc475c02a9299415b20de081461b (patch)
tree4f930e99f85e8b0924c6cca04842e2a68e5efbde
parent11de7cdb8cf39f8a08d5d79ea4803d0601c33143 (diff)
downloadgst-plugins-bad-d56ae2abd1a4bc475c02a9299415b20de081461b.tar.gz
gst-plugins-bad-d56ae2abd1a4bc475c02a9299415b20de081461b.tar.bz2
gst-plugins-bad-d56ae2abd1a4bc475c02a9299415b20de081461b.zip
ext/jpeg/gstjpegdec.c (gst_jpegdec_chain): Allocate the buffer after setting caps. Fixes mysterious segfault. Blessed...
Original commit message from CVS: * ext/jpeg/gstjpegdec.c (gst_jpegdec_chain): Allocate the buffer after setting caps. Fixes mysterious segfault. Blessed by Wim.
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index aa47e190..5e54b777 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2004-09-20 Johan Dahlin <johan@gnome.org>
+
+ * ext/jpeg/gstjpegdec.c (gst_jpegdec_chain): Allocate the buffer
+ after setting caps.
+
2004-09-19 Zaheer Abbas Merali <zaheerabbas at merali dot org>
* gst/wavenc/gstwavenc.c: (gst_wavenc_init), (gst_wavenc_chain):