mirror of
https://github.com/QL-Win/QuickLook.git
synced 2025-09-12 18:39:45 +00:00
use LGPL builds
This commit is contained in:
@@ -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)
|
||||
|
Reference in New Issue
Block a user