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

Video is only displayed in full screen mode on multimediawidgets player

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • P2: Important
    • 6.2.0 RC
    • 6.2
    • Multimedia
    • None
    • Qt6 Android
    • Android

    Description

      Only a audio heard when a video is playing on preview screen.

      Workaround:
      VideoWidget::VideoWidget(QWidget *parent)
      : QVideoWidget(parent)

      {​​​​​​ setSizePolicy(QSizePolicy::Ignored, QSizePolicy::Ignored); QPalette p = palette(); p.setColor(QPalette::Window, Qt::black); setPalette(p); // setAttribute(Qt::WA_OpaquePaintEvent); }

      ​​​​​​

      Attachments

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

        Activity

          People

            qtandroidteam Qt Android Team
            pekkagehor Pekka Gehör
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes