summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorSebastian Dröge <slomo@circular-chaos.org>2008-10-27 09:35:34 +0000
committerSebastian Dröge <slomo@circular-chaos.org>2008-10-27 09:35:34 +0000
commit881490ded687a2712f7617dba3ccc1d9fd38b47b (patch)
tree60718394124dd5d2264774b296fd0b44158c995a /ChangeLog
parentf577ffb12dfa0aca33a1e7892484acf16d2e555f (diff)
downloadgst-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--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 78f5366e..974db636 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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):