use LGPL builds

This commit is contained in:
Paddy Xu
2017-10-22 16:33:26 +03:00
parent 63e7b3dd89
commit 778c578656
23 changed files with 8 additions and 1 deletions

View File

@@ -75,6 +75,7 @@ namespace QuickLook.Plugin.VideoViewer
if (_wasPlaying) mediaElement.Play();
};
mediaElement.MediaFailed += ShowErrorNotification;
mediaElement.MediaOpening += (sender, e) => e.Options.EnableHardwareAcceleration = true;
/*mediaElement.MediaEnded += (s, e) =>
{
if (mediaElement.IsOpen)