Remove unused GstElementDeleter

This commit is contained in:
Jonas Kvinge
2021-10-10 16:32:54 +02:00
parent 3b37aea3da
commit fd74bbc868
5 changed files with 2 additions and 93 deletions

View File

@@ -47,7 +47,6 @@
class QTimerEvent;
class GstEngine;
class GstBufferConsumer;
class GstElementDeleter;
namespace Engine {
struct SimpleMetaBundle;
@@ -177,8 +176,6 @@ class GstEnginePipeline : public QObject {
static const int kEqBandCount;
static const int kEqBandFrequencies[];
static GstElementDeleter *sElementDeleter;
GstEngine *engine_;
// Using == to compare two pipelines is a bad idea, because new ones often get created in the same address as old ones. This ID will be unique for each pipeline.