diff --git a/net/webrtc/src/utils.rs b/net/webrtc/src/utils.rs index 4f9a1e3e..8620d808 100644 --- a/net/webrtc/src/utils.rs +++ b/net/webrtc/src/utils.rs @@ -716,6 +716,7 @@ impl Codec { gst::ElementFactory::make("capsfilter") .property("caps", &caps) + .property_from_str("caps-change-mode", "delayed") .build() .with_context(|| "Creating capsfilter caps") }