summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorSebastian Dröge <slomo@circular-chaos.org>2008-11-28 18:55:01 +0000
committerSebastian Dröge <slomo@circular-chaos.org>2008-11-28 18:55:01 +0000
commit358b472aab0e2dbef15e67fbf48f298040651e55 (patch)
tree53ae6fa609f62d1d34ba3d8a5a2d46a2f8db732d /ChangeLog
parente268611ed89350024e42b1ef89601b58dc18e175 (diff)
downloadgst-plugins-bad-358b472aab0e2dbef15e67fbf48f298040651e55.tar.gz
gst-plugins-bad-358b472aab0e2dbef15e67fbf48f298040651e55.tar.bz2
gst-plugins-bad-358b472aab0e2dbef15e67fbf48f298040651e55.zip
gst/mxf/mxfdemux.c: Only try to pull the random index pack at the end of file one time and not for every single packe...
Original commit message from CVS: * gst/mxf/mxfdemux.c: (gst_mxf_demux_pull_random_index_pack): Only try to pull the random index pack at the end of file one time and not for every single packet if it fails.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 1b76298e..7683601b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
2008-11-28 Sebastian Dröge <sebastian.droege@collabora.co.uk>
+ * gst/mxf/mxfdemux.c: (gst_mxf_demux_pull_random_index_pack):
+ Only try to pull the random index pack at the end of file one time
+ and not for every single packet if it fails.
+
+2008-11-28 Sebastian Dröge <sebastian.droege@collabora.co.uk>
+
* gst/mxf/Makefile.am:
* gst/mxf/mxfaes-bwf.c: (mxf_bwf_create_caps):
* gst/mxf/mxfalaw.c: (mxf_is_alaw_audio_essence_track),