summaryrefslogtreecommitdiffstats
path: root/gst/flx/gstflxdec.c
diff options
context:
space:
mode:
authorWim Taymans <wim.taymans@gmail.com>2002-06-16 21:56:49 +0000
committerWim Taymans <wim.taymans@gmail.com>2002-06-16 21:56:49 +0000
commit27b946fca9e391500200c716982c943fc6683594 (patch)
tree060ba915b6b7a0bb19d5908a8ea8038148c66ec2 /gst/flx/gstflxdec.c
parentdac4644443298a2399ed15e3fb2262762322f92b (diff)
Fix timestamps
Original commit message from CVS: Fix timestamps
Diffstat (limited to 'gst/flx/gstflxdec.c')
-rw-r--r--gst/flx/gstflxdec.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gst/flx/gstflxdec.c b/gst/flx/gstflxdec.c
index 1bb56035..0b099cbc 100644
--- a/gst/flx/gstflxdec.c
+++ b/gst/flx/gstflxdec.c
@@ -22,7 +22,7 @@
#include "flx_fmt.h"
#include "gstflxdec.h"
-#define JIFFIE (1000000/70)
+#define JIFFIE (GST_SECOND/70)
static GstCaps* flxdec_type_find(GstBuffer *buf, gpointer private);
@@ -508,7 +508,7 @@ gst_flxdec_loop (GstElement *element)
flxdec->frame_time = JIFFIE * flxh->speed;
}
else {
- flxdec->frame_time = flxh->speed * 1000;
+ flxdec->frame_time = flxh->speed * GST_USECOND;
}
gst_pad_try_set_caps (flxdec->srcpad,