summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorSebastian Dröge <slomo@circular-chaos.org>2008-10-27 09:14:45 +0000
committerSebastian Dröge <slomo@circular-chaos.org>2008-10-27 09:14:45 +0000
commit8877f3590d6dc4558099aaf3b632a7d5084fbdb9 (patch)
tree86398c00fba143882763481fa2d2f1c994dc6d11 /ChangeLog
parenteae8170d947531d3fb8f584876f1c7e066e42457 (diff)
downloadgst-plugins-bad-8877f3590d6dc4558099aaf3b632a7d5084fbdb9.tar.gz
gst-plugins-bad-8877f3590d6dc4558099aaf3b632a7d5084fbdb9.tar.bz2
gst-plugins-bad-8877f3590d6dc4558099aaf3b632a7d5084fbdb9.zip
gst/flv/gstflvdemux.*: If our index was created by the element and not provided from the outside we should destroy it...
Original commit message from CVS: * gst/flv/gstflvdemux.c: (gst_flv_demux_change_state), (gst_flv_demux_set_index), (gst_flv_demux_init): * gst/flv/gstflvdemux.h: If our index was created by the element and not provided from the outside we should destroy it when starting a new stream to get all old entries removed.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 21e6f087..80058b0e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,14 @@
2008-10-27 Sebastian Dröge <sebastian.droege@collabora.co.uk>
+ * gst/flv/gstflvdemux.c: (gst_flv_demux_change_state),
+ (gst_flv_demux_set_index), (gst_flv_demux_init):
+ * gst/flv/gstflvdemux.h:
+ If our index was created by the element and not provided from the
+ outside we should destroy it when starting a new stream to get
+ all old entries removed.
+
+2008-10-27 Sebastian Dröge <sebastian.droege@collabora.co.uk>
+
* gst/flv/gstflvdemux.c: (gst_flv_demux_pull_range):
Improve debugging a bit when pulling a buffer from upstream fails.