[gst-cvs] gst-plugins-good: videomixer: Add support for blending BGRA and AYUV

Sebastian Dröge slomo at kemper.freedesktop.org
Thu May 28 04:59:39 PDT 2009


Module: gst-plugins-good
Branch: master
Commit: 82abbeaf4f69f22191a28c72a99c0093835edb11
URL:    http://cgit.freedesktop.org/gstreamer/gst-plugins-good/commit/?id=82abbeaf4f69f22191a28c72a99c0093835edb11

Author: Alex Ugarte <alexugarte at gmail.com>
Date:   Thu May 28 12:55:16 2009 +0200

videomixer: Add support for blending BGRA and AYUV

Fixes bug #577017.

---

 gst/videomixer/Makefile.am  |    6 +-
 gst/videomixer/blend_ayuv.c |  270 ++++++++++++++++++++++++
 gst/videomixer/blend_bgra.c |   95 +++++++++
 gst/videomixer/blend_i420.c |  295 ++++++++++++++++++++++++++
 gst/videomixer/videomixer.c |  488 ++++++++++++++++++-------------------------
 gst/videomixer/videomixer.h |    7 +
 6 files changed, 878 insertions(+), 283 deletions(-)

Diff:   http://cgit.freedesktop.org/gstreamer/gst-plugins-good/diff/?id=82abbeaf4f69f22191a28c72a99c0093835edb11




More information about the Gstreamer-commits mailing list