[vlc-commits] [Git][videolan/vlc][3.0.x] demux: adaptive: fix es repick on format restart with variants
Jean-Baptiste Kempf (@jbk)
gitlab at videolan.org
Thu Jul 6 15:41:12 UTC 2023
Jean-Baptiste Kempf pushed to branch 3.0.x at VideoLAN / VLC
Commits:
b7faa116 by Francois Cartegnie at 2023-07-06T14:34:15+00:00
demux: adaptive: fix es repick on format restart with variants
since 05d9097987b57f6a36533f47e86a0eaeef17f453
- - - - -
1 changed file:
- modules/demux/adaptive/plumbing/FakeESOut.cpp
Changes:
=====================================
modules/demux/adaptive/plumbing/FakeESOut.cpp
=====================================
@@ -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 */
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/b7faa116de3da02b20048cab2559cc06cc202b0e
--
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/b7faa116de3da02b20048cab2559cc06cc202b0e
You're receiving this email because of your account on code.videolan.org.
VideoLAN code repository instance
More information about the vlc-commits
mailing list