fmp4mux: Only push fragment_offset if write_mfra is true
requested to merge johan-bjareholt/gst-plugins-rs:fmp4mux-conditional-fragment-offset-push into main
This is done so that the fragment_offset vector does not infinitely build up when write_mfra is disabled.
In my use-case I am making pipelines which should be able to run for weeks/months, so this vector becomes huge after a while which is not acceptable.