[Bug 739722] New: Thread safe register GstMatroskamuxPad

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Thu Nov 6 03:17:12 PST 2014


https://bugzilla.gnome.org/show_bug.cgi?id=739722
  GStreamer | gst-plugins-good | unspecified

           Summary: Thread safe register GstMatroskamuxPad
    Classification: Platform
           Product: GStreamer
           Version: unspecified
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: normal
          Priority: Normal
         Component: gst-plugins-good
        AssignedTo: gstreamer-bugs at lists.freedesktop.org
        ReportedBy: goran.jonsson at axis.com
         QAContact: gstreamer-bugs at lists.freedesktop.org
     GNOME version: ---


Created an attachment (id=290090)
 View: https://bugzilla.gnome.org/attachment.cgi?id=290090
 Review: https://bugzilla.gnome.org/review?bug=739722&attachment=290090

patch for gst-plugins-good

The function gst_matroskamux_pad_get_type is not thread safe.
If one thread is reading type and sees that it 0 and call
g_type_register_static_simple but before write to type another thread is doing
the same.

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