mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-26 06:54:49 +00:00
rtpsession: remove prototype for non existing function
There is no function by that name anywhere.
This commit is contained in:
parent
0c6dbc37d8
commit
9967a4112b
1 changed files with 0 additions and 2 deletions
|
@ -76,6 +76,4 @@ struct _GstRtpSessionClass {
|
||||||
|
|
||||||
GType gst_rtp_session_get_type (void);
|
GType gst_rtp_session_get_type (void);
|
||||||
|
|
||||||
void gst_rtp_session_set_ssrc (GstRtpSession *sess, guint32 ssrc);
|
|
||||||
|
|
||||||
#endif /* __GST_RTP_SESSION_H__ */
|
#endif /* __GST_RTP_SESSION_H__ */
|
||||||
|
|
Loading…
Reference in a new issue