Uploaded image for project: 'Qt Mobility'
  1. Qt Mobility
  2. QTMOBILITY-1343

QPulseAudioOutput::write() does not handle a case what the available buffer is too small for data

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • P2: Important
    • 1.1.2
    • 1.1.0, 1.1.x
    • Multimedia
    • None
    • ccb2cf1fb6848a1aca38f8727644938908525a78;210eabb95e54d0822acd72b3a4b7fa5e22e55142

    Description

      qint64 QPulseAudioOutput::write(const char *data, qint64 len) always returns len, regardless of how much space in buffer was really available.

      instead, it should call pa_stream_writable_size() and return number returned from that function

      Attachments

        Activity

          People

            jorabbe Jonas Rabbe (closed Nokia identity) (Inactive)
            mkirillov Maksim Kirillov
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: