summaryrefslogtreecommitdiffstats
path: root/gst/mxf/mxfdemux.h
diff options
context:
space:
mode:
authorSebastian Dröge <slomo@circular-chaos.org>2009-01-22 11:44:46 +0100
committerSebastian Dröge <slomo@circular-chaos.org>2009-01-22 13:13:00 +0100
commit52028f2e11e5facd539616d29aff0c7098a057bc (patch)
tree3c704417d516340d77066b12b79ba190dfe53b0b /gst/mxf/mxfdemux.h
parentfc4be0acca6c07c36c31fd33bd9f159e83dc6ae5 (diff)
downloadgst-plugins-bad-52028f2e11e5facd539616d29aff0c7098a057bc.tar.gz
gst-plugins-bad-52028f2e11e5facd539616d29aff0c7098a057bc.tar.bz2
gst-plugins-bad-52028f2e11e5facd539616d29aff0c7098a057bc.zip
Build the random index pack while parsing
If the file contains no random index pack or just an invalid one build the random index pack while parsing.
Diffstat (limited to 'gst/mxf/mxfdemux.h')
-rw-r--r--gst/mxf/mxfdemux.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gst/mxf/mxfdemux.h b/gst/mxf/mxfdemux.h
index 6e0bbb7b..847e93a1 100644
--- a/gst/mxf/mxfdemux.h
+++ b/gst/mxf/mxfdemux.h
@@ -71,6 +71,7 @@ struct _GstMXFDemux
MXFPartitionPack partition;
MXFPrimerPack primer;
+ gboolean parsed_random_index_pack;
GArray *partition_index;
GArray *index_table;