gstreamer/ext/vp8
Philip Jägenstedt 2f4ea3b734 vp8enc: Limit max-latency to 25 to match libvpx
From libvpx/vp8/encoder/onyx_int.h:
 #define MAX_LAG_BUFFERS (CONFIG_REALTIME_ONLY? 1 : 25)

While we don't need to be tied to what libvpx does internally, it
doesn't make sense to pretend to support longer frame lags than are
actually possible.
2010-05-20 10:37:24 +02:00
..
gst/video vp8: Add encoder/decoder 2010-05-19 19:24:02 +02:00
gstvp8dec.c vp8: Undef HAVE_CONFIG_H before including libvpx headers 2010-05-20 09:56:25 +02:00
gstvp8enc.c vp8enc: Limit max-latency to 25 to match libvpx 2010-05-20 10:37:24 +02:00
gstvp8utils.c vp8: Undef HAVE_CONFIG_H before including libvpx headers 2010-05-20 09:56:25 +02:00
gstvp8utils.h vp8: Improve error handling and debug output 2010-05-19 19:24:04 +02:00
Makefile.am vp8: Improve error handling and debug output 2010-05-19 19:24:04 +02:00
plugin.c vp8: Add encoder/decoder 2010-05-19 19:24:02 +02:00