loop: add some more docs about loop_control

Add a gmainloop integration example.

See #4467
This commit is contained in:
Wim Taymans 2025-01-20 11:48:07 +01:00
parent 78649b12f6
commit b97dd00f26
3 changed files with 141 additions and 8 deletions

View file

@ -24,6 +24,7 @@ examples = [
'export-spa-device',
'bluez-session',
'local-v4l2',
'gmain',
]
if not get_option('examples').allowed()
@ -39,6 +40,7 @@ examples_extra_deps = {
'video-dsp-play': [sdl_dep],
'local-v4l2': [sdl_dep],
'export-sink': [sdl_dep],
'gmain': [glib2_dep],
}
foreach c : examples