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

Correct cleanup of DirectShow filters

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Unresolved
    • Icon: Not Evaluated Not Evaluated
    • None
    • 1.3.0
    • Multimedia
    • None
    • Windows XP and 7, Qt 4.8.4

      The attached patch fixes some problems in the DirectShow code for the multimedia plugin. The main change is that instead of explicitly deleting the VideoSurfaceFilter it will just Release() the references and let it delete itself when the refcount reaches zero. Otherwise it will end up being deleted way too soon and other components may try accessing it though the bad pointers and crashes will happen.

        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

            Unassigned Unassigned
            robind42 Robin Dunn
            Votes:
            1 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:

                There are no open Gerrit changes