You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@
3
3
## 1.0.0
4
4
* Introduce `:remove_link` action in pipelines and bins.
5
5
* Add children groups - a mechanism that allows refering to multiple children with a single identifier.
6
-
* Rename `remove_child_t` action into `remove_children_t` and allow for removing a children group with a single action.
6
+
* Rename `remove_child` action into `remove_children` and allow for removing a children group with a single action.
7
7
* Add an ability to spawn anonymous children.
8
8
* Replace `Membrane.Time.round_to_<unit_name>` with `Membrane.Time.as_<unit_name>/2` with second argument equal `:round`. Rename `Membrane.Time.round_to_timebase` to `Membrane.Time.divide_by_timebase/2`. [#494](https://github.com/membraneframework/membrane_core/pull/494)
* Output pads working in `:pull` mode should have their `demand_unit` specified. If case it's not available, it's assumed that the pad handles demands in both `:bytes` and `:buffers` units.
14
14
* Rename callbacks `handle_process/4` and `handle_write/4` to `handle_buffer/4` in [#506](https://github.com/membraneframework/membrane_core/pull/506)
15
15
* The flow control of the pad is now set with a single `:flow_control` option instead of `:mode` and `:demand_mode` options.
16
+
* Remove _t suffix from types [#509](https://github.com/membraneframework/membrane_core/pull/509)
16
17
17
18
## 0.11.0
18
19
* Separate element_name and pad arguments in handle_element_{start, end}_of_stream signature [#219](https://github.com/membraneframework/membrane_core/issues/219)
Copy file name to clipboardExpand all lines: guides/upgrading/v0.11.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -292,7 +292,7 @@ Rename `Membrane.Time.to_<unit name>/1` into `Membrane.Time.round_to_<unit name>
292
292
```
293
293
294
294
## Update the children definitions
295
-
Children defintions syntax (previously known as `ParentSpec`, after the name of a structure used to define children), that was used in `Membrane.Pipeline.Action.spec_t` and `Membrane.Bin.Action.spec_t` actions, has changed.
295
+
Children definitions syntax (previously known as `ParentSpec`, after the name of a structure used to define children), that was used in `Membrane.Pipeline.Action.spec_t` and `Membrane.Bin.Action.spec_t` actions, has changed.
296
296
Since there are quite a few changes concerning children definition, we have decided to present them in the subsections below.
0 commit comments