diff options
author | Sebastian Dröge <slomo@circular-chaos.org> | 2008-11-28 11:24:24 +0000 |
---|---|---|
committer | Sebastian Dröge <slomo@circular-chaos.org> | 2008-11-28 11:24:24 +0000 |
commit | 65587b80f51d6ab80bdc076ee4e375b61e7371c4 (patch) | |
tree | 134dc92a555e8721043be097321fbc0efee9b14f /gst/mxf/mxfdemux.h | |
parent | 6ff76898aaba61d6e9c78d4545ff82e44b04c3b2 (diff) | |
download | gst-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 'gst/mxf/mxfdemux.h')
-rw-r--r-- | gst/mxf/mxfdemux.h | 1 |
1 files changed, 1 insertions, 0 deletions
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; |