diff options
author | Sebastian Dröge <slomo@circular-chaos.org> | 2008-10-27 09:35:34 +0000 |
---|---|---|
committer | Sebastian Dröge <slomo@circular-chaos.org> | 2008-10-27 09:35:34 +0000 |
commit | 881490ded687a2712f7617dba3ccc1d9fd38b47b (patch) | |
tree | 60718394124dd5d2264774b296fd0b44158c995a /ChangeLog | |
parent | f577ffb12dfa0aca33a1e7892484acf16d2e555f (diff) | |
download | gst-plugins-bad-881490ded687a2712f7617dba3ccc1d9fd38b47b.tar.gz gst-plugins-bad-881490ded687a2712f7617dba3ccc1d9fd38b47b.tar.bz2 gst-plugins-bad-881490ded687a2712f7617dba3ccc1d9fd38b47b.zip |
gst/flv/gstflvparse.c: If the caps change during playback and negotiation fails error out instead of trying to continue.
Original commit message from CVS:
* gst/flv/gstflvparse.c: (gst_flv_parse_tag_audio),
(gst_flv_parse_tag_video):
If the caps change during playback and negotiation fails error out
instead of trying to continue.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,5 +1,12 @@ 2008-10-27 Sebastian Dröge <sebastian.droege@collabora.co.uk> + * gst/flv/gstflvparse.c: (gst_flv_parse_tag_audio), + (gst_flv_parse_tag_video): + If the caps change during playback and negotiation fails error out + instead of trying to continue. + +2008-10-27 Sebastian Dröge <sebastian.droege@collabora.co.uk> + * gst/flv/gstflvmux.c: (gst_flv_mux_audio_pad_setcaps), (gst_flv_mux_request_new_pad), (gst_flv_mux_write_buffer), (gst_flv_mux_collected): |