mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-14 03:54:11 +00:00
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:
parent
7cbfdb185d
commit
53fbf25868
2 changed files with 6 additions and 1 deletions
|
@ -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
|
||||
|
|
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in a new issue