aggregator: Add new GstAggregator base class
authorThibault Saunier <tsaunier@gnome.org>
Thu, 22 May 2014 17:44:37 +0000 (19:44 +0200)
committerThibault Saunier <tsaunier@gnome.org>
Fri, 20 Jun 2014 17:53:33 +0000 (19:53 +0200)
commit55c65d079f7fcdecdd5500a249507ed78b80bb0a
treefd52e524efc6631ce149de116c3a26bcc3555757
parent337bc06de1987d4e97165d897dea45056fb12881
aggregator: Add new GstAggregator base class

This base class has been added to a newly created libgstbadbase library

Co-Authored by: Mathieu Duponchelle <mathieu.duponchelle@opencreed.com>

https://bugzilla.gnome.org/show_bug.cgi?id=731917
configure.ac
docs/libs/gst-plugins-bad-libs-docs.sgml
docs/libs/gst-plugins-bad-libs-sections.txt
gst-libs/gst/Makefile.am
gst-libs/gst/base/Makefile.am [new file with mode: 0644]
gst-libs/gst/base/gstaggregator.c [new file with mode: 0644]
gst-libs/gst/base/gstaggregator.h [new file with mode: 0644]
pkgconfig/gstreamer-bad-base-uninstalled.pc.in [new file with mode: 0644]
pkgconfig/gstreamer-bad-base.pc.in [new file with mode: 0644]
tests/check/Makefile.am
tests/check/libs/aggregator.c [new file with mode: 0644]