[omxplayer] Use display time for EDL cut start time
authorpopcornmix <popcornmix@gmail.com>
Mon, 25 Nov 2013 14:52:21 +0000 (14:52 +0000)
committerpopcornmix <popcornmix@gmail.com>
Tue, 4 Feb 2014 17:37:35 +0000 (17:37 +0000)
commit290714cd78d535f72e2cc0eaf8602fac1746fa8a
tree30e57b013218fc36635a556e1a77968f4c4653f3
parent65ad3ae9092c84fc608dd9905a4e222138b4b943
[omxplayer] Use display time for EDL cut start time

There are reports that EDL commercial break skipping occurs 5-10 seconds too early. This is because the skip occurs when a timestamp
is received at PlayerVideo/PlayerAudio, but it may still be a number of seconds before that frame is presented by the GPU.

Instead use the display time (GetTime) to determine start of cut time
xbmc/cores/omxplayer/OMXPlayer.cpp