gstreamer/gst
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
..
adder adder: Drop custom latency querying logic 2015-02-27 00:52:05 +05:30
app docs: remove old 0.10 Since markers 2013-11-16 16:10:07 +00:00
audioconvert audioconvert: avoid float calculations when mixing integer-formatted channels 2015-04-01 07:31:37 -07:00
audiorate audiorate: Fill gap events 2014-12-14 12:09:12 +01:00
audioresample Constify some static arrays everywhere 2015-01-21 09:49:47 +01:00
audiotestsrc audiotestsrc: Report our latency properly in live mode 2014-12-24 12:59:37 +01:00
encoding Don't compare booleans for equality to TRUE and FALSE 2014-12-01 09:51:12 +01:00
gio docs: fix some gtk-doc warnings 2014-11-15 23:13:42 +00:00
playback playbin: avoid possible deference of null pointer 2015-03-30 10:50:48 +01:00
subparse Don't compare booleans for equality to TRUE and FALSE 2014-12-01 09:51:12 +01:00
tcp socketsrc: Add support for GstNetControlMessageMeta 2015-03-14 13:23:28 +01:00
typefind typefindfunctions: detect mp4 common file format variant 2014-11-26 16:54:39 +00:00
videoconvert videoconvert: add dither-bits option 2014-12-02 15:23:00 +01:00
videorate videorate: Do not loop forever pushing first buffer when variable framerate 2015-04-02 17:13:24 -04:00
videoscale docs: Add new video functions and objects. Cleanup a little. 2015-03-13 01:08:25 +11:00
videotestsrc videotestsrc: add all colors mode 2015-03-10 12:27:03 +01:00
volume Fix double semicolons 2015-03-10 09:27:08 +00:00
Makefile.am build: build plugin and example directories in parallel if make -jN is used 2010-03-29 00:26:59 +01:00