Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. QML and Qt Quick
  4. Qml video wmfengine trouble

Qml video wmfengine trouble

Scheduled Pinned Locked Moved QML and Qt Quick
1 Posts 1 Posters 1.7k Views 1 Watching
  • 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.
  • Q Offline
    Q Offline
    qtnext
    wrote on last edited by
    #1

    hi,
    i need to display video in my windows qml application. it works with directshow (but i need to use coreavc to display video on seven ... the directshow native plugins don't works)... so i wants to use wmfengine that use windows media foundation .. it works but :

    • there is a crash at the end : easy ! supportedformatschange is called when setting surface at null at the end (so i add a check)

    @ {
    QMutexLocker locker(&m_mutex);
    m_pixelFormats.clear();
    clearMediaTypes();
    if(m_surface==NULL) return;
    QListQVideoFrame::PixelFormat formats = m_surface->supportedPixelFormats();
    @

    no it play fine, bu when releasing it take a few seconds !!! and i have the following console message : session close time out!

    is there anyone using this plugins with success ?

    1 Reply Last reply
    0

    • Login

    • Login or register to search.
    • First post
      Last post
    0
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Get Qt Extensions
    • Unsolved