Skip to content
This repository has been archived by the owner on Oct 10, 2023. It is now read-only.

Reorganize guide structure #22

Merged
merged 15 commits into from
Apr 1, 2019
Merged

Reorganize guide structure #22

merged 15 commits into from
Apr 1, 2019

Conversation

bblaszkow06
Copy link
Contributor

No description provided.

concepts/elements.md Outdated Show resolved Hide resolved
concepts/pads.md Outdated Show resolved Hide resolved
concepts/pads.md Outdated Show resolved Hide resolved
concepts/pads.md Outdated Show resolved Hide resolved
concepts/pads.md Outdated Show resolved Hide resolved
concepts/pads.md Outdated Show resolved Hide resolved
concepts/pads.md Outdated Show resolved Hide resolved
concepts/pipelines.md Outdated Show resolved Hide resolved
concepts/pads.md Outdated Show resolved Hide resolved
creating_element/tutorial.md Outdated Show resolved Hide resolved
@bblaszkow06 bblaszkow06 requested review from mat-hek and removed request for mat-hek March 28, 2019 18:09
A pipeline is a container that consists of many elements and links between them. Like an Element, every Pipeline also has a playback state and on its basis, it manages the state of the contained elements.
Conceptually, a pipeline is a container that consists of many elements and links between them.
Like an element, every pipeline has a playback state (and uses the same callbacks to handle transitions between them).
It's an Erlang process responsible for starting elements (usually referred to as children) and
Copy link
Contributor

Choose a reason for hiding this comment

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

  • Start with technically/physically would be a nice counterpart for this 'conceptually'
  • End the sentence where now 'and' is, and put everything related to playback state in the next sentence

During the application execution, elements may want to signal some events. For that purpose, they send the
`Notification` to their watcher, which in most cases is a pipeline.

A pipeline can also a gateway to an element - as elements' pids aren't available globally pipeline can route messages
Copy link
Contributor

Choose a reason for hiding this comment

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

can also be? a gateway

@bblaszkow06 bblaszkow06 mentioned this pull request Mar 29, 2019
@bblaszkow06 bblaszkow06 marked this pull request as ready for review April 1, 2019 08:06
@bblaszkow06 bblaszkow06 merged commit d67a13c into master Apr 1, 2019
Release v0.3.0 automation moved this from In review to Done Apr 1, 2019
@bblaszkow06 bblaszkow06 deleted the reorganize-and-pad-opts branch April 1, 2019 17:33
varsill pushed a commit that referenced this pull request Jul 31, 2023
@mat-hek mat-hek removed this from Done in Release v0.3.0 Jan 30, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants