Rename EngineBase
This commit is contained in:
@@ -44,12 +44,10 @@
|
||||
#include <QString>
|
||||
#include <QUrl>
|
||||
|
||||
#include "enginemetadata.h"
|
||||
|
||||
class QTimerEvent;
|
||||
class GstBufferConsumer;
|
||||
|
||||
namespace Engine {
|
||||
struct SimpleMetaBundle;
|
||||
} // namespace Engine
|
||||
struct GstPlayBin;
|
||||
|
||||
class GstEnginePipeline : public QObject {
|
||||
@@ -132,7 +130,7 @@ class GstEnginePipeline : public QObject {
|
||||
void Error(const int pipeline_id, const int domain, const int error_code, const QString &message, const QString &debug);
|
||||
|
||||
void EndOfStreamReached(const int pipeline_id, const bool has_next_track);
|
||||
void MetadataFound(const int pipeline_id, const Engine::SimpleMetaBundle &bundle);
|
||||
void MetadataFound(const int pipeline_id, const EngineMetadata &bundle);
|
||||
|
||||
void VolumeChanged(const uint volume);
|
||||
void FaderFinished();
|
||||
|
||||
Reference in New Issue
Block a user