GstEngine: Show debug information in error dialog

This commit is contained in:
Jonas Kvinge
2022-04-14 20:56:57 +02:00
parent deecafa053
commit c246b8f164
4 changed files with 5 additions and 4 deletions

View File

@@ -1157,7 +1157,7 @@ void GstEnginePipeline::ErrorMessageReceived(GstMessage *msg) {
}
#endif
emit Error(id(), message, static_cast<int>(domain), code);
emit Error(id(), static_cast<int>(domain), code, message, debugstr);
}