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

Video flipped on android using 5.9.3

XMLWordPrintable

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

      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
          }
      }

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

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

              Created:
              Updated:
              Resolved:

                There are no open Gerrit changes