mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-07 13:30:09 -05:00
loop: add some more docs about loop_control
Add a gmainloop integration example. See #4467
This commit is contained in:
parent
78649b12f6
commit
b97dd00f26
3 changed files with 141 additions and 8 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue