fieldanalysis: Add fieldanalysis element
authorRobert Swain <robert.swain@collabora.co.uk>
Wed, 15 Sep 2010 15:32:09 +0000 (17:32 +0200)
committerRobert Swain <robert.swain@collabora.co.uk>
Tue, 1 Mar 2011 17:45:52 +0000 (18:45 +0100)
commit14fb72014982c26a0847e9faeacac4fc25b738be
treea127d15765e122deaa8ad4acf16cecd6f85a9bcd
parent8e60680c3381b5a579d8e6fd21110289c7125b26
fieldanalysis: Add fieldanalysis element

This element analyses video buffers to identify if they are progressive,
interlaced or telecined and outputs buffers with appropriate flags for a
downstream element (which will be the deinterlace element, after some
forthcoming modifications) to be able to output progressive frames and
adjust timestamps resulting in a progressive stream.
configure.ac
gst/fieldanalysis/Makefile.am [new file with mode: 0644]
gst/fieldanalysis/gstfieldanalysis.c [new file with mode: 0644]
gst/fieldanalysis/gstfieldanalysis.h [new file with mode: 0644]
gst/fieldanalysis/gstfieldanalysisorc.orc [new file with mode: 0644]