summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim@centricular.net>2008-06-04 11:33:21 +0000
committerTim-Philipp Müller <tim@centricular.net>2008-06-04 11:33:21 +0000
commit756724755434db9c9f0b840309a44d36ae285748 (patch)
tree666258b43315b2fd07c6ebccc77fc4f29d766b8e /ChangeLog
parent165253fdefab57104c146938ce870f4568a953d5 (diff)
downloadgst-plugins-bad-756724755434db9c9f0b840309a44d36ae285748.tar.gz
gst-plugins-bad-756724755434db9c9f0b840309a44d36ae285748.tar.bz2
gst-plugins-bad-756724755434db9c9f0b840309a44d36ae285748.zip
ext/x264/gstx264enc.c: Try harder not to crash when we get an EOS event but haven't set up the encoder yet (as may ha...
Original commit message from CVS: * ext/x264/gstx264enc.c: (gst_x264_enc_header_buf), (gst_x264_enc_sink_event), (gst_x264_enc_chain), (gst_x264_enc_encode_frame): Try harder not to crash when we get an EOS event but haven't set up the encoder yet (as may happen when upstream errors out with not-negotiated, for example). Also, always push the EOS event downstream.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 9c835883..9e3a9b28 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,13 @@
+2008-06-04 Tim-Philipp Müller <tim.muller at collabora co uk>
+
+ * ext/x264/gstx264enc.c: (gst_x264_enc_header_buf),
+ (gst_x264_enc_sink_event), (gst_x264_enc_chain),
+ (gst_x264_enc_encode_frame):
+ Try harder not to crash when we get an EOS event but haven't set
+ up the encoder yet (as may happen when upstream errors out with
+ not-negotiated, for example). Also, always push the EOS event
+ downstream.
+
2008-06-04 Sebastian Dröge <slomo@circular-chaos.org>
* gst/interleave/interleave.c: (gst_interleave_pad_get_type),