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. [Solved] QML Video Element
Forum Updated to NodeBB v4.3 + New Features

[Solved] QML Video Element

Scheduled Pinned Locked Moved QML and Qt Quick
9 Posts 3 Posters 6.9k 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.
  • S Offline
    S Offline
    sathism
    wrote on last edited by
    #1

    Whenever i try to use Video Element i get the following Problem

    @QMediaPluginLoader: Failed to load plugin: "C:/Qt/QtMobility/plugins/mediaservice/dsengined.dll" "The plugin 'C:/Qt/QtMobility/plugins/mediaservice/dsengined.dll' uses incompatible Qt library.
    Expected build key "Windows mingw release full-config", got "Windows mingw debug full-config""
    QMediaPluginLoader: Failed to load plugin: "C:/Qt/QtMobility/plugins/mediaservice/qtmedia_audioengined.dll"
    "The plugin 'C:/Qt/QtMobility/plugins/mediaservice/qtmedia_audioengined.dll' uses incompatible Qt library. Expected build key "Windows mingw release full-config", got "Windows mingw debug full-config""

    DirectShowPlayerService::doRender: Unresolved error code 8007000d
    @
    i think i should switch to Release mode. But there is no option in the Qt Creater to change the Debug Mode for QML applications.
    Can someone help me on this.

    1 Reply Last reply
    0
    • V Offline
      V Offline
      vsorokin
      wrote on last edited by
      #2

      Your have debug build of Qt Mobility as I understood, try find release build, or rebuild it in release mode yourself.

      --
      Vasiliy

      1 Reply Last reply
      0
      • S Offline
        S Offline
        sathism
        wrote on last edited by
        #3

        but i dont know how to build a QML project in release mode.and also i couldn't find it QT creator anywhere.

        1 Reply Last reply
        0
        • K Offline
          K Offline
          kamalakshantv
          wrote on last edited by
          #4

          Which version of Qt Creator and Qt SDK are you using.

          1 Reply Last reply
          0
          • S Offline
            S Offline
            sathism
            wrote on last edited by
            #5

            Qt 4.7.0 QtCreator 2.0

            1 Reply Last reply
            0
            • K Offline
              K Offline
              kamalakshantv
              wrote on last edited by
              #6

              please check "this":http://bugreports.qt.nokia.com/browse/QTMOBILITY-783?page=com.atlassian.jira.plugin.system.issuetabpanels:changehistory-tabpanel bug report. It refers to similar issue.

              1 Reply Last reply
              0
              • S Offline
                S Offline
                sathism
                wrote on last edited by
                #7

                no that bug has been already fixed.and i am using QT mobility 1.2 tp.this is how that file looks.

                @MediaSampleVideoBuffer::MediaSampleVideoBuffer(IMediaSample *sample,
                int bytesPerLine)
                : QAbstractVideoBuffer(NoHandle)
                , m_sample(sample)
                , m_bytesPerLine(bytesPerLine)
                , m_mapMode(NotMapped)
                {
                m_sample->AddRef();
                }
                @

                1 Reply Last reply
                0
                • S Offline
                  S Offline
                  sathism
                  wrote on last edited by
                  #8

                  Thanks everyone for ur help. I fixed the above error by building qtmobility with release configuration.
                  But right now i am getting the following error.

                  @defaultServiceProvider::requestService():
                  no service found for - "com.nokia.qt.mediaplayer" @

                  1 Reply Last reply
                  0
                  • S Offline
                    S Offline
                    sathism
                    wrote on last edited by
                    #9

                    Sorry for flooding this thread with my posts.

                    Right now i am able to play only WAV audio files.
                    For everything else i am getting the following error.

                    @DirectShowPlayerService::doRender: Unresolved error code 80040218@

                    In my system Windows Media Player is installed and It plays Mp3 files fine.

                    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