[Bug 774983] avdec_h264 is not copying metadata to the outputbuffer

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Thu Nov 24 13:33:31 UTC 2016


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

--- Comment #7 from Sebastian Dröge (slomo) <slomo at coaxion.net> ---
Your copy function is wrong and will cause segfaults when both the copy and the
original are freed. You have to also create a copy of the payload, e.g. with
g_memdup(). That's probably the reason for the other problems.

Apart from that, this might be
https://bugzilla.gnome.org/show_bug.cgi?id=740222

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