[Bug 774129] 'gst_buffer_is_writable' assertion in aacparse

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Tue Nov 15 13:10:29 UTC 2016


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

Sebastian Dröge (slomo) <slomo at coaxion.net> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |slomo at coaxion.net
         Resolution|---                         |FIXED

--- Comment #3 from Sebastian Dröge (slomo) <slomo at coaxion.net> ---
commit f1726c7088c9022ac0eda6f5f25a248528969239
Author: Vinod Kesti <vinodkesti at yahoo.com>
Date:   Tue Nov 15 16:52:39 2016 +0530

    aacparse: assertion while converting ADTS stream to RAW

    aacparse resizes input buffer while converting ADTS stream to RAW,
    During buffer resize buffer write permission is not checked.
    This throws gst_buffer_is_writable assertion and leads to AV sync issue
some times.
    It is corrected by making buffer writeable using gst_buffer_make_writable

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

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