summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim@centricular.net>2007-05-16 17:14:43 +0000
committerTim-Philipp Müller <tim@centricular.net>2007-05-16 17:14:43 +0000
commita6ec2ff8d59fb06a7ff323ce2e1dd91d09db25d6 (patch)
treece7f1263fff15b7da1e1ba698f2aa0c17b366ebc /ChangeLog
parenta7c38b8b37ee83b2dc4154d3526edce8a10e4fa9 (diff)
downloadgst-plugins-bad-a6ec2ff8d59fb06a7ff323ce2e1dd91d09db25d6.tar.gz
gst-plugins-bad-a6ec2ff8d59fb06a7ff323ce2e1dd91d09db25d6.tar.bz2
gst-plugins-bad-a6ec2ff8d59fb06a7ff323ce2e1dd91d09db25d6.zip
gst/real/: Don't crash when we get a buffer and our input caps haven't been set yet; also, don't leak all the input b...
Original commit message from CVS: * gst/real/gstrealaudiodec.c: (gst_real_audio_dec_chain), (gst_real_audio_dec_setcaps): * gst/real/gstrealvideodec.c: (gst_real_video_dec_chain): Don't crash when we get a buffer and our input caps haven't been set yet; also, don't leak all the input buffers (realaudiodec only).
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 1623e9d0..b40014cb 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2007-05-16 Tim-Philipp Müller <tim at centricular dot net>
+
+ * gst/real/gstrealaudiodec.c: (gst_real_audio_dec_chain),
+ (gst_real_audio_dec_setcaps):
+ * gst/real/gstrealvideodec.c: (gst_real_video_dec_chain):
+ Don't crash when we get a buffer and our input caps haven't been set
+ yet; also, don't leak all the input buffers (realaudiodec only).
+
2007-05-16 Stefan Kost <ensonic@users.sf.net>
patch by: Stanislav Brabec <sbrabec@suse.cz>