diff options
author | Sebastian Dröge <slomo@circular-chaos.org> | 2008-11-30 16:21:42 +0000 |
---|---|---|
committer | Sebastian Dröge <slomo@circular-chaos.org> | 2008-11-30 16:21:42 +0000 |
commit | 2657c730248da06e67c3974aec46de893e622f08 (patch) | |
tree | e1c1f71a2ef3aa05eca74a6cec9dbf6d6cb2b731 /ChangeLog | |
parent | 8128aef46116e5d90543aec1fb85f0c9c0afc93c (diff) | |
download | gst-plugins-bad-2657c730248da06e67c3974aec46de893e622f08.tar.gz gst-plugins-bad-2657c730248da06e67c3974aec46de893e622f08.tar.bz2 gst-plugins-bad-2657c730248da06e67c3974aec46de893e622f08.zip |
gst/mxf/mxfdemux.c: Make sure that demux->offset has the correct value before calling any gst_mxf_demux_handle_* func...
Original commit message from CVS:
* gst/mxf/mxfdemux.c: (gst_mxf_demux_pull_random_index_pack):
Make sure that demux->offset has the correct value before
calling any gst_mxf_demux_handle_* functions.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,5 +1,11 @@ 2008-11-30 Sebastian Dröge <sebastian.droege@collabora.co.uk> + * gst/mxf/mxfdemux.c: (gst_mxf_demux_pull_random_index_pack): + Make sure that demux->offset has the correct value before + calling any gst_mxf_demux_handle_* functions. + +2008-11-30 Sebastian Dröge <sebastian.droege@collabora.co.uk> + * gst/mxf/mxfjpeg2000.c: (mxf_jpeg2000_create_caps): * gst/mxf/mxfmpeg.c: (mxf_mpeg_video_create_caps): Set the correct MPEG video version if possible and add support |