gstreamer/ext/x264
Sebastian Dröge 5dd1a28906 x264enc: Don't set max latency to the same value as the encoder latency
The meaning of the max latency is *not* the maximum latency this element will
introduce. It is the maximum latency this element can endure without
overflowing any buffers, which is infinite for x264enc.

Fixes latency configuration in zero latency mode, where max latency was
becoming 0... which usually won't work well if something else introduces
latency as then max < min in the end, and latency configuration just fails.
2015-02-06 19:04:32 +01:00
..
gstx264enc.c x264enc: Don't set max latency to the same value as the encoder latency 2015-02-06 19:04:32 +01:00
gstx264enc.h x264enc: Shift both PTS and DTS to ensure positive timestamp 2014-07-19 12:59:05 -04:00
GstX264Enc.prs [MOVED FROM BAD 27/28] Remove wrong stuff from preset file 2009-06-05 18:48:27 +01:00
Makefile.am gst: Add better support for static plugins 2013-04-15 15:56:02 +02:00