Uploaded image for project: 'Qt'
  1. Qt
  2. QTBUG-65025

Video flipped on android using 5.9.3

    XMLWordPrintable

Details

    • Bug
    • Resolution: Duplicate
    • Not Evaluated
    • None
    • 5.9.3
    • Multimedia
    • None
    • Android

    Description

      This code in 5.9.2 works as expected, in 5.9.3 the image is flipped on android, maybe related to fixing QTBUG-51213

      import QtQuick 2.9
      import QtQuick.Window 2.2
      import QtMultimedia 5.9
      
      ApplicationWindow
      {
          id: window
          visible: true
         
          Video
          {
              autoPlay: true
              source: "http://cdn3.viblast.com/streams/hls/airshow/2670k/stream.m3u8"
              anchors.fill: parent
          }
      }

      Attachments

        Issue Links

          No reviews matched the request. Check your Options in the drop-down menu of this sections header.

          Activity

            People

              ylopes Yoann Lopes
              pkoretic Petar Koretic
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:

                Gerrit Reviews

                  There are no open Gerrit changes