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

@@ -124,7 +124,7 @@ class GstEnginePipeline : public QObject {
void SetVolumeModifier(qreal mod);
signals:
void Error(int pipeline_id, QString message, const int domain, const int error_code);
void Error(int pipeline_id, int domain, int error_code, QString message, QString debug);
void EndOfStreamReached(int pipeline_id, bool has_next_track);
void MetadataFound(int pipeline_id, const Engine::SimpleMetaBundle &bundle);