mirror of
https://github.com/tuxbox-neutrino/libstb-hal.git
synced 2025-08-27 07:23:11 +02:00
partly revert last commit
This commit is contained in:
@@ -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();
|
||||||
|
Reference in New Issue
Block a user