• Home
Name Date Size #Lines LOC

..--

3dvideo/12-May-2024-1,8281,501

filternovideooverlay/12-May-2024-1,097934

filtervideooverlay/12-May-2024-1,2071,010

fxtest/12-May-2024-1,6631,371

switchvideooverlay/12-May-2024-1,2081,013

Makefile.amD12-May-2024413 148

Makefile.inD12-May-202432.3 KiB996901

READMED12-May-2024732 2819

gstgtk.cD12-May-20244.1 KiB12894

gstgtk.hD12-May-20241.1 KiB369

meson.buildD12-May-2024743 2924

README

1--- Description of the GTK examples ---
2
3- gtkvideooverlay:
4Show how to use the videooverlay interface through GTK.
5It's possible to switch bettween GST_STATE through four buttons.
6
7-filternovideooverlay:
8A more complex pipeline is switched bettween the GST states
9without using the videooverlay interface.
10
11-filtervideooverlay:
12A more complex pipeline is switched bettween the GST states.
13using the videooverlay interface.
14
15-fxtest:
16switch bettween effects of the gleffects filter.
17
18-pixbufdrop:
19drag and drop a png file and overlay it using alpha channel.
20It uses gloverlay filter.
21
22-switchvideooverlay:
23change the videooverlay window while the stream is playing.
24
25--- How to build the GTK examples ---
26
27Using autotools or Meson.
28