4bad38b7
by Charlotte Pabst at 2025-06-18T20:25:25+02:00
Revert "mf: Release pending items when sample grabber is stopped.".
This reverts commit 18c0dd7390b354d2e505e54cd3f3f9b08226b265.
The actual bug that broke sample delivery was in mf session code.
This commit is faulty since the Flush() method - which is called
at session Stop, but runs after sample_grabber_set_state - already
releases pending items, while processing markers immediately.