pipewire/src
Barnabás Pőcze 2bc5d0914d gst: fix stream params memory leak
Both the GPtrArray and its contents are leaked in case of success.
`pw_stream_connect()` copies the params as needed, so use `g_autoptr()`
to free the array and with it, its contents.
2024-05-03 07:15:19 +00:00
..
daemon conf: handle array of arguments in context.exec 2024-04-26 17:11:21 +02:00
examples examples: set the MAPPABLE flag for MemFd 2024-04-02 12:28:01 +02:00
gst gst: fix stream params memory leak 2024-05-03 07:15:19 +00:00
modules pulse-server: show warning about snap kernel features only once 2024-05-01 13:17:31 +03:00
pipewire context: use first data-loop class when unset 2024-05-02 09:33:38 +02:00
tests tests: don't crash when security context is not available 2024-04-15 16:41:03 +02:00
tools Add album to tag metadata 2024-04-28 07:49:32 +00:00
meson.build meson.build: fix compile with -Dexamples=disabled 2023-11-28 10:18:25 +00:00