gstreamer/tests/examples/gl/gtk
Matthew Waters e6b93e18d3 gl/examples/fxtest: fix up for wayland support
- Pass the wayland display to gst
- Redrawing on resize is no longer needed.
2016-08-19 16:05:33 +10:00
..
3dvideo gl/examples/3d: additions for wayland support 2016-03-31 20:53:18 +11:00
filternovideooverlay gl/examples: update gtk examples for glupload 2015-05-31 16:09:34 +10:00
filtervideooverlay gl/examples/gtk: call XInitThreads 2016-03-17 16:34:05 +11:00
fxtest gl/examples/fxtest: fix up for wayland support 2016-08-19 16:05:33 +10:00
pixbufdrop gl/examples: move to -bad 2014-04-29 16:40:08 +10:00
switchvideooverlay gl/examples: fix switchvideooverlay for wayland 2016-03-31 20:53:18 +11:00
gstgtk.c examples: Fix gl usage without wayland support 2015-06-01 14:05:06 +02:00
gstgtk.h tests/gl/gtk: implement setting a wayland display/surface 2015-05-31 16:04:13 +10:00
gtk.sln gl/examples: move to -bad 2014-04-29 16:40:08 +10:00
Makefile.am gl/examples: remove duplicated videooverlay example 2016-03-31 20:53:18 +11:00
README gl/examples: move to -bad 2014-04-29 16:40:08 +10:00

--- Description of the GTK examples ---

- gtkvideooverlay:
Show how to use the videooverlay interface through GTK.
It's possible to switch bettween GST_STATE through four buttons.

-filternovideooverlay:
A more complex pipeline is switched bettween the GST states
without using the videooverlay interface.

-filtervideooverlay:
A more complex pipeline is switched bettween the GST states.
using the videooverlay interface.

-fxtest:
switch bettween effects of the gleffects filter.

-pixbufdrop:
drag and drop a png file and overlay it using alpha channel.
It uses gloverlay filter.

-switchvideooverlay:
change the videooverlay window while the stream is playing.

--- How to build the GTK examples ---

Using autotools or using tests/examples/gtk/gtk.sln