summaryrefslogtreecommitdiffstats
path: root/ext/dv/gstdvdemux.h
diff options
context:
space:
mode:
authorWim Taymans <wim.taymans@gmail.com>2005-11-30 19:02:35 +0000
committerWim Taymans <wim.taymans@gmail.com>2005-11-30 19:02:35 +0000
commit0b3776c0b80196d747c351ebf3e165434a38a22b (patch)
treedfe1c797f0b80eea288ee9b1024bc3d3b6a84401 /ext/dv/gstdvdemux.h
parentabe61f0d33796594721b58c9e6eb6f333a958b12 (diff)
ext/dv/: Fix seeking in dvdemux again, add some more debug info.
Original commit message from CVS: * ext/dv/gstdvdec.c: (gst_dvdec_chain): * ext/dv/gstdvdemux.c: (gst_dvdemux_demux_frame): * ext/dv/gstdvdemux.h: Fix seeking in dvdemux again, add some more debug info.
Diffstat (limited to 'ext/dv/gstdvdemux.h')
-rw-r--r--ext/dv/gstdvdemux.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/dv/gstdvdemux.h b/ext/dv/gstdvdemux.h
index 53121e34..2978a101 100644
--- a/ext/dv/gstdvdemux.h
+++ b/ext/dv/gstdvdemux.h
@@ -73,7 +73,7 @@ struct _GstDVDemux {
guint64 timestamp;
guint64 duration;
- guint total_frames;
+ gint64 total_frames;
guint64 audio_offset;
guint64 video_offset;