[Bug 737886] New: [PATCH] crash when changing equalizer settings during playback

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Sat Oct 4 07:04:54 PDT 2014


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

           Summary: [PATCH] crash when changing equalizer settings during
                    playback
    Classification: Platform
           Product: GStreamer
           Version: git
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: normal
          Priority: Normal
         Component: gst-plugins-good
        AssignedTo: gstreamer-bugs at lists.freedesktop.org
        ReportedBy: me at davidsansome.com
         QAContact: gstreamer-bugs at lists.freedesktop.org
     GNOME version: ---


Reported by a Clementine user:
https://github.com/clementine-player/Clementine/issues/4541

The problem is the gst_buffer_map (buf, &map, GST_MAP_READWRITE) in
gstiirequalizer.c - it's just switched out of passthrough mode, but the buffer
was allocated while the transform was still in passthrough mode and it's
read-only (GstBaseTransform just gives it a copy of the input buffer as an
optimisation).  It'll be writeable on the next call to transform_ip.

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