[Bug 748024] icydemux: Fix segfault for 0-value metainterval

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Fri Apr 17 02:04:53 PDT 2015


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

Tim-Philipp Müller <t.i.m at zen.co.uk> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |t.i.m at zen.co.uk
         Resolution|---                         |FIXED
   Target Milestone|git master                  |1.5.1

--- Comment #3 from Tim-Philipp Müller <t.i.m at zen.co.uk> ---
Thanks for the patch, pushed:

commit fc038f1f4e45c5c3eb9ba8261c4e0210dd125821
Author: Alex O'Konski <alexanderokonski at gmail.com>
Date:   Fri Apr 17 06:51:46 2015 +0000

    icydemux: Fix segfault if metadata-interval is 0

    Prevents an extra unref of GstBuffer when passing a non-icy stream through
    icydemux with metadata-interval set to 0.

    Reproducible with:
    gst-launch-1.0 filesrc location=~/testsong.mp3 ! \
    'application/x-icy,metadata-interval=(int)0' ! icydemux ! decodebin !
wavenc ! \
    filesink location=~/testsong.wav

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

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