summaryrefslogtreecommitdiffstats
path: root/gst/flx/gstflxdec.c
diff options
context:
space:
mode:
authorWim Taymans <wim.taymans@gmail.com>2003-01-12 21:28:38 +0000
committerWim Taymans <wim.taymans@gmail.com>2003-01-12 21:28:38 +0000
commit088c24429ac21ac43ef15af3541d2e0f6e05e1e2 (patch)
treeba14863d8320caffa4bd691b79e2e1a0d684ec8e /gst/flx/gstflxdec.c
parent0c723d7dc62ca3f880789a5e622b98337ac63605 (diff)
Fix timestamps
Original commit message from CVS: Fix timestamps
Diffstat (limited to 'gst/flx/gstflxdec.c')
-rw-r--r--gst/flx/gstflxdec.c2
1 files changed, 1 insertions, 1 deletions
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,