partly revert last commit

This commit is contained in:
TangoCash
2017-10-15 18:06:43 +02:00
parent ec61bd0a3e
commit 6268ebdb1b

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();