gstreamer/tests/examples/compositor
Sebastian Dröge aae25e0032 compositor: Implement different operators via per-pad property
This removes the crossfade-ratio property and replaces it with an
operator property. Currently this implements the following operators:

- SOURCE: Copy over the source and don't look at the destination
- OVER: Default blending of the source over the destination
- ADD: Like OVER but simply adding the alpha instead

See the example for how to implement crossfading with this.

https://bugzilla.gnome.org/show_bug.cgi?id=797169
2018-10-28 17:13:26 +00:00
..
crossfade.c compositor: Implement different operators via per-pad property 2018-10-28 17:13:26 +00:00
Makefile.am Dist compositor crossfade example and pythons script for meson build 2018-02-15 18:51:44 +00:00
meson.build examples: Don't install non-prefixed examples 2018-06-06 14:32:56 -04:00