compositor: Add a new compositor based on the new GstVideoAggregator base class
authorMathieu Duponchelle <mathieu.duponchelle@opencreed.com>
Thu, 22 May 2014 17:46:02 +0000 (19:46 +0200)
committerThibault Saunier <tsaunier@gnome.org>
Fri, 20 Jun 2014 17:53:33 +0000 (19:53 +0200)
commit75c71741a21163fdaa2b21064323916de29d658d
tree75ed57fd68040f809a3aa1ba25f104b469b55f6f
parent59a7205ae0263a580417547dd0ceda79eabe3a3c
compositor: Add a new compositor based on the new GstVideoAggregator base class

It is a replacement for videomixer with a similare API

Co-Authored by: Thibault Saunier <tsaunier@gnome.org>

https://bugzilla.gnome.org/show_bug.cgi?id=731919
gst/compositor/Makefile.am [new file with mode: 0644]
gst/compositor/blend.c [new file with mode: 0644]
gst/compositor/blend.h [new file with mode: 0644]
gst/compositor/blendorc.h [new file with mode: 0644]
gst/compositor/compositor.c [new file with mode: 0644]
gst/compositor/compositor.h [new file with mode: 0644]
gst/compositor/compositororc-dist.c [new file with mode: 0644]
gst/compositor/compositororc-dist.h [new file with mode: 0644]
gst/compositor/compositororc.orc [new file with mode: 0644]
gst/compositor/compositorpad.h [new file with mode: 0644]
tests/check/elements/compositor.c [new file with mode: 0644]