videoaggregator: Create a new GstVideoAggregator baseclass
authorMathieu Duponchelle <mathieu.duponchelle@opencreed.com>
Tue, 3 Jun 2014 17:00:34 +0000 (19:00 +0200)
committerThibault Saunier <tsaunier@gnome.org>
Fri, 20 Jun 2014 17:53:33 +0000 (19:53 +0200)
commit7cf66e7c075417fd07b2ae1ea3f7afcbf593d7b9
tree697da635e03e059dd04207dbc0a78cb33b850746
parent55c65d079f7fcdecdd5500a249507ed78b80bb0a
videoaggregator: Create a new GstVideoAggregator baseclass

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

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

https://bugzilla.gnome.org/show_bug.cgi?id=731918
17 files changed:
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/video/Makefile.am [new file with mode: 0644]
gst-libs/gst/video/bad-video-orc-dist.c [new file with mode: 0644]
gst-libs/gst/video/bad-video-orc-dist.h [new file with mode: 0644]
gst-libs/gst/video/bad-video-orc.orc [new file with mode: 0644]
gst-libs/gst/video/gstcms.c [new file with mode: 0644]
gst-libs/gst/video/gstcms.h [new file with mode: 0644]
gst-libs/gst/video/gstvideoaggregator.c [new file with mode: 0644]
gst-libs/gst/video/gstvideoaggregator.h [new file with mode: 0644]
gst-libs/gst/video/gstvideoaggregatorpad.h [new file with mode: 0644]
gst-libs/gst/video/videoconvert.c [new file with mode: 0644]
gst-libs/gst/video/videoconvert.h [new file with mode: 0644]
pkgconfig/gstreamer-bad-video-uninstalled.pc.in [new file with mode: 0644]
pkgconfig/gstreamer-bad-video.pc.in [new file with mode: 0644]