examples: add video overlay examples for gtk, qt and qt graphics view
authorStefan Kost <ensonic@users.sf.net>
Tue, 16 Feb 2010 13:43:26 +0000 (15:43 +0200)
committerStefan Kost <ensonic@users.sf.net>
Wed, 17 Feb 2010 07:48:10 +0000 (09:48 +0200)
commit54094cd9ce99bfcb188392ddc0280465eb7e2a55
tree8ed17bc36f2410b6bd94c6b3a7c4978dde0beef5
parentbafffd3d9856b6c45306ab271c8e0107a153de24
examples: add video overlay examples for gtk, qt and qt graphics view

Add simple videotestsrc ! xvimagesink examples using gtk and qt. This patch also
adds all boilerplate to configure for using c++. The qt based examples are
optional like their gtk counterparts.
configure.ac
gst-libs/gst/interfaces/xoverlay.c
tests/examples/Makefile.am
tests/examples/overlay/Makefile.am [new file with mode: 0644]
tests/examples/overlay/gtk-xoverlay.c [new file with mode: 0644]
tests/examples/overlay/qt-xoverlay.cpp [new file with mode: 0644]
tests/examples/overlay/qtgv-xoverlay.cpp [new file with mode: 0644]
tests/examples/overlay/qtgv-xoverlay.h [new file with mode: 0644]