diff options
author | Wim Taymans <wim.taymans@gmail.com> | 2005-11-30 19:02:35 +0000 |
---|---|---|
committer | Wim Taymans <wim.taymans@gmail.com> | 2005-11-30 19:02:35 +0000 |
commit | 0b3776c0b80196d747c351ebf3e165434a38a22b (patch) | |
tree | dfe1c797f0b80eea288ee9b1024bc3d3b6a84401 /ext/dv/gstdvdemux.h | |
parent | abe61f0d33796594721b58c9e6eb6f333a958b12 (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.h | 2 |
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; |