summaryrefslogtreecommitdiffstats
path: root/ext/mikmod/gstmikmod.h
diff options
context:
space:
mode:
authorBenjamin Otte <otte@gnome.org>2004-02-10 08:37:50 +0000
committerBenjamin Otte <otte@gnome.org>2004-02-10 08:37:50 +0000
commitb1c2fb3ab77467e856b1fb514513958d8ac83ede (patch)
tree3a0ed0cbc07e0cfb268479eb2690abd537e801f9 /ext/mikmod/gstmikmod.h
parentcb84762012b931a86e9aefefa4cb063918ddb417 (diff)
ext/mikmod/gstmikmod.*: fix caps negotiation in mikmod
Original commit message from CVS: 2004-02-10 Benjamin Otte <in7y118@public.uni-hamburg.de> * ext/mikmod/gstmikmod.c: (gst_mikmod_init), (gst_mikmod_srcfixate), (gst_mikmod_srclink), (gst_mikmod_loop): * ext/mikmod/gstmikmod.h: fix caps negotiation in mikmod * ext/ogg/gstoggdemux.c: (gst_ogg_print): output debug information
Diffstat (limited to 'ext/mikmod/gstmikmod.h')
-rw-r--r--ext/mikmod/gstmikmod.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/mikmod/gstmikmod.h b/ext/mikmod/gstmikmod.h
index 8af87a27..42d2dfc7 100644
--- a/ext/mikmod/gstmikmod.h
+++ b/ext/mikmod/gstmikmod.h
@@ -75,7 +75,7 @@ typedef struct _GstMikModClass GstMikModClass;
extern MODULE *module;
extern MREADER *reader;
extern GstPad *srcpad;
-extern gint64 timestamp;
+extern GstClockTime timestamp;
extern int need_sync;
GType gst_mikmod_get_type(void);