membrane_core
membrane_core copied to clipboard
Error cleanup continuation: Bin & Pipeline
do_handle_action can only return an error on
- [ ]
Parent.ChildLifeController.handle_forward- it has an error that could be replaced withraise(lib/membrane/core/parent/child_life_controller.ex:86) - [ ]
Parent.ChildLifeController.handle_remove_childthat ultimately can only fail atMembrane.Core.Parent.ChildrenModel.get_child_datawith:unknown_child
Fixing the above will let you get rid of this with
Originally posted by @bblaszkow06 in https://github.com/membraneframework/membrane_core/pull/418#discussion_r849632422