[gstreamer-bugs] [Bug 621505] New: Disable memory poisoning by default for releases

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Mon Jun 14 00:49:02 PDT 2010


https://bugzilla.gnome.org/show_bug.cgi?id=621505
  GStreamer | gstreamer (core) | git

           Summary: Disable memory poisoning by default for releases
    Classification: Desktop
           Product: GStreamer
           Version: git
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: normal
          Priority: Normal
         Component: gstreamer (core)
        AssignedTo: gstreamer-bugs at lists.sourceforge.net
        ReportedBy: bilboed at gmail.com
         QAContact: gstreamer-bugs at lists.sourceforge.net
      GNOME target: ---
     GNOME version: ---


Currently memory poisoning is always enabled. While this helps tracking down
issue in development versions, it does enable some non-trivial computations
which slow down caps operations.

gst_caps_append: Full caps_copy of the second argument
gst_caps_merge: Full caps copy of the second argumet
gst_caps_append_structure: Full copy of the structure to add

I'd push for not making it enabled by default for (pre-)releases.

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