Kaydet (Commit) 9bd8b025 authored tarafından Stephan Bergmann's avatar Stephan Bergmann

Fix template parameter ambiguity

Change-Id: I52f0134b599ee950e5c9e47a6374e44415a800af
üst 039a52df
...@@ -81,7 +81,7 @@ VLCFrameGrabber::VLCFrameGrabber( wrapper::EventHandler& eh, const rtl::OUString ...@@ -81,7 +81,7 @@ VLCFrameGrabber::VLCFrameGrabber( wrapper::EventHandler& eh, const rtl::OUString
return ::uno::Reference< css::graphic::XGraphic >(); return ::uno::Reference< css::graphic::XGraphic >();
} }
mPlayer.setTime( std::max(fMediaTime, 0) * MSEC_IN_SEC ); mPlayer.setTime( std::max(fMediaTime, 0.0) * MSEC_IN_SEC );
mPlayer.pause(); mPlayer.pause();
condition.wait(std::chrono::seconds(2)); condition.wait(std::chrono::seconds(2));
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment