This function will be called by the gst_rtsp_session_filter(). An implementation should return a value of #GstRTSPFilterResult.
When this function returns #GST_RTSP_FILTER_REMOVE, media will be removed from sess.
media
sess
A return value of #GST_RTSP_FILTER_KEEP will leave media untouched in sess.
A value of GST_RTSP_FILTER_REF will add media to the result #GList of gst_rtsp_session_filter().
a #GstRTSPSession object
a #GstRTSPSessionMedia in sess
This function will be called by the gst_rtsp_session_filter(). An implementation should return a value of #GstRTSPFilterResult.
When this function returns #GST_RTSP_FILTER_REMOVE,
media
will be removed fromsess
.A return value of #GST_RTSP_FILTER_KEEP will leave
media
untouched insess
.A value of GST_RTSP_FILTER_REF will add
media
to the result #GList of gst_rtsp_session_filter().