[Bug 757155] New: multisocketsink: lost precision during client-removed signal emittion

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Mon Oct 26 13:48:09 PDT 2015


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

            Bug ID: 757155
           Summary: multisocketsink: lost precision during client-removed
                    signal emittion
    Classification: Platform
           Product: GStreamer
           Version: git master
                OS: Linux
            Status: NEW
          Severity: major
          Priority: Normal
         Component: gst-plugins-base
          Assignee: gstreamer-bugs at lists.freedesktop.org
          Reporter: tocsanti at gmail.com
        QA Contact: gstreamer-bugs at lists.freedesktop.org
     GNOME version: ---

Created attachment 314161
  --> https://bugzilla.gnome.org/attachment.cgi?id=314161&action=edit
patch to fix invalid type in multisocketsink

The signal definition of client-removed signal in multisocketsink uses
G_TYPE_INT as an argument. The cast may result in lost precision and invalid
pointer value. The patch change type in the signal definition to G_TYPE_SOCKET.

-- 
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