Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adjust to incorporating Funnel into membrane_core #17

Merged
merged 2 commits into from
Dec 23, 2024

Conversation

FelonEkonom
Copy link
Member

Adjust to changes from membraneframework/membrane_core#922

@FelonEkonom FelonEkonom requested a review from mat-hek December 18, 2024 16:01
@FelonEkonom FelonEkonom self-assigned this Dec 18, 2024
`Membrane.Funnel.NewInputEvent` via output.
"""
use Membrane.Filter
if :code.module_status(Membrane.Funnel) == :not_loaded do
Copy link
Member

@mat-hek mat-hek Dec 19, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The module may exist but not be loaded yet

Suggested change
if :code.module_status(Membrane.Funnel) == :not_loaded do
unless Code.ensure_loaded?(Membrane.Funnel) do

Event sent each time new element is linked (via funnel input pad) after playing pipeline.
"""
@derive Membrane.EventProtocol
if :code.module_status(Membrane.Funnel.NewInputEvent) == :not_loaded do
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

unless Code.ensure_loaded?(Membrane.Funnel.NewInputEvent) do

@FelonEkonom FelonEkonom requested a review from mat-hek December 23, 2024 13:19
@FelonEkonom FelonEkonom merged commit 5fad92d into master Dec 23, 2024
3 checks passed
@FelonEkonom FelonEkonom deleted the compile-modules-if-necessary branch December 23, 2024 15:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants