[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:37:10 UTC 2018
https://bugzilla.gnome.org/show_bug.cgi?id=785684
Sebastian Dröge (slomo) <slomo at coaxion.net> changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #373905|0 |1
is obsolete| |
--- Comment #34 from Sebastian Dröge (slomo) <slomo at coaxion.net> ---
Created attachment 373906
--> https://bugzilla.gnome.org/attachment.cgi?id=373906&action=edit
rtsp-connection: Make use of new GstRTSPMessage API for directly storing a body
buffer and add API for writing multiple messages
By doing so we can send a whole GstBufferList and each memory in the
contained buffers without copying into a single memory area and with a
single writev() call. This improves performance considerably for
high-packet-rate streams.
This depends on https://gitlab.gnome.org/GNOME/glib/merge_requests/333
to be efficient, otherwise each chunk of memory is a separate write()
call.
--
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