gst_rtp_funnel_forward_segment() returns early when the current_pad is set. Without clearing current_pad a critical warning would be emitted when attempting to chain a buffer following a flush. Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/7830>