Skip to content

Commit

Permalink
Fix invalid spec for Membrane.Core.Child.PadModel
Browse files Browse the repository at this point in the history
  • Loading branch information
FelonEkonom committed Dec 7, 2022
1 parent bb7f8d6 commit 19868b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/membrane/core/child/pad_model.ex
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ defmodule Membrane.Core.Child.PadModel do
ref: Membrane.Pad.ref_t(),
options: Membrane.ChildrenSpec.pad_options_t(),
link_id: Membrane.Core.Parent.Link.id(),
endpoint: Membrane.Core.Parent.Link.Endpoint.t(),
endpoint: Membrane.Core.Parent.Link.Endpoint.t() | nil,
linked?: boolean(),
response_received?: boolean(),
spec_ref: Membrane.Core.Parent.ChildLifeController.spec_ref_t(),
Expand Down

0 comments on commit 19868b2

Please sign in to comment.