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
@ -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>
|
2004-04-05 David Schleef <ds@schleef.org>
|
||||||
|
|
||||||
* ext/kio/kiosrc.cpp: Undefine KDE_DEPRECATED so we can use
|
* 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;
|
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 */
|
/* shave off the flush flag, we'll need it later */
|
||||||
flush = GST_EVENT_SEEK_FLAGS (event) & GST_SEEK_FLAG_FLUSH;
|
flush = GST_EVENT_SEEK_FLAGS (event) & GST_SEEK_FLAG_FLUSH;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user