[Bug 738292] directsoundsrc: hRes unckecked, which may cause a endless loop

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Thu Dec 3 23:35:04 PST 2015


https://bugzilla.gnome.org/show_bug.cgi?id=738292

Thomas Roos <thomas at roosesweb.de> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |thomas at roosesweb.de

--- Comment #4 from Thomas Roos <thomas at roosesweb.de> ---
I would like to fix all the Error Handling Bugs in directsoundsrc and
directsoundsink. Same here: https://bugzilla.gnome.org/show_bug.cgi?id=734098
I think Sebastian is right - the check should be before the loop what about
that:
if (FAILED (hRes))
    {
        GST_DSOUND_UNLOCK (dsoundsrc);
        return -1;        
    }

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.


More information about the gstreamer-bugs mailing list