From 088c24429ac21ac43ef15af3541d2e0f6e05e1e2 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(-) 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