ext/mad/gstmad.c: fix GST_FORMAT_TIME usage

Original commit message from CVS:
* ext/mad/gstmad.c: (normal_seek):
fix GST_FORMAT_TIME usage
This commit is contained in:
Benjamin Otte 2004-04-06 06:03:31 +00:00
parent 7cbfdb185d
commit 53fbf25868
2 changed files with 6 additions and 1 deletions

View file

@ -1,3 +1,8 @@
2004-04-06 Benjamin Otte <in7y118@public.uni-hamburg.de>
* ext/mad/gstmad.c: (normal_seek):
fix GST_FORMAT_TIME usage
2004-04-05 David Schleef <ds@schleef.org>
* ext/kio/kiosrc.cpp: Undefine KDE_DEPRECATED so we can use

View file

@ -685,7 +685,7 @@ normal_seek (GstMad * mad, GstPad * pad, GstEvent * event)
return FALSE;
}
GST_DEBUG ("seek to time " GST_TIME_FORMAT, GST_TIME_ARGS (src_offset));
GST_DEBUG ("seek to time %" GST_TIME_FORMAT, GST_TIME_ARGS (src_offset));
/* shave off the flush flag, we'll need it later */
flush = GST_EVENT_SEEK_FLAGS (event) & GST_SEEK_FLAG_FLUSH;