gst-plugins-bad: fieldanalysis: Add fieldanalysis element

Robert Swain robswain at kemper.freedesktop.org
Tue Mar 1 10:10:23 PST 2011


Module: gst-plugins-bad
Branch: master
Commit: 14fb72014982c26a0847e9faeacac4fc25b738be
URL:    http://cgit.freedesktop.org/gstreamer/gst-plugins-bad/commit/?id=14fb72014982c26a0847e9faeacac4fc25b738be

Author: Robert Swain <robert.swain at collabora.co.uk>
Date:   Wed Sep 15 17:32:09 2010 +0200

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                              |    2 +
 gst/fieldanalysis/Makefile.am             |   26 +
 gst/fieldanalysis/gstfieldanalysis.c      | 1806 +++++++++++++++++++++++++++++
 gst/fieldanalysis/gstfieldanalysis.h      |  144 +++
 gst/fieldanalysis/gstfieldanalysisorc.orc |  119 ++
 5 files changed, 2097 insertions(+), 0 deletions(-)

Diff:   http://cgit.freedesktop.org/gstreamer/gst-plugins-bad/diff/?id=14fb72014982c26a0847e9faeacac4fc25b738be


More information about the gstreamer-commits mailing list