[Bug 748497] spandsp: Fails to build, uses a private field missing_samples
GStreamer (GNOME Bugzilla)
bugzilla at gnome.org
Mon Apr 27 08:25:10 PDT 2015
https://bugzilla.gnome.org/show_bug.cgi?id=748497
--- Comment #7 from Nicolas Dufresne (stormer) <nicolas.dufresne at collabora.co.uk> ---
Also note that gst_buffer_make_writable() only makes the GstBuffer writable,
read-only memory will remain read-only. Strictly speaking, make_writable()
isn't really needed to map a buffer (I didn't check if we change anything else
later in the code). Not checking the return value of buffer_map() here is quite
terrible also.
--
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