Fix timestamps
authorWim Taymans <wim.taymans@gmail.com>
Sun, 12 Jan 2003 21:28:38 +0000 (21:28 +0000)
committerWim Taymans <wim.taymans@gmail.com>
Sun, 12 Jan 2003 21:28:38 +0000 (21:28 +0000)
Original commit message from CVS:
Fix timestamps

gst/flx/gstflxdec.c

index 7b38823..fdddef6 100644 (file)
@@ -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,