mirror of
https://github.com/samsonjs/media.git
synced 2026-03-28 09:55:48 +00:00
Improve formatting in demo app track selector
------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=129080823
This commit is contained in:
parent
02a79f8c51
commit
5345702ec5
1 changed files with 2 additions and 2 deletions
|
|
@ -46,7 +46,7 @@ import java.util.Locale;
|
|||
|
||||
private final MappingTrackSelector selector;
|
||||
private final TrackSelection.Factory adaptiveVideoTrackSelectionFactory;
|
||||
|
||||
|
||||
private TrackInfo trackInfo;
|
||||
private int rendererIndex;
|
||||
private TrackGroupArray trackGroups;
|
||||
|
|
@ -336,7 +336,7 @@ import java.util.Locale;
|
|||
}
|
||||
|
||||
private static String buildTrackIdString(Format format) {
|
||||
return format.id == null ? "" : " (" + format.id + ")";
|
||||
return format.id == null ? "" : ("id:" + format.id);
|
||||
}
|
||||
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue