summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorMathieu Duponchelle <mathieu@centricular.com>2018-03-29 22:49:26 +0200
committerMathieu Duponchelle <mathieu@centricular.com>2018-03-30 17:55:32 +0200
commit988db52016f3c5c75289a4db06331e37232323d3 (patch)
tree58287cfa657362cdc9d24541480c44304aa0e118 /docs
parent7894328029175ad792df277b1b08c09b201dffb5 (diff)
rtsp-server: add API to enable retransmission requests
"do-retransmission" was previously set when rtx-time != 0, which made no sense as do-retransmission is used to enable the sending of retransmission requests, where as rtx-time is used by the peer to enable storing of buffers in order to respond to retransmission requests. rtsp-media now also provides a callback for the request-aux-receiver signal. https://bugzilla.gnome.org/show_bug.cgi?id=794822
Diffstat (limited to 'docs')
-rw-r--r--docs/libs/gst-rtsp-server-sections.txt7
1 files changed, 7 insertions, 0 deletions
diff --git a/docs/libs/gst-rtsp-server-sections.txt b/docs/libs/gst-rtsp-server-sections.txt
index 103cd4a..956ac0a 100644
--- a/docs/libs/gst-rtsp-server-sections.txt
+++ b/docs/libs/gst-rtsp-server-sections.txt
@@ -178,6 +178,9 @@ gst_rtsp_media_get_buffer_size
gst_rtsp_media_set_retransmission_time
gst_rtsp_media_get_retransmission_time
+gst_rtsp_media_set_do_retransmission
+gst_rtsp_media_get_do_retransmission
+
gst_rtsp_media_set_latency
gst_rtsp_media_get_latency
@@ -277,6 +280,9 @@ gst_rtsp_media_factory_set_suspend_mode
gst_rtsp_media_factory_set_retransmission_time
gst_rtsp_media_factory_get_retransmission_time
+gst_rtsp_media_factory_set_do_retransmission
+gst_rtsp_media_factory_get_do_retransmission
+
gst_rtsp_media_factory_set_latency
gst_rtsp_media_factory_get_latency
@@ -617,6 +623,7 @@ gst_rtsp_stream_update_crypto
gst_rtsp_stream_set_pt_map
gst_rtsp_stream_request_aux_sender
+gst_rtsp_stream_request_aux_receiver
gst_rtsp_stream_seekable