Skip to content

gst: src: disable active state when only going to PAUSED

Robert Rosengren requested to merge robberos/pipewire:src-paused into master

The pipewiresrc starts the stream in active state but should be inactive if only going to PAUSED state. This patch sets the stream to inactive when wait_started has returned in the GStreamer state tranistions.

Fixes #4049 (closed)

Merge request reports