This function will be called by the gst_rtsp_client_session_filter(). An implementation should return a value of #GstRTSPFilterResult.
When this function returns #GST_RTSP_FILTER_REMOVE, sess will be removed from client.
sess
client
A return value of #GST_RTSP_FILTER_KEEP will leave sess untouched in client.
A value of #GST_RTSP_FILTER_REF will add sess to the result #GList of gst_rtsp_client_session_filter().
a #GstRTSPClient object
a #GstRTSPSession in client
This function will be called by the gst_rtsp_client_session_filter(). An implementation should return a value of #GstRTSPFilterResult.
When this function returns #GST_RTSP_FILTER_REMOVE,
sess
will be removed fromclient
.A return value of #GST_RTSP_FILTER_KEEP will leave
sess
untouched inclient
.A value of #GST_RTSP_FILTER_REF will add
sess
to the result #GList of gst_rtsp_client_session_filter().