gstreamer/tests/examples/gl/gtk
2017-05-21 10:57:53 +01:00
..
3dvideo examples: gl: remove ancient bitrotten .vcproj files 2017-05-21 10:57:53 +01:00
filternovideooverlay examples: gl: remove ancient bitrotten .vcproj files 2017-05-21 10:57:53 +01:00
filtervideooverlay examples: gl: remove ancient bitrotten .vcproj files 2017-05-21 10:57:53 +01:00
fxtest examples: gl: remove ancient bitrotten .vcproj files 2017-05-21 10:57:53 +01:00
switchvideooverlay examples: gl: remove ancient bitrotten .vcproj files 2017-05-21 10:57:53 +01: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
Makefile.am gl/examples: remove duplicated videooverlay example 2016-03-31 20:53:18 +11:00
README

--- 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