summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorSebastian Dröge <sebastian@centricular.com>2018-08-17 12:51:31 +0300
committerSebastian Dröge <sebastian@centricular.com>2019-01-29 14:17:23 +0200
commitb3c0d8b89b49024bbed4e54cf39714c1e81d332d (patch)
tree203aa424e325429f7f50068223a8034620d84f4c /docs
parent3a9148b334a1f0b4fde54339f089ad25636c6d59 (diff)
downloadgstreamer-plugins-base-b3c0d8b89b49024bbed4e54cf39714c1e81d332d.tar.gz
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. Fixes https://gitlab.freedesktop.org/gstreamer/gst-plugins-base/issues/370
Diffstat (limited to 'docs')
-rw-r--r--docs/libs/gst-plugins-base-libs-sections.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/libs/gst-plugins-base-libs-sections.txt b/docs/libs/gst-plugins-base-libs-sections.txt
index 5d91585d6..46fb30999 100644
--- a/docs/libs/gst-plugins-base-libs-sections.txt
+++ b/docs/libs/gst-plugins-base-libs-sections.txt
@@ -1955,6 +1955,11 @@ gst_rtsp_message_set_body
gst_rtsp_message_take_body
gst_rtsp_message_get_body
gst_rtsp_message_steal_body
+gst_rtsp_message_set_body_buffer
+gst_rtsp_message_take_body_buffer
+gst_rtsp_message_has_body_buffer
+gst_rtsp_message_get_body_buffer
+gst_rtsp_message_steal_body_buffer
GstRTSPAuthCredential
GstRTSPAuthParam