diff --git a/src/pipewire/stream.c b/src/pipewire/stream.c index 89c2794e2..d7e43d790 100644 --- a/src/pipewire/stream.c +++ b/src/pipewire/stream.c @@ -1940,7 +1940,8 @@ pw_stream_connect(struct pw_stream *stream, pw_properties_set(props, "channelmix.normalize", "true"); } - if (impl->media_type == SPA_MEDIA_TYPE_audio) { + if (impl->media_type == SPA_MEDIA_TYPE_audio || + impl->media_type == SPA_MEDIA_TYPE_video) { factory = pw_context_find_factory(impl->context, "adapter"); if (factory == NULL) { pw_log_error("%p: no adapter factory found", stream);