pipewire/src
Robert Mader 1a6bb994a5 gst: Fix sanitization of non-writable caps
`gst_caps_make_writable()` may create a copy which we have to keep
using afterwards. The return value was meant to be used for that,
but was promptly forgotten for the initial user.
Avoid such errors in the future by using an in-out parameter instead.

While on it, add a type check and remove a check for an impossible
condition.

Fixes: 8a271a87b ("gst: Sanitize caps before translating")
2024-03-07 17:16:18 +00:00
..
daemon node: add node.sync-group and node.sync 2024-02-29 18:04:05 +01:00
examples stream: add pw_stream_get_nsec() to get current time 2024-03-04 12:59:26 +01:00
gst gst: Fix sanitization of non-writable caps 2024-03-07 17:16:18 +00:00
modules module-ffado: implement MIDI send and receive 2024-03-07 18:11:01 +01:00
pipewire stream: add pw_stream_get_nsec() to get current time 2024-03-04 12:59:26 +01:00
tests tests: fix ABI check for new pw_time 2024-01-15 15:53:19 +01:00
tools profiler: add transport state in the profile block 2024-02-29 14:07:08 +01:00
meson.build meson.build: fix compile with -Dexamples=disabled 2023-11-28 10:18:25 +00:00