GstEnginePipeline: Return true from BusCallback

This commit is contained in:
Jonas Kvinge 2021-10-30 17:55:18 +02:00
parent 3efe2d1e05
commit c6c53548ac
1 changed files with 1 additions and 1 deletions

View File

@ -912,7 +912,7 @@ gboolean GstEnginePipeline::BusCallback(GstBus*, GstMessage *msg, gpointer self)
break;
}
return FALSE;
return TRUE;
}