GstEnginePipeline: Check that state is actually NULL before finishing pipeline
Possible fix for #1582
This commit is contained in:
@@ -162,6 +162,7 @@ class GstEnginePipeline : public QObject {
|
||||
private:
|
||||
static QString GstStateText(const GstState state);
|
||||
GstElement *CreateElement(const QString &factory_name, const QString &name, GstElement *bin, QString &error) const;
|
||||
bool IsStateNull() const;
|
||||
bool InitAudioBin(QString &error);
|
||||
void SetupVolume(GstElement *element);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user