summaryrefslogtreecommitdiffstats
path: root/gst/videodrop/gstvideodrop.h
diff options
context:
space:
mode:
authorRonald S. Bultje <rbultje@ronald.bitfreak.net>2004-02-29 05:14:24 +0000
committerRonald S. Bultje <rbultje@ronald.bitfreak.net>2004-02-29 05:14:24 +0000
commit1451d85dab42c5a8ba6270f0f9a043a44041892f (patch)
treed7c505d8c5a283760688a9fbbb2359ca3c2d0069 /gst/videodrop/gstvideodrop.h
parent603eae54ad357c7304acaea71a2e54a123fa7162 (diff)
downloadgst-plugins-bad-1451d85dab42c5a8ba6270f0f9a043a44041892f.tar.gz
gst-plugins-bad-1451d85dab42c5a8ba6270f0f9a043a44041892f.tar.bz2
gst-plugins-bad-1451d85dab42c5a8ba6270f0f9a043a44041892f.zip
gst/videodrop/gstvideodrop.*: Work based on timestamp of input data, not based on the expected framerate from the inp...
Original commit message from CVS: * gst/videodrop/gstvideodrop.c: (gst_videodrop_init), (gst_videodrop_chain), (gst_videodrop_change_state): * gst/videodrop/gstvideodrop.h: Work based on timestamp of input data, not based on the expected framerate from the input. The consequence is that this element now not only scales framerates, but also functions as a framerate corrector or framerate stabilizer/constantizer.
Diffstat (limited to 'gst/videodrop/gstvideodrop.h')
-rw-r--r--gst/videodrop/gstvideodrop.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gst/videodrop/gstvideodrop.h b/gst/videodrop/gstvideodrop.h
index 429be2c4..20f954a4 100644
--- a/gst/videodrop/gstvideodrop.h
+++ b/gst/videodrop/gstvideodrop.h
@@ -48,7 +48,7 @@ struct _GstVideodrop {
gfloat from_fps,
to_fps;
gfloat speed;
- guint64 pass, total;
+ guint64 pass, total, time_adjust;
};
struct _GstVideodropClass {