Skip to content

Commit

Permalink
grammarly
Browse files Browse the repository at this point in the history
  • Loading branch information
FelonEkonom committed Jan 14, 2025
1 parent 792bf15 commit f946fdc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion guides/components_lifecycle.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,4 +52,4 @@ Some callbacks are not confined to specific stages of the Membrane Component lif
The `handle_info/3` callback is present in all Membrane Components and `handle_call/3` in Membrane Pipelines. These can be triggered at any time while the component is alive, functioning similarly to their counterparts in `GenServer`.

## Default implementations
If you are new to Membrane and you just read about some new callbacks that are not implement in your Element or Pipeline, that was supposed to work fine - don't worry! We decided to provide default implementations for the majority of the callbacks (some exceptions are `handle_buffer/4` or `handle_demand/5`), that in general is supposed to do nothing or do the most expected operation. For more details, visit the documentation of `Membrane.Pipeline`, `Membrane.Bin` and `Membrane.Element`.
If you are new to Membrane and you just read about some new callbacks that are not implemented in your Element or Pipeline, that was supposed to work fine - don't worry! We decided to provide default implementations for the majority of the callbacks (some of the exceptions are `handle_buffer/4` or `handle_demand/5`), which in general is to do nothing or to do the most expected operation. For more details, visit the documentation of `Membrane.Pipeline`, `Membrane.Bin` and `Membrane.Element`.

0 comments on commit f946fdc

Please sign in to comment.