summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Kost <ensonic@users.sf.net>2010-04-08 13:57:09 +0300
committerStefan Kost <ensonic@users.sf.net>2010-04-08 14:02:50 +0300
commit9967a4112b4da80d833940f2bc28ff01f8fff22d (patch)
treef103b255758970346e56ca928ff26f2503cbdfec
parent0c6dbc37d8bf93296cb6532f8cb68f91b4657bfe (diff)
rtpsession: remove prototype for non existing function
There is no function by that name anywhere.
-rw-r--r--gst/rtpmanager/gstrtpsession.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/gst/rtpmanager/gstrtpsession.h b/gst/rtpmanager/gstrtpsession.h
index 9481a1c25..bc3feb834 100644
--- a/gst/rtpmanager/gstrtpsession.h
+++ b/gst/rtpmanager/gstrtpsession.h
@@ -76,6 +76,4 @@ struct _GstRtpSessionClass {
GType gst_rtp_session_get_type (void);
-void gst_rtp_session_set_ssrc (GstRtpSession *sess, guint32 ssrc);
-
#endif /* __GST_RTP_SESSION_H__ */