mirror of
https://github.com/QL-Win/QuickLook.git
synced 2025-09-11 17:59:17 +00:00
fix #115 and #129: use FFmpeg 3.4.0 GPL libs, use ffme 2.0.b9 with patch unosquare/ffmediaelement#147 and autogen 3.4.0.2
This commit is contained in:
@@ -74,7 +74,7 @@ namespace QuickLook.Plugin.VideoViewer
|
||||
{
|
||||
if (_wasPlaying) mediaElement.Play();
|
||||
};
|
||||
mediaElement.MediaFailed += ShowErrorNotification;
|
||||
//mediaElement.MediaFailed += ShowErrorNotification;
|
||||
mediaElement.MediaOpening += (sender, e) => e.Options.EnableHardwareAcceleration = true;
|
||||
/*mediaElement.MediaEnded += (s, e) =>
|
||||
{
|
||||
|
Reference in New Issue
Block a user