Remove undeeded assert.
2 unresolved threads
2 unresolved threads
This breaks compatibility with some legacy over the air mpegts content on US feeds.
Merge request reports
Activity
Filter activity
changed milestone to %4.0
added Component::Core: Clock label
I'd love a sample! You can send here or to ajanni@ vlabs
Edited by Alexandre JanniauxDone in !6887 (merged) ! Thanks for the sample, unfortunately, I wasn't able to reproduce with it. But I wrote a test to check the hypothesis on the multiple program usage and it did trigger the assertion too.
src/input/es_out.c- case VLC_CLOCK_MASTER_INPUT: src/input/es_out.c- { src/input/es_out.c- vlc_clock_main_Lock(p_sys->p_pgrm->clocks.main); src/input/es_out.c- p_pgrm->clocks.input = src/input/es_out.c: vlc_clock_main_CreateInputMaster(p_pgrm->clocks.main); src/input/es_out.c- vlc_clock_main_Unlock(p_sys->p_pgrm->clocks.main); src/input/es_out.c-
wild guess is that in case of program switching, p_sys->p_pgrm and p_pgrm are not the same.
added MRStatus::InReview label
mentioned in merge request !6887 (merged)