mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 12:11:13 +00:00
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.
This commit is contained in:
parent
6d43aa32f2
commit
d9f18797f4
1 changed files with 10 additions and 0 deletions
10
ChangeLog
10
ChangeLog
|
@ -1,3 +1,13 @@
|
|||
2004-02-29 Ronald Bultje <rbultje@ronald.bitfreak.net>
|
||||
|
||||
* 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.
|
||||
|
||||
2004-02-27 David Schleef <ds@schleef.org>
|
||||
|
||||
patches from jmmv@menta.net (Julio M. Merino Vidal)
|
||||
|
|
Loading…
Reference in a new issue