Fix player not using preloaded stream url breaking gapless playback
Fixes #26
This commit is contained in:
@@ -94,7 +94,7 @@ class GstEnginePipeline : public QObject {
|
||||
|
||||
// If this is set then it will be loaded automatically when playback finishes for gapless playback
|
||||
void SetNextUrl(const QByteArray &stream_url, const QUrl &original_url, qint64 beginning_nanosec, qint64 end_nanosec);
|
||||
bool has_next_valid_url() const { return !next_stream_url_.isNull() && !next_stream_url_.isEmpty(); }
|
||||
bool has_next_valid_url() const { return !next_stream_url_.isEmpty(); }
|
||||
|
||||
void SetSourceDevice(QString device) { source_device_ = device; }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user