From: Ronald S. Bultje Date: Sun, 29 Feb 2004 05:14:24 +0000 (+0000) Subject: gst/videodrop/gstvideodrop.*: Work based on timestamp of input data, not based on... X-Git-Tag: 1.19.3~505^2~3833 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=d9f18797f4ef8894127dff7df16501d4bf0c3bb0;p=platform%2Fupstream%2Fgstreamer.git 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. --- diff --git a/ChangeLog b/ChangeLog index 1a6806d..fa92f42 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,13 @@ +2004-02-29 Ronald Bultje + + * 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 patches from jmmv@menta.net (Julio M. Merino Vidal)