diff options
author | Johan Dahlin <johan@gnome.org> | 2004-09-20 09:58:34 +0000 |
---|---|---|
committer | Johan Dahlin <johan@gnome.org> | 2004-09-20 09:58:34 +0000 |
commit | d56ae2abd1a4bc475c02a9299415b20de081461b (patch) | |
tree | 4f930e99f85e8b0924c6cca04842e2a68e5efbde | |
parent | 11de7cdb8cf39f8a08d5d79ea4803d0601c33143 (diff) | |
download | gst-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-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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): |