summaryrefslogtreecommitdiff
path: root/gst/compositor/Makefile.am
Commit message (Collapse)AuthorAgeFilesLines
* Remove compositor plugin which was moved to -baseTim-Philipp Müller2018-12-271-27/+0
| | | | https://gitlab.freedesktop.org/gstreamer/gst-plugins-base/issues/138
* Remove GstVideoAggregator, moved into libgstvideo in -baseTim-Philipp Müller2018-12-261-1/+0
| | | | https://gitlab.freedesktop.org/gstreamer/gst-plugins-base/issues/137
* compositor: Remove extra header for the pad declarationSebastian Dröge2018-10-271-2/+1
| | | | | There's no reason for having this separate apart from making things less discoverable.
* Remove GstAggregator from -bad, moved to coreTim-Philipp Müller2017-12-021-1/+0
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=739010
* Remove plugin specific static build optionNicolas Dufresne2017-05-161-1/+0
| | | | | Static and dynamic plugins now have the same interface. The standard --enable-static/--enable-shared toggle are sufficient.
* compositor: Fix Makefile CFLAGS/LIBADD orderingEdward Hervey2014-06-241-3/+5
| | | | We want to use the libraries from -bad if/when present
* compositor: Add a new compositor based on the new GstVideoAggregator base classMathieu Duponchelle2014-06-201-0/+29
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