summaryrefslogtreecommitdiffstats
path: root/gst/rtpmanager/gstrtpsession.h
diff options
context:
space:
mode:
Diffstat (limited to 'gst/rtpmanager/gstrtpsession.h')
-rw-r--r--gst/rtpmanager/gstrtpsession.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/gst/rtpmanager/gstrtpsession.h b/gst/rtpmanager/gstrtpsession.h
index 211fffb3..5bbf377a 100644
--- a/gst/rtpmanager/gstrtpsession.h
+++ b/gst/rtpmanager/gstrtpsession.h
@@ -75,4 +75,6 @@ struct _GstRtpSessionClass {
GType gst_rtp_session_get_type (void);
+void gst_rtp_session_set_ssrc (GstRtpSession *sess, guint32 ssrc);
+
#endif /* __GST_RTP_SESSION_H__ */