gstreamer/ext
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
..
a52dec gst: Add better support for static plugins 2013-04-15 15:56:02 +02:00
amrnb amrnbdec: Remove some dead code 2013-12-05 12:16:38 +01:00
amrwbdec amrwbdec: Remove some dead code 2013-12-05 12:16:45 +01:00
cdio gst: Add better support for static plugins 2013-04-15 15:56:02 +02:00
dvdread dvdread: avoid intermediate promotion to signed 2014-04-10 16:56:13 +01:00
lame Constify some static arrays everywhere 2015-01-21 09:56:41 +01:00
mad gst: Add better support for static plugins 2013-04-15 15:56:02 +02:00
mpeg2dec mpeg2dec: remove unused struct members 2014-05-16 16:24:46 +01:00
sidplay docs: remove outdated and pointless 'Last reviewed' lines from docs 2014-04-27 00:29:16 +01:00
twolame Constify some static arrays everywhere 2015-01-21 09:56:41 +01:00
x264 x264enc: Don't set max latency to the same value as the encoder latency 2015-02-06 19:04:32 +01:00
Makefile.am build: build plugins in parallel where possible, if make -jN is used 2010-03-30 01:18:50 +01:00