cairooverlay: Add generic Cairo overlay video element.
authorJon Nordby <jononor@gmail.com>
Fri, 28 Jan 2011 00:14:04 +0000 (02:14 +0200)
committerSebastian Dröge <sebastian.droege@collabora.co.uk>
Wed, 2 Mar 2011 21:55:52 +0000 (22:55 +0100)
commit32dff9df75942c51b3ecbd7ffa394ef755881d50
tree756e7eafccb08e0dd975a8958acd68c41cf5bf8c
parent3ec3bed497b488364726c87e522c05b846ed4e70
cairooverlay: Add generic Cairo overlay video element.

Allows applications to connect to the "draw" signal of
the element and do their custom drawing there.
Includes an example application demonstrating usage.

Fixes: https://bugzilla.gnome.org/show_bug.cgi?id=595520
14 files changed:
configure.ac
docs/plugins/Makefile.am
docs/plugins/gst-plugins-good-plugins-docs.sgml
docs/plugins/gst-plugins-good-plugins-sections.txt
ext/cairo/.gitignore [new file with mode: 0644]
ext/cairo/Makefile.am
ext/cairo/gstcairo-marshal.list [new file with mode: 0644]
ext/cairo/gstcairo.c
ext/cairo/gstcairooverlay.c [new file with mode: 0644]
ext/cairo/gstcairooverlay.h [new file with mode: 0644]
tests/examples/Makefile.am
tests/examples/cairo/.gitignore [new file with mode: 0644]
tests/examples/cairo/Makefile.am [new file with mode: 0644]
tests/examples/cairo/cairo_overlay.c [new file with mode: 0644]