summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorSebastian Dröge <slomo@circular-chaos.org>2008-11-28 11:24:24 +0000
committerSebastian Dröge <slomo@circular-chaos.org>2008-11-28 11:24:24 +0000
commit65587b80f51d6ab80bdc076ee4e375b61e7371c4 (patch)
tree134dc92a555e8721043be097321fbc0efee9b14f /ChangeLog
parent6ff76898aaba61d6e9c78d4545ff82e44b04c3b2 (diff)
downloadgst-plugins-bad-65587b80f51d6ab80bdc076ee4e375b61e7371c4.tar.gz
gst-plugins-bad-65587b80f51d6ab80bdc076ee4e375b61e7371c4.tar.bz2
gst-plugins-bad-65587b80f51d6ab80bdc076ee4e375b61e7371c4.zip
gst/mxf/: Implement parsing of index table segments, which will later be used for seeking.
Original commit message from CVS: * gst/mxf/mxfdemux.c: (gst_mxf_demux_reset), (gst_mxf_demux_handle_index_table_segment): * gst/mxf/mxfdemux.h: * gst/mxf/mxfparse.c: (mxf_index_table_segment_parse), (mxf_index_table_segment_reset): * gst/mxf/mxfparse.h: * gst/mxf/mxftypes.h: Implement parsing of index table segments, which will later be used for seeking.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog12
1 files changed, 12 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index d1614482..64760331 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,17 @@
2008-11-28 Sebastian Dröge <sebastian.droege@collabora.co.uk>
+ * gst/mxf/mxfdemux.c: (gst_mxf_demux_reset),
+ (gst_mxf_demux_handle_index_table_segment):
+ * gst/mxf/mxfdemux.h:
+ * gst/mxf/mxfparse.c: (mxf_index_table_segment_parse),
+ (mxf_index_table_segment_reset):
+ * gst/mxf/mxfparse.h:
+ * gst/mxf/mxftypes.h:
+ Implement parsing of index table segments, which will later be
+ used for seeking.
+
+2008-11-28 Sebastian Dröge <sebastian.droege@collabora.co.uk>
+
* docs/plugins/gst-plugins-bad-plugins.args:
* docs/plugins/gst-plugins-bad-plugins.hierarchy:
* docs/plugins/gst-plugins-bad-plugins.interfaces: