summaryrefslogtreecommitdiffstats
path: root/gst/avi/gstavidemux.h
diff options
context:
space:
mode:
authorWim Taymans <wim.taymans@gmail.com>2006-08-25 16:21:37 +0000
committerWim Taymans <wim.taymans@gmail.com>2006-08-25 16:21:37 +0000
commitbb82304826c6fc3e8bd919d79f15e794fe387b9c (patch)
tree4f46ccaaef5c5684c12bdf5461582608d3ebb55b /gst/avi/gstavidemux.h
parentbccaea232becc7034cc43a9fca121b316a31f387 (diff)
gst/avi/gstavidemux.*: More attempts to turn this into readable code.
Original commit message from CVS: * gst/avi/gstavidemux.c: (gst_avi_demux_class_init), (gst_avi_demux_init), (gst_avi_demux_finalize), (gst_avi_demux_reset), (gst_avi_demux_index_last), (gst_avi_demux_index_next), (gst_avi_demux_index_entry_for_time), (gst_avi_demux_parse_subindex), (gst_avi_demux_parse_index), (gst_avi_demux_stream_index), (gst_avi_demux_peek_tag), (gst_avi_demux_next_data_buffer), (gst_avi_demux_stream_scan), (gst_avi_demux_massage_index), (gst_avi_demux_calculate_durations_from_index), (gst_avi_demux_stream_header_pull), (gst_avi_demux_do_seek), (gst_avi_demux_process_next_entry), (gst_avi_demux_loop), (gst_avi_demux_chain), (gst_avi_demux_sink_activate), (gst_avi_demux_change_state): * gst/avi/gstavidemux.h: More attempts to turn this into readable code. Don't leak adapters. Calculate duration according to index more efficiently. Don't try to act like we drive the pipeline in chain mode.
Diffstat (limited to 'gst/avi/gstavidemux.h')
-rw-r--r--gst/avi/gstavidemux.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/gst/avi/gstavidemux.h b/gst/avi/gstavidemux.h
index 1cb52eff..7912ec1a 100644
--- a/gst/avi/gstavidemux.h
+++ b/gst/avi/gstavidemux.h
@@ -85,8 +85,6 @@ typedef struct {
/* stream length */
guint64 total_bytes;
guint32 total_frames;
- guint64 total_time;
-
/* stream length according to index */
GstClockTime idx_duration;
/* stream length according to header */