[Bug 785011] Sometime between 1.10.4 and 1.12.0 MKV video decode broke when mapping buffers to get pixel data

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Tue Jul 18 00:59:52 UTC 2017


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

--- Comment #7 from Carsten Haitzler (Rasterman) <raster at rasterman.com> ---
and doing a deep copy instead of a ref. still garbage.

   send->frame = gst_buffer_ref(buffer);

changed to:

   send->frame = gst_buffer_copy_deep(buffer);

:(

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