From 18c9d19de27cb3d87e617c8362aa23bd52295110 Mon Sep 17 00:00:00 2001 From: Wim Taymans Date: Sun, 12 Jan 2003 21:28:38 +0000 Subject: Fix timestamps Original commit message from CVS: Fix timestamps --- gst/flx/gstflxdec.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gst/flx/gstflxdec.c') diff --git a/gst/flx/gstflxdec.c b/gst/flx/gstflxdec.c index 7b388232..fdddef6d 100644 --- a/gst/flx/gstflxdec.c +++ b/gst/flx/gstflxdec.c @@ -509,7 +509,7 @@ gst_flxdec_loop (GstElement *element) flxdec->frame_time = JIFFIE * flxh->speed; } else { - flxdec->frame_time = flxh->speed * GST_USECOND; + flxdec->frame_time = flxh->speed * GST_MSECOND; } gst_pad_try_set_caps (flxdec->srcpad, -- cgit v1.2.1