From cad1d8804d0dde2dab53633d443a80e7ad3d720a Mon Sep 17 00:00:00 2001 From: Stefan Seyfried Date: Sat, 30 Nov 2013 16:07:11 +0100 Subject: [PATCH] startvideo: send PMT again this needs checking if the refcounting issues have been fixed now. Origin commit data ------------------ Commit: https://github.com/neutrino-images/ni-neutrino/commit/29c47133fd1e6e4446516f07f3e89529fae25af3 Author: Stefan Seyfried Date: 2013-11-30 (Sat, 30 Nov 2013) --- src/daemonc/remotecontrol.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/daemonc/remotecontrol.cpp b/src/daemonc/remotecontrol.cpp index 9d8641b0e..942529090 100644 --- a/src/daemonc/remotecontrol.cpp +++ b/src/daemonc/remotecontrol.cpp @@ -707,7 +707,7 @@ void CRemoteControl::startvideo() { is_video_started= true; //g_Zapit->startPlayBack(); - g_Zapit->unlockPlayBack(false); + g_Zapit->unlockPlayBack(true); /* TODO: check if sendpmt=false is correct in stopvideo() */ } }