armbox: gstreamer - fix init jump, cleanup

Origin commit data
------------------
Branch: master
Commit: 6f261730ff
Author: TangoCash <eric@loxat.de>
Date: 2017-10-21 (Sat, 21 Oct 2017)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
This commit is contained in:
TangoCash
2017-10-21 18:28:57 +02:00
parent dec022b20c
commit a7b09ec32b
3 changed files with 57 additions and 23 deletions

View File

@@ -48,9 +48,11 @@ class cPlayback
{
private:
bool playing;
bool decoders_closed;
int mSpeed;
int mAudioStream;
int init_jump;
public:
playstate_t playstate;