[Bug 748497] spandsp: Fails to build, uses a private field missing_samples

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Mon Apr 27 08:02:32 PDT 2015


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

--- Comment #6 from LRN <lrn1986 at gmail.com> ---
>From what i can see, plc_rx() is guaranteed to at least read the buffer, and
might write it if plc->plc_state->missing_samples != 0.

At best we can make gst code maps it as read-only if
plc->plc_state->missing_samples == 0 and readwrite if
plc->plc_state->missing_samples != 0, and hope that my analysis of plc_rx()
behaviour is correct and that it only writes the buffer when
plc->plc_state->missing_samples != 0, otherwise we're screwed.

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