Merge branch 'master' of github.com:jb-alvarado/ffplayout-engine

This commit is contained in:
jb-alvarado 2022-05-12 21:18:41 +02:00
commit 738a280589

View File

@ -134,7 +134,7 @@ impl ProcessControl {
rpc.clone().close()
};
for unit in [Encoder, Decoder, Ingest] {
for unit in [Decoder, Encoder, Ingest] {
if let Err(e) = self.kill(unit) {
if !e.contains("exited process") {
error!("{e}")