From 0b3776c0b80196d747c351ebf3e165434a38a22b Mon Sep 17 00:00:00 2001 From: Wim Taymans Date: Wed, 30 Nov 2005 19:02:35 +0000 Subject: 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. --- ext/dv/gstdvdemux.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ext/dv/gstdvdemux.h') 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; -- cgit