pipewire/src
Barnabás Pőcze fa8b0ba018 pipewiresrc: Fix renegotiation
Some downstream elements trigger re-negotiations when the stream is
running, e.g. due to output window resizing for the below pipeline.

gst-launch-1.0 pipewiresrc ! videoconvert ! video/x-raw ! gtk4paintablesink

This fails due to a side effect introduced by commit 77143e54 with
handle_format_change() setting `is_video` to `false` when param was
NULL. Fix this by explicitly tracking media type and not just video
using a boolean.
2025-11-03 15:27:46 +00:00
..
daemon context: add support for rlimit.<resource> = <value> 2025-10-15 09:26:36 +02:00
examples treewide: access the position information using helpers 2025-10-21 13:06:25 +02:00
gst pipewiresrc: Fix renegotiation 2025-11-03 15:27:46 +00:00
modules pulse: use more specific type when parsing params 2025-10-31 12:04:00 +01:00
pipewire stream: add some redundant checks 2025-10-31 11:48:22 +01:00
tests tests: endpoint: fix valgrind uninit warning 2025-07-20 18:36:20 +02:00
tools tools: add -t option to the help 2025-10-28 10:29:01 +01:00
meson.build meson.build: fix compile with -Dexamples=disabled 2023-11-28 10:18:25 +00:00