Commit 13a236d5 authored by Craig Watson's avatar Craig Watson

Fixed video not appearing on secondary screen

parent 51bfde68
......@@ -72,6 +72,9 @@ UBGraphicsMediaItem::UBGraphicsMediaItem(const QUrl& pMediaFileUrl, QGraphicsIte
mVideoItem = new QGraphicsVideoItem();
// Necessary to allow the video to be displayed on secondary screen
mVideoItem->setData(UBGraphicsItemData::ItemLayerType, UBItemLayerType::Object);
mMediaObject->setVideoOutput(mVideoItem);
mVideoItem->setSize(QSize(320,240));
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment