partly revert last commit

Origin commit data
------------------
Branch: master
Commit: 6268ebdb1b
Author: TangoCash <eric@loxat.de>
Date: 2017-10-15 (Sun, 15 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-15 18:06:43 +02:00
parent 800a81aa3a
commit a7baf90b9c

View File

@@ -438,8 +438,8 @@ void cPlayback::Close(void)
videoDecoder->openDevice(); videoDecoder->openDevice();
audioDecoder->openDevice(); audioDecoder->openDevice();
videoDemux->Start(); //videoDemux->Start();
audioDemux->Start(); //audioDemux->Start();
} }
} }
@@ -517,8 +517,8 @@ bool cPlayback::Start(char *filename, int /*vpid*/, int /*vtype*/, int /*apid*/,
if(m_gst_playbin) if(m_gst_playbin)
{ {
videoDemux->Stop(); //videoDemux->Stop();
audioDemux->Stop(); //audioDemux->Stop();
videoDecoder->closeDevice(); videoDecoder->closeDevice();
audioDecoder->closeDevice(); audioDecoder->closeDevice();