This function will be called by the gst_rtsp_server_client_filter(). An implementation should return a value of #GstRTSPFilterResult.
When this function returns #GST_RTSP_FILTER_REMOVE, client will be removed from server.
client
server
A return value of #GST_RTSP_FILTER_KEEP will leave client untouched in server.
A value of #GST_RTSP_FILTER_REF will add client to the result #GList of gst_rtsp_server_client_filter().
a #GstRTSPServer object
a #GstRTSPClient in server
This function will be called by the gst_rtsp_server_client_filter(). An implementation should return a value of #GstRTSPFilterResult.
When this function returns #GST_RTSP_FILTER_REMOVE,
client
will be removed fromserver
.A return value of #GST_RTSP_FILTER_KEEP will leave
client
untouched inserver
.A value of #GST_RTSP_FILTER_REF will add
client
to the result #GList of gst_rtsp_server_client_filter().