rtpsession: remove prototype for non existing function
authorStefan Kost <ensonic@users.sf.net>
Thu, 8 Apr 2010 10:57:09 +0000 (13:57 +0300)
committerStefan Kost <ensonic@users.sf.net>
Thu, 8 Apr 2010 11:02:50 +0000 (14:02 +0300)
There is no function by that name anywhere.

gst/rtpmanager/gstrtpsession.h

index 9481a1c..bc3feb8 100644 (file)
@@ -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__ */