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

Avoid video playing debug outs in release mode

    XMLWordPrintable

Details

    • Suggestion
    • Resolution: Done
    • P3: Somewhat important
    • 5.3.0
    • 5.2.1
    • Multimedia
    • None

    Description

      Please wrap line 1395 in the 'qtmultimedia\src\plugins\wmf\player\mfvideorenderercontrol.cpp':

      qDebug() << "currentPresentTime =" << float(currentTime / 10000) * 0.001f << " and sampleTime is" << float(sb.m_time / 10000) * 0.001f;

      by:

      #ifdef DEBUG_MEDIAFOUNDATION
      qDebug() << "currentPresentTime =" << float(currentTime / 10000) * 0.001f << " and sampleTime is" << float(sb.m_time / 10000) * 0.001f;
      #endif

      Attachments

        For Gerrit Dashboard: QTBUG-37539
        # Subject Branch Project Status CR V

        Activity

          People

            ylopes Yoann Lopes
            nodir.temir Nodir Temirkhodjaev
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes