summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorSebastian Dröge <slomo@circular-chaos.org>2008-12-17 12:06:43 +0000
committerSebastian Dröge <slomo@circular-chaos.org>2008-12-17 12:06:43 +0000
commitb050e06170949a84e9427706e8dbb6b45d2692a4 (patch)
tree4d7ee7beeabc4190056241744a48edb1dfda990d /ChangeLog
parent1ea02b7a383f461d948eaeba82adb248e01e9127 (diff)
gst/mxf/mxfdemux.c: In push mode skip the run in again if we get buffers with an offset before the run in. This can h...
Original commit message from CVS: * gst/mxf/mxfdemux.c: (gst_mxf_demux_chain): In push mode skip the run in again if we get buffers with an offset before the run in. This can happen on seeks for example.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index fe710888c..b5d0a3dcc 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2008-12-17 Sebastian Dröge <sebastian.droege@collabora.co.uk>
+
+ * gst/mxf/mxfdemux.c: (gst_mxf_demux_chain):
+ In push mode skip the run in again if we get buffers with
+ an offset before the run in. This can happen on seeks for example.
+
2008-12-16 Stefan Kost <ensonic@users.sf.net>
* ext/celt/gstceltenc.c: