summaryrefslogtreecommitdiff
path: root/gst/rtsp-server/rtsp-sdp.h
diff options
context:
space:
mode:
Diffstat (limited to 'gst/rtsp-server/rtsp-sdp.h')
-rw-r--r--gst/rtsp-server/rtsp-sdp.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/gst/rtsp-server/rtsp-sdp.h b/gst/rtsp-server/rtsp-sdp.h
index 50cafe8..8683e32 100644
--- a/gst/rtsp-server/rtsp-sdp.h
+++ b/gst/rtsp-server/rtsp-sdp.h
@@ -40,6 +40,10 @@ gboolean gst_rtsp_sdp_from_media (GstSDPMessage *sdp, GstSDPInfo *in
GST_EXPORT
gboolean gst_rtsp_sdp_from_stream (GstSDPMessage * sdp, GstSDPInfo * info, GstRTSPStream *stream);
+GST_EXPORT
+gboolean
+gst_rtsp_sdp_make_media (GstSDPMessage * sdp, GstSDPInfo * info, GstRTSPStream * stream, GstCaps * caps, GstRTSPProfile profile);
+
G_END_DECLS
#endif /* __GST_RTSP_SDP_H__ */