gstreamer/gst/codecalpha
Nicolas Dufresne 4ac9f91921 alphadecodebin: Fix stall due to QoS
alphacombine element is a simple element that assumes buffers are always
paired, or at least that missing buffers are signalled with a GAP. The QoS
implementation in the GstVideoDecoder base class allow decoders dropping
frames independently and that could lead to stall in alphacombine.

Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-bad/-/merge_requests/2326>
2021-06-14 16:33:15 -04:00
..
gstalphacombine.c codecalpha: alphacombine: add support for NV12/AV12 2021-05-27 11:03:41 -04:00
gstalphacombine.h codecalpha: Implement alphacombine element 2021-05-11 16:06:56 -04:00
gstalphadecodebin.c alphadecodebin: Fix stall due to QoS 2021-06-14 16:33:15 -04:00
gstalphadecodebin.h alphadecodebin: Add wrappers to decode VP8/VP9 alpha 2021-05-11 16:06:56 -04:00
gstcodecalphademux.c codecalphademux: Do not set a GstFlowReturn from a boolean 2021-05-14 14:11:39 -04:00
gstcodecalphademux.h Introduce CODEC Alpha plugin 2021-05-11 16:06:56 -04:00
gstplugin.c doc: codecalpha: Add plugin documentation 2021-05-11 16:06:56 -04:00
gstvp8alphadecodebin.c alphadecodebin: Add wrappers to decode VP8/VP9 alpha 2021-05-11 16:06:56 -04:00
gstvp8alphadecodebin.h alphadecodebin: Add wrappers to decode VP8/VP9 alpha 2021-05-11 16:06:56 -04:00
gstvp9alphadecodebin.c alphadecodebin: Add wrappers to decode VP8/VP9 alpha 2021-05-11 16:06:56 -04:00
gstvp9alphadecodebin.h alphadecodebin: Add wrappers to decode VP8/VP9 alpha 2021-05-11 16:06:56 -04:00
meson.build alphadecodebin: Add wrappers to decode VP8/VP9 alpha 2021-05-11 16:06:56 -04:00