https://bugs.winehq.org/show_bug.cgi?id=57632
Connor McAdams cmcadams@codeweavers.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |cmcadams@codeweavers.com
--- Comment #16 from Connor McAdams cmcadams@codeweavers.com --- This should probably split into two separate bugs, one for the hang (which should now be fixed by 1eb5c884f735d0669fe5c02e9d000b517154dc15, and another for the silent radio music. Or just move the silent radio bug discussion to 42033.
FWIW, I have a patch that seems to fix the radio silence bug, although it might be incorrect. There are two separate issues, one related to negative values returned from IMediaSample_GetTime() and another related to the filtergraph receiving EC_COMPLETE after EOS and `got_ec_complete` not being cleared before starting the next audio stream. I'm attaching a diff for this if others want to test it.