summaryrefslogtreecommitdiffstats
path: root/gst/matroska/matroska-demux.h
diff options
context:
space:
mode:
authorSebastian Dröge <slomo@circular-chaos.org>2008-07-02 08:57:04 +0000
committerSebastian Dröge <slomo@circular-chaos.org>2008-07-02 08:57:04 +0000
commit35bcb8d8b0bb62bd4e575b049437a0cd351028f9 (patch)
tree22a48075c24cc8d54fbafbc9cbc2029191f29148 /gst/matroska/matroska-demux.h
parent5b68f28c944e7be23b88ba04f7c44c58899dc53d (diff)
gst/matroska/matroska-demux.*: Don't set the segment duration to the duration from the Matroska header as this value ...
Original commit message from CVS: * gst/matroska/matroska-demux.c: (gst_matroska_demux_reset), (gst_matroska_demux_handle_src_query), (gst_matroska_demux_parse_info), (gst_matroska_demux_loop_stream_parse_id): * gst/matroska/matroska-demux.h: Don't set the segment duration to the duration from the Matroska header as this value could be wrong and is just informational.
Diffstat (limited to 'gst/matroska/matroska-demux.h')
-rw-r--r--gst/matroska/matroska-demux.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gst/matroska/matroska-demux.h b/gst/matroska/matroska-demux.h
index c510e498..8b45f556 100644
--- a/gst/matroska/matroska-demux.h
+++ b/gst/matroska/matroska-demux.h
@@ -96,6 +96,7 @@ typedef struct _GstMatroskaDemux {
/* keeping track of playback position */
GstSegment segment;
gboolean segment_running;
+ gint64 duration;
} GstMatroskaDemux;
typedef struct _GstMatroskaDemuxClass {