diff options
author | Tim-Philipp Müller <tim@centricular.net> | 2008-06-04 11:33:21 +0000 |
---|---|---|
committer | Tim-Philipp Müller <tim@centricular.net> | 2008-06-04 11:33:21 +0000 |
commit | 756724755434db9c9f0b840309a44d36ae285748 (patch) | |
tree | 666258b43315b2fd07c6ebccc77fc4f29d766b8e /ChangeLog | |
parent | 165253fdefab57104c146938ce870f4568a953d5 (diff) | |
download | gst-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-- | ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -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), |