Fix timestamps
authorWim Taymans <wim.taymans@gmail.com>
Sun, 16 Jun 2002 21:56:49 +0000 (21:56 +0000)
committerWim Taymans <wim.taymans@gmail.com>
Sun, 16 Jun 2002 21:56:49 +0000 (21:56 +0000)
Original commit message from CVS:
Fix timestamps

gst/flx/gstflxdec.c

index 1bb5603..0b099cb 100644 (file)
@@ -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,