[Bug 759846] New: audio-converter rework causing segfault

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Thu Dec 24 03:36:08 PST 2015


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

            Bug ID: 759846
           Summary: audio-converter rework causing segfault
    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: floobleflam at gmail.com
        QA Contact: gstreamer-bugs at lists.freedesktop.org
     GNOME version: ---

After updating to git HEADs, playback of audio causes a segfault. For example,
playing an mp4 file that contains audio causes a segfault, as does running the
following:

gst-launch-1.0 audiotestsrc ! avenc_mp2 ! queue ! mpegaudioparse !
avdec_mp2float ! audioconvert ! alsasink

However, the following doesn't result in a segfault:

gst-launch-1.0 audiotestsrc ! audioconvert ! alsasink

Running a git bisect identified commit 08734e7598ced4feae55529cb21609c1654a1dc0
(audio-converter: rework the main processing loop) as the one that introduced
the problem.

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