summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorSebastian Dröge <slomo@circular-chaos.org>2008-11-26 11:30:28 +0000
committerSebastian Dröge <slomo@circular-chaos.org>2008-11-26 11:30:28 +0000
commit1f99f89e59590047496c50897760b110a15a4ad0 (patch)
tree20a97b557834da1d87f8f4605ecd53636e6be225 /ChangeLog
parent0be182446746b7b03026b6baf667ef5cfe4ef860 (diff)
downloadgst-plugins-bad-1f99f89e59590047496c50897760b110a15a4ad0.tar.gz
gst-plugins-bad-1f99f89e59590047496c50897760b110a15a4ad0.tar.bz2
gst-plugins-bad-1f99f89e59590047496c50897760b110a15a4ad0.zip
gst/mxf/mxfdemux.c: Properly combine flow returns of the source pads.
Original commit message from CVS: * gst/mxf/mxfdemux.c: (gst_mxf_pad_init), (gst_mxf_demux_reset_metadata), (gst_mxf_demux_combine_flows), (gst_mxf_demux_handle_generic_container_essence_element): Properly combine flow returns of the source pads. Improve debugging and reset pad fields together with the metadata to prevent invalid memory references. * gst/mxf/mxfparse.c: (mxf_metadata_preface_parse): Fix typo.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog13
1 files changed, 13 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index bab11989..74351f82 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,18 @@
2008-11-26 Sebastian Dröge <sebastian.droege@collabora.co.uk>
+ * gst/mxf/mxfdemux.c: (gst_mxf_pad_init),
+ (gst_mxf_demux_reset_metadata), (gst_mxf_demux_combine_flows),
+ (gst_mxf_demux_handle_generic_container_essence_element):
+ Properly combine flow returns of the source pads.
+
+ Improve debugging and reset pad fields together with the
+ metadata to prevent invalid memory references.
+
+ * gst/mxf/mxfparse.c: (mxf_metadata_preface_parse):
+ Fix typo.
+
+2008-11-26 Sebastian Dröge <sebastian.droege@collabora.co.uk>
+
* gst/mxf/mxfaes-bwf.c:
(mxf_metadata_wave_audio_essence_descriptor_reset):
* gst/mxf/mxfmpeg.c: (mxf_metadata_mpeg_video_descriptor_reset):