[Bug 774129] 'gst_buffer_is_writable' assertion in aacparse

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Wed Nov 9 07:31:50 UTC 2016


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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #339363|none                        |needs-work
             status|                            |

--- Comment #1 from Sebastian Dröge (slomo) <slomo at coaxion.net> ---
Review of attachment 339363:
 --> (https://bugzilla.gnome.org/review?bug=774129&attachment=339363)

Please write a more clear commit message in the format:

elementname: short one-line summary what is fixed
[empty line]
Long description about what is fixed, when it happened, and how it was fixed.

https://bugzilla.gnome.org/...

::: gst/audioparsers/gstaacparse.c
@@ +1453,3 @@
     guint header_size;
     GstMapInfo map;
+    frame->buffer = gst_buffer_make_writable (frame->buffer);

This should be stored in frame->out_buffer instead, and frame->buffer should be
set to NULL

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