Skip to content

Commit

Permalink
TTK-27392: Change codecname access
Browse files Browse the repository at this point in the history
  • Loading branch information
albacodina committed Dec 9, 2024
1 parent 9bd24d4 commit cd94244
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Services/StreamsManifest.php
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ private function getMmobjTracks(MultimediaObject $multimediaObject, ?string $tra
}
}

if ($sbsTrack && in_array($sbsTrack->getVcodec(), $availableCodecs)) {
if ($sbsTrack && in_array($sbsTrack->codecName(), $availableCodecs)) {
$tracks['sbs'][] = $sbsTrack;
}

Expand Down

0 comments on commit cd94244

Please sign in to comment.