From e0ccdb63e4857516773857cbf3f7bd1db394d4c0 Mon Sep 17 00:00:00 2001 From: Krzysztof Wende Date: Thu, 27 Feb 2025 16:42:59 +0100 Subject: [PATCH] FilterAggregator Context --- lib/membrane/core/filter_aggregator/context.ex | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/membrane/core/filter_aggregator/context.ex b/lib/membrane/core/filter_aggregator/context.ex index 286284367..022c47f6d 100644 --- a/lib/membrane/core/filter_aggregator/context.ex +++ b/lib/membrane/core/filter_aggregator/context.ex @@ -44,7 +44,6 @@ defmodule Membrane.Core.FilterAggregator.Context do parent_clock: nil, playback: :stopped, resource_guard: agg_ctx.resource_guard, - setup_incomplete_returned?: true, utility_supervisor: agg_ctx.utility_supervisor } end