summary refs log tree commit diff
path: root/resources
diff options
context:
space:
mode:
authorNicolas Werner <nicolas.werner@hotmail.de>2021-11-15 03:35:35 +0100
committerNicolas Werner <nicolas.werner@hotmail.de>2021-11-15 03:36:30 +0100
commit61d2d1c665d3d21dcea83363c8229f220b56f4dd (patch)
tree078bf6969fd92de0ed0f1809a650449737d0e75b /resources
parentTranslated using Weblate (Indonesian) (diff)
downloadnheko-61d2d1c665d3d21dcea83363c8229f220b56f4dd.tar.xz
Support exif rotation on received videos
fixes #674
Diffstat (limited to 'resources')
-rw-r--r--resources/qml/delegates/PlayableMediaMessage.qml1
1 files changed, 1 insertions, 0 deletions
diff --git a/resources/qml/delegates/PlayableMediaMessage.qml b/resources/qml/delegates/PlayableMediaMessage.qml
index c738e5b4..351313fe 100644
--- a/resources/qml/delegates/PlayableMediaMessage.qml
+++ b/resources/qml/delegates/PlayableMediaMessage.qml
@@ -67,6 +67,7 @@ Item {
                 fillMode: VideoOutput.PreserveAspectFit
                 source: mxcmedia
                 flushMode: VideoOutput.FirstFrame
+                orientation: mxcmedia.orientation
             }
 
         }