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

multiple VideoOutput QML elements with same source don't work

    XMLWordPrintable

Details

    • Bug
    • Resolution: Fixed
    • P3: Somewhat important
    • 5.15
    • 5.1.0
    • Multimedia
    • None
    • Ubuntu 12.04 32bit
      qt5.1 sdk

    Description

      If I create multiple VideoOutput with same source MediaPlayer
      but only one VideoOutput show video

      I made application base on example
      http://qt-project.org/doc/qt-5.0/qtmultimedia/qml-qtmultimedia5-videooutput.html

      import QtQuick 2.0
      import QtMultimedia 5.0

      Rectangle {
      width: 800
      height: 600
      color: "black"

      MediaPlayer

      { id: player source: "file://video.webm" autoPlay: true }

      VideoOutput

      { x: 0 width: 320 height: 480 id: videoOutput0 source: player }

      VideoOutput

      { x: 320 width: 320 height: 480 id: videoOutput1 source: player }

      }

      Attachments

        Issue Links

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

          Activity

            People

              valentyn.doroshchuk Valentyn Doroshchuk
              miskol MICHAL LAZO
              Votes:
              10 Vote for this issue
              Watchers:
              18 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:

                Gerrit Reviews

                  There are no open Gerrit changes