Qt Forum

    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Unsolved

    Call for Presentations - Qt World Summit

    QMediaplayer of Multimedia in Qt moblilty

    Mobile and Embedded
    1
    1
    2389
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • M
      Matt Yung last edited by

      Recent days I used Qt moblility to enable the videoplayer on MeeGo handset system.

      I found that when QMediaplayer sets video output, it has two ways. One is QVideoWidget, the other is QGraphicsVideoItem. And in Qt moblility gstreamer plugin, it has three rendering ways for the playback.

      QGstreamerVideoWidgetControl is for QVideoWidget and it uses xvimagesink which could be accelerated by hardware.
      QGstreamerVideoWindow is for QGraphicsVideoItem which also uses xvimagesink after qt-moblility release 1.1. And it needs x_overlay supported.
      QGstreamerVideoRenderer is a software rendering path in my opinion.

      Is there any plan to make QGstreamerVideoRenderer could be accelerated by hardware?

      Thanks!

      1 Reply Last reply Reply Quote 0
      • First post
        Last post