flvmux: Fix valgrind error on request pad release.
Request pads can released at any time, so make sure to hold the object lock when iterating the element sinkpads list, and to hold a reference to a pad when selecting it as the best pad for output in the aggregator srcpad task.
Should fix a spurious valgrind error in the CI flvmux tests.