diff options
author | Sebastian Dröge <slomo@circular-chaos.org> | 2008-11-28 18:55:01 +0000 |
---|---|---|
committer | Sebastian Dröge <slomo@circular-chaos.org> | 2008-11-28 18:55:01 +0000 |
commit | 358b472aab0e2dbef15e67fbf48f298040651e55 (patch) | |
tree | 53ae6fa609f62d1d34ba3d8a5a2d46a2f8db732d /ChangeLog | |
parent | e268611ed89350024e42b1ef89601b58dc18e175 (diff) | |
download | gst-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-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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), |