From 65587b80f51d6ab80bdc076ee4e375b61e7371c4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Dr=C3=B6ge?= Date: Fri, 28 Nov 2008 11:24:24 +0000 Subject: 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. --- gst/mxf/mxfdemux.h | 1 + 1 file changed, 1 insertion(+) (limited to 'gst/mxf/mxfdemux.h') diff --git a/gst/mxf/mxfdemux.h b/gst/mxf/mxfdemux.h index 674e6c35..887200cd 100644 --- a/gst/mxf/mxfdemux.h +++ b/gst/mxf/mxfdemux.h @@ -68,6 +68,7 @@ struct _GstMXFDemux MXFPrimerPack primer; GArray *partition_index; + GArray *index_table; /* Structural metadata */ gboolean update_metadata; -- cgit v1.2.1