Skip to content

Commit 72ff9db

Browse files
committed
Expand stream format
1 parent a4c8438 commit 72ff9db

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

lib/membrane_ivf/serializer.ex

+5-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,11 @@ defmodule Membrane.IVF.Serializer do
3535

3636
def_input_pad :input,
3737
accepted_format:
38-
%RemoteStream{content_format: format, type: :packetized} when format in [VP9, VP8],
38+
any_of(
39+
%RemoteStream{content_format: format, type: :packetized} when format in [VP9, VP8],
40+
VP8,
41+
VP9
42+
),
3943
flow_control: :manual,
4044
demand_unit: :buffers
4145

0 commit comments

Comments
 (0)