From: Wim Taymans Date: Sun, 12 Jan 2003 21:28:38 +0000 (+0000) Subject: Fix timestamps X-Git-Tag: BRANCH-GSTREAMER-0_6-ROOT~30 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=18c9d19de27cb3d87e617c8362aa23bd52295110;p=platform%2Fupstream%2Fgst-plugins-bad.git Fix timestamps Original commit message from CVS: Fix timestamps --- diff --git a/gst/flx/gstflxdec.c b/gst/flx/gstflxdec.c index 7b38823..fdddef6 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,