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
In the vast majority of scenarios, it's convenient to implement Membrane.Pipeline behaviour to have a pipeline. However, in some cases, it's overkill - for example in small demos, like the HLS demo. In such situations, we could do something like:
In the vast majority of scenarios, it's convenient to implement
Membrane.Pipeline
behaviour to have a pipeline. However, in some cases, it's overkill - for example in small demos, like the HLS demo. In such situations, we could do something like:The
Membrane.Testing.Pipeline
already has a similar API, so we could just rename fine-tune it. The new pipeline should be still usable in tests.The text was updated successfully, but these errors were encountered: