Revert "Fix: GstEnginePipeline BusCallback erroneously returned false."

This reverts commit 7b8b477d07.
This commit is contained in:
John Maguire 2021-11-05 16:17:14 +00:00 committed by GitHub
parent 2469763b9b
commit 7f8d61dafd
1 changed files with 1 additions and 1 deletions

View File

@ -613,7 +613,7 @@ gboolean GstEnginePipeline::BusCallback(GstBus*, GstMessage* msg,
break;
}
return TRUE;
return FALSE;
}
GstBusSyncReply GstEnginePipeline::BusCallbackSync(GstBus*, GstMessage* msg,