Skip to content
Snippets Groups Projects
Commit b7faa116 authored by François Cartegnie's avatar François Cartegnie :fingers_crossed: Committed by Jean-Baptiste Kempf
Browse files

demux: adaptive: fix es repick on format restart with variants

since 05d90979
parent ff057385
No related branches found
No related tags found
1 merge request!3875[3.0] demux: adaptive: fix es repick on format restart with variants
Pipeline #362741 passed with stages
in 21 minutes and 42 seconds
......@@ -270,6 +270,7 @@ void FakeESOut::createOrRecycleRealEsID( AbstractFakeESOutID *es_id_ )
}
else if( cand->getFmt()->i_cat == es_id->getFmt()->i_cat && cand->realESID() )
{
b_preexisting = true;
/* We need to enforce same selection when not reused
Otherwise the es will select any other compatible track
and will end this in a activate/select loop when reactivating a track */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment