[Bug 644845] Comparison of unsigned int < 0 always false in gstalsamixer.c

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Tue Mar 15 11:48:55 PDT 2011


https://bugzilla.gnome.org/show_bug.cgi?id=644845
  GStreamer | gst-plugins-base | 0.10.32

Sebastian Dröge <slomo> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
                 CC|                            |slomo at circular-chaos.org
         Resolution|                            |FIXED
   Target Milestone|HEAD                        |0.10.33

--- Comment #1 from Sebastian Dröge <slomo at circular-chaos.org> 2011-03-15 18:48:53 UTC ---
commit 185a8ddcaa0caff36e5eb801a3347e1c849061df
Author: Blaise Gassend <blaise at suitabletech.com>
Date:   Tue Mar 15 19:47:11 2011 +0100

    alsamixer: Store return values of poll functions in a signed integer

    Negative return values are used for errors and storing
    them in an unsigned integer will make it impossible to
    detect the errors.

    Fixes bug #644845.

-- 
Configure bugmail: https://bugzilla.gnome.org/userprefs.cgi?tab=email
------- 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