• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

3dvideo/H03-May-2022-1,8281,501

filternovideooverlay/H03-May-2022-1,097934

filtervideooverlay/H03-May-2022-1,2071,010

fxtest/H03-May-2022-1,6631,371

switchvideooverlay/H03-May-2022-1,2081,013

Makefile.amH A D19-Apr-2019413 148

Makefile.inH A D03-May-202232.3 KiB996901

READMEH A D19-Apr-2019732 2819

gstgtk.cH A D19-Apr-20194.1 KiB12894

gstgtk.hH A D19-Apr-20191.1 KiB369

meson.buildH A D19-Apr-2019743 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