There was a race condition where the demuxer would seek back to beginning after determining the duration and while that seek was in progress one pad would attempt to push a new buffer downstream, leading to a critical warning in gst_pad_push(). Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/8785>