gstreamer/gst/videorate
Thibault Saunier 1cda538e00 videorate: Do not loop forever pushing first buffer when variable framerate
In the case the framerate is variable (represented by framerate=0/1),
we currently end up loop pushing the first buffer and then recompute
diff1 and diff2 without updating the videorate->next_ts at all
leading to infinitely looping pushing that first buffer.

In the case of variable framerate, we should just compute the next_ts
as previous_pts + previous_duration.

https://bugzilla.gnome.org/show_bug.cgi?id=734424
2015-04-02 17:13:24 -04:00
..
gstvideorate.c videorate: Do not loop forever pushing first buffer when variable framerate 2015-04-02 17:13:24 -04:00
gstvideorate.h Fix FSF address 2012-11-03 23:05:09 +00:00
Makefile.am videorate: Add $(GST_PLUGINS_BASE_CFLAGS) to be able to find gst/video/video.h 2015-01-19 11:17:18 +01:00
videorate.vcproj more working plugins 2004-07-27 21:41:30 +00:00