summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim@centricular.net>2007-05-24 17:00:21 +0000
committerTim-Philipp Müller <tim@centricular.net>2007-05-24 17:00:21 +0000
commitd2977ff4eba46efb99930f89614c1105a2ebc1af (patch)
tree9502123dfee539ccbe635dc9d8f4db943e34af41 /ChangeLog
parent59e42fc5df8ef1334551f3e162d5ee67e8a65ef5 (diff)
ext/flac/gstflacenc.c: Don't crash in chain function if setcaps hasn't been called.
Original commit message from CVS: * ext/flac/gstflacenc.c: (gst_flac_enc_sink_setcaps), (gst_flac_enc_chain): Don't crash in chain function if setcaps hasn't been called.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index ef59ac7e..84c7648c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2007-05-24 Tim-Philipp Müller <tim at centricular dot net>
+
+ * ext/flac/gstflacenc.c: (gst_flac_enc_sink_setcaps),
+ (gst_flac_enc_chain):
+ Don't crash in chain function if setcaps hasn't been called.
+
2007-05-24 Wim Taymans <wim@fluendo.com>
* gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_methods):