summaryrefslogtreecommitdiffstats
path: root/gst/avi/gstavimux.h
diff options
context:
space:
mode:
authorRonald S. Bultje <rbultje@ronald.bitfreak.net>2002-02-20 07:25:39 +0000
committerRonald S. Bultje <rbultje@ronald.bitfreak.net>2002-02-20 07:25:39 +0000
commit7813a24e3f968a6b23078aaa490c2db643a8cc41 (patch)
tree64c042c78e0695a57dae4daa1555495337fd78c7 /gst/avi/gstavimux.h
parentbd2c4262571a29cdb0c588ac9020c257aa0006b1 (diff)
Small updates to avimux and the v4l plugins for usability in general
Original commit message from CVS: Small updates to avimux and the v4l plugins for usability in general
Diffstat (limited to 'gst/avi/gstavimux.h')
-rw-r--r--gst/avi/gstavimux.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/gst/avi/gstavimux.h b/gst/avi/gstavimux.h
index ebf801e0..feda7241 100644
--- a/gst/avi/gstavimux.h
+++ b/gst/avi/gstavimux.h
@@ -60,8 +60,7 @@ struct _GstAviMux {
gint num_video_pads;
/* timestamps of first and current frame + num_frames for fps calculation */
- guint64 first_timestamp;
- guint64 current_timestamp;
+ gdouble framerate;
/* the AVI header */
gst_riff_avih avi_hdr;