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
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
tools
meson.build