pipewire/src
Barnabás Pőcze cc88712ea6 pw-dump: destroy all objects not just those matching the pattern
`registry_event_global()` creates an `object` object for every object,
not just those matching `data::pattern`. However, previously
`registry_event_global_remove()` only destroyed those objects
that matched the given pattern. Fix that by destroying
every object.

Fixes #4001
Fixes 47e1f38f03 ("pw-dump: also dump object removal")
2024-05-06 09:53:42 +02:00
..
daemon settings: add default.clock.quantum-floor property 2024-03-12 17:44:25 +01:00
examples stream: add pw_stream_get_nsec() to get current time 2024-03-11 09:25:48 +01:00
gst gst/src: fix crash when current_caps is NULL 2024-05-03 13:35:24 +00:00
modules module-rt: fix compiler warning 2024-04-29 16:30:06 +02:00
pipewire core: handle import errors better 2024-05-03 16:24:41 +02:00
tests tests: update unit test for added field 2024-03-30 18:19:16 +01:00
tools pw-dump: destroy all objects not just those matching the pattern 2024-05-06 09:53:42 +02:00
meson.build meson.build: fix compile with -Dexamples=disabled 2023-12-04 11:16:11 +01:00