gstreamer/gst/codecalpha
Nicolas Dufresne e7b962d9b5 alphacombine: Ignore all events coming from the alpha_pad
As per usage of this element, everything from this pad is a
duplicate. Instead of implemented needless aggregation, simply
drop all events from this pad and let the one from the main stream
passthrough. Also stop proxying some queries from the alpha pad_too.

This fixes racy test failure:
- validate.file.playback.scrub_forward_seeking.opus_vp9-alpha_webm

Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-bad/-/merge_requests/2247>
2021-05-14 14:11:39 -04:00
..
gstalphacombine.c alphacombine: Ignore all events coming from the alpha_pad 2021-05-14 14:11:39 -04:00
gstalphacombine.h codecalpha: Implement alphacombine element 2021-05-11 16:06:56 -04:00
gstalphadecodebin.c alphadecodebin: Use normal queues instead of multiqueue 2021-05-13 14:38:47 +00: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