gstreamer/ext/openh264
Jan Schmidt 40de7e5b98 openh264: Use DecodeFrameNoDelay() API instead of DecodeFrame2
Replace legacy usage of DecodeFrame2 API in favour of the
recommended DecodeFrameNoDelay()

This fixes problems with DecodeFrame2() not (currently) returning
all frames in main/high streams with B-frames, and reduces latency -
previously openh264 would not return a decoded frame until the next
call to DecodeFrame2(). DecodeFrameNoDelay() returns them immediately.
2019-01-30 14:53:02 +11:00
..
gstopenh264dec.cpp openh264: Use DecodeFrameNoDelay() API instead of DecodeFrame2 2019-01-30 14:53:02 +11:00
gstopenh264dec.h openh264: remove unnecessary instance private structures 2016-04-11 20:11:53 +01:00
gstopenh264enc.cpp openh264enc: set GST_PARAM_MUTABLE_PLAYING for bitrate/max-bitrate properties 2017-07-17 19:13:19 -04:00
gstopenh264enc.h openh264enc: allow to dynamically change bitrate 2017-07-17 19:13:18 -04:00
gstopenh264plugin.c Fix up package name and origin in some plugins 2017-05-18 10:58:20 +01:00
Makefile.am Remove plugin specific static build option 2017-05-16 14:05:52 -04:00
meson.build Add feature options for almost all plugins 2018-07-27 19:04:38 +05:30