armbox: fix gst playback

This commit is contained in:
TangoCash
2017-10-22 10:46:57 +02:00
parent 6f261730ff
commit 07d9206a56
2 changed files with 10 additions and 14 deletions

View File

@@ -47,7 +47,7 @@ struct AVFormatContext;
class cPlayback
{
private:
bool playing;
bool playing, first;
bool decoders_closed;
int mSpeed;