Improvements to gstreamer backend.

- Use PlayBin instead of URIDecodeBin
- Change QUrl to QByteArray in pipeline
- Move URL stuff to FixupUrl() in GstEngine
This commit is contained in:
Jonas Kvinge
2018-04-02 03:43:56 +02:00
parent 0891bb0128
commit 1817127a90
5 changed files with 203 additions and 269 deletions

View File

@@ -34,6 +34,7 @@
#include <QObject>
#include <QUrl>
#include <QVariant>
#include <QByteArray>
#include "enginetype.h"
#include "engine_fwd.h"