summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorSebastian Dröge <slomo@circular-chaos.org>2008-11-27 08:49:08 +0000
committerSebastian Dröge <slomo@circular-chaos.org>2008-11-27 08:49:08 +0000
commite3337c6868321855331b955d21319ca718e9daa4 (patch)
tree0f4784bb3cf098539b9d65a229b9d8fdeee720bb /ChangeLog
parent8950978346a114e72d157f6925a0503f92a56dd0 (diff)
downloadgst-plugins-bad-e3337c6868321855331b955d21319ca718e9daa4.tar.gz
gst-plugins-bad-e3337c6868321855331b955d21319ca718e9daa4.tar.bz2
gst-plugins-bad-e3337c6868321855331b955d21319ca718e9daa4.zip
gst/mxf/mxfdemux.*: Only try to pull the footer metadata once and not on every KLV packet if it failed before.
Original commit message from CVS: * gst/mxf/mxfdemux.c: (gst_mxf_demux_reset), (gst_mxf_demux_handle_klv_packet): * gst/mxf/mxfdemux.h: Only try to pull the footer metadata once and not on every KLV packet if it failed before.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 72df23ab..f28fdf2b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2008-11-27 Sebastian Dröge <sebastian.droege@collabora.co.uk>
+
+ * gst/mxf/mxfdemux.c: (gst_mxf_demux_reset),
+ (gst_mxf_demux_handle_klv_packet):
+ * gst/mxf/mxfdemux.h:
+ Only try to pull the footer metadata once and not on every KLV packet
+ if it failed before.
+
2008-11-26 Wim Taymans <wim.taymans@collabora.co.uk>
* gst/rtpmanager/rtpsession.c: (obtain_source),