gst/videodrop/gstvideodrop.*: Work based on timestamp of input data, not based on...
authorRonald S. Bultje <rbultje@ronald.bitfreak.net>
Sun, 29 Feb 2004 05:14:24 +0000 (05:14 +0000)
committerRonald S. Bultje <rbultje@ronald.bitfreak.net>
Sun, 29 Feb 2004 05:14:24 +0000 (05:14 +0000)
commitb91477ed8c8ee541d76e1d88e40da6b637252a5a
treed4bff0a12980ac326bfa15b436c12014fe21ba33
parentee5fb6167b328d6857968a11db760bb22d253c08
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.
ChangeLog