diff options
Diffstat (limited to 'gst/rtsp-server/rtsp-session.c')
-rw-r--r-- | gst/rtsp-server/rtsp-session.c | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/gst/rtsp-server/rtsp-session.c b/gst/rtsp-server/rtsp-session.c index e8fd68b..8e82ce2 100644 --- a/gst/rtsp-server/rtsp-session.c +++ b/gst/rtsp-server/rtsp-session.c @@ -681,10 +681,6 @@ gst_rtsp_session_next_timeout_usec (GstRTSPSession * session, gint64 now) * Deprecated: Use gst_rtsp_session_next_timeout_usec() instead. */ #ifndef GST_REMOVE_DEPRECATED -#ifdef GST_DISABLE_DEPRECATED -gint gst_rtsp_session_next_timeout (GstRTSPSession * session, GTimeVal * now); -#endif - gint gst_rtsp_session_next_timeout (GstRTSPSession * session, GTimeVal * now) { @@ -756,9 +752,6 @@ gst_rtsp_session_is_expired_usec (GstRTSPSession * session, gint64 now) * Deprecated: Use gst_rtsp_session_is_expired_usec() instead. */ #ifndef GST_REMOVE_DEPRECATED -#ifdef GST_DISABLE_DEPRECATED -gboolean gst_rtsp_session_is_expired (GstRTSPSession * session, GTimeVal * now); -#endif gboolean gst_rtsp_session_is_expired (GstRTSPSession * session, GTimeVal * now) { |