rtsp-server: add API to enable retransmission requests
authorMathieu Duponchelle <mathieu@centricular.com>
Thu, 29 Mar 2018 20:49:26 +0000 (22:49 +0200)
committerMathieu Duponchelle <mathieu@centricular.com>
Fri, 30 Mar 2018 15:55:32 +0000 (17:55 +0200)
commit988db52016f3c5c75289a4db06331e37232323d3
tree58287cfa657362cdc9d24541480c44304aa0e118
parent7894328029175ad792df277b1b08c09b201dffb5
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
docs/libs/gst-rtsp-server-sections.txt
gst/rtsp-server/rtsp-media-factory.c
gst/rtsp-server/rtsp-media-factory.h
gst/rtsp-server/rtsp-media.c
gst/rtsp-server/rtsp-media.h
gst/rtsp-server/rtsp-stream.c
gst/rtsp-server/rtsp-stream.h