This function will be called by the gst_rtsp_session_pool_filter(). An implementation should return a value of #GstRTSPFilterResult.
When this function returns #GST_RTSP_FILTER_REMOVE, session will be removed from pool.
session
pool
A return value of #GST_RTSP_FILTER_KEEP will leave session untouched in pool.
A value of GST_RTSP_FILTER_REF will add session to the result #GList of gst_rtsp_session_pool_filter().
a #GstRTSPSessionPool object
a #GstRTSPSession in pool
This function will be called by the gst_rtsp_session_pool_filter(). An implementation should return a value of #GstRTSPFilterResult.
When this function returns #GST_RTSP_FILTER_REMOVE,
session
will be removed frompool
.A return value of #GST_RTSP_FILTER_KEEP will leave
session
untouched inpool
.A value of GST_RTSP_FILTER_REF will add
session
to the result #GList of gst_rtsp_session_pool_filter().