[SCM] kodi-pvr-vdr-vnsi/upstream: adapt to api change - SeekTime

tiber-guest at users.alioth.debian.org tiber-guest at users.alioth.debian.org
Sat Jan 7 11:28:39 UTC 2017


The following commit has been merged in the upstream branch:
commit 6d1fb4903ae66002016d31940eebc826a4f46705
Author: Rainer Hochecker <fernetmenta at online.de>
Date:   Sat Nov 26 14:26:34 2016 +0100

    adapt to api change - SeekTime

diff --git a/src/client.cpp b/src/client.cpp
index 61f364a..0d29d7f 100644
--- a/src/client.cpp
+++ b/src/client.cpp
@@ -880,7 +880,7 @@ bool IsRealTimeStream()
   return false;
 }
 
-bool SeekTime(int time, bool backwards, double *startpts)
+bool SeekTime(double time, bool backwards, double *startpts)
 {
   bool ret = false;
   try

-- 
kodi-pvr-vdr-vnsi packaging



More information about the pkg-multimedia-commits mailing list