[Bug 785684] rtspconnection: Add API for sending multiple messages at once, and for having the message body consist of multiple chunks of memory

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Fri Oct 12 08:34:43 UTC 2018


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

--- Comment #32 from Sebastian Dröge (slomo) <slomo at coaxion.net> ---
Created attachment 373904
  --> https://bugzilla.gnome.org/attachment.cgi?id=373904&action=edit
rtsp-message: Add support for storing GstBuffers directly as body payload of
messages

This makes it unnecessary for callers to first merge together all
memories, and it allows API like GstRTSPConnection to write them out
without first copying all memories together or using writev()-style API
to write multiple memories out in one go.

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