Skip to content

decodebin3: clear the is_drained flag of slot if receive flush-stop event

  1. Some demuxers will send EOS directly for audio track if play rate is greater than 2 or less than 0.
  2. In this case, just audio slot receive EOS and the is_drained flag of the slot can't be clear.
  3. It will cause hang if playback do new trick mode operation.
Edited by elliot chen

Merge request reports