summaryrefslogtreecommitdiff
path: root/gst/rtsp-server/rtsp-stream.h
diff options
context:
space:
mode:
Diffstat (limited to 'gst/rtsp-server/rtsp-stream.h')
-rw-r--r--gst/rtsp-server/rtsp-stream.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/gst/rtsp-server/rtsp-stream.h b/gst/rtsp-server/rtsp-stream.h
index a934ab5..7aa1aa2 100644
--- a/gst/rtsp-server/rtsp-stream.h
+++ b/gst/rtsp-server/rtsp-stream.h
@@ -220,6 +220,14 @@ GSocket * gst_rtsp_stream_get_rtcp_socket (GstRTSPStream *stream,
GSocketFamily family);
GST_EXPORT
+GSocket * gst_rtsp_stream_get_rtp_multicast_socket (GstRTSPStream *stream,
+ GSocketFamily family);
+
+GST_EXPORT
+GSocket * gst_rtsp_stream_get_rtcp_multicast_socket (GstRTSPStream *stream,
+ GSocketFamily family);
+
+GST_EXPORT
gboolean gst_rtsp_stream_update_crypto (GstRTSPStream * stream,
guint ssrc, GstCaps * crypto);