diff --git a/src/gst/gstpipewiresink.c b/src/gst/gstpipewiresink.c index b39a335d8..d79ceaa66 100644 --- a/src/gst/gstpipewiresink.c +++ b/src/gst/gstpipewiresink.c @@ -633,6 +633,7 @@ gst_pipewire_sink_setcaps (GstBaseSink * bsink, GstCaps * caps) char buf[64]; flags = PW_STREAM_FLAG_ASYNC; + flags |= PW_STREAM_FLAG_EARLY_PROCESS; if (pwsink->mode != GST_PIPEWIRE_SINK_MODE_PROVIDE) flags |= PW_STREAM_FLAG_AUTOCONNECT; else