vlc | branch: master | Steve Lhomme <[email protected]> | Wed Jun 15 00:44:43 2016 +0200| [e657ddcb2991863098db13084467a5a709498d61] | committer: Jean-Baptiste Kempf
chromecast: fix the time displayed after seeking When seeking the Chromecast will flush its buffering and start playing after it has enough data. We wait until it says it's playing after a seek to guess the playback time it's resuming to. Signed-off-by: Jean-Baptiste Kempf <[email protected]> > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=e657ddcb2991863098db13084467a5a709498d61 --- modules/stream_out/chromecast/cast.cpp | 2 +- modules/stream_out/chromecast/chromecast.h | 14 ++- modules/stream_out/chromecast/chromecast_common.h | 3 + modules/stream_out/chromecast/chromecast_ctrl.cpp | 83 ++++++++++++++++- modules/stream_out/chromecast/chromecast_demux.cpp | 97 ++++++++++++++++++++ 5 files changed, 193 insertions(+), 6 deletions(-) Diff: http://git.videolan.org/gitweb.cgi/vlc.git/?a=commitdiff;h=e657ddcb2991863098db13084467a5a709498d61 _______________________________________________ vlc-commits mailing list [email protected] https://mailman.videolan.org/listinfo/vlc-commits
