On Mon, 2016-02-29 at 15:46 +0530, arun at accosted.net wrote: > -pa_rtp_context* pa_rtp_context_init_send(pa_rtp_context *c, int fd, uint32_t ssrc, uint8_t payload, size_t frame_size); > +bool pa_rtp_context_init_send(pa_rtp_context *c, int fd, uint32_t ssrc, uint8_t payload, size_t frame_size); The function never fails, so what's the point of this patch? (Also, a reminder: we've agreed to report function failures using a negative int value rather than a bool.) --Â Tanu