Skip to content

Commit

Permalink
Test on device tests
Browse files Browse the repository at this point in the history
b/316008643
  • Loading branch information
borongc committed Apr 26, 2024
1 parent c0dfb97 commit 1f25783
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion cobalt/media/base/sbplayer_pipeline.cc
Original file line number Diff line number Diff line change
Expand Up @@ -850,7 +850,7 @@ void SbPlayerPipeline::CreatePlayer(SbDrmSystem drm_system) {
HasRemoteAudioOutputs(player_bridge_->GetAudioConfigurations())
? audio_write_duration_remote_
: audio_write_duration_local_;
LOG(INFO) << "SbPlayerBridge created, with audio write duration at "
LOG(INFO) << "Test SbPlayerBridge created, with audio write duration at "
<< audio_write_duration_for_preroll_;
#endif // SB_API_VERSION >= 15

Expand Down
4 changes: 2 additions & 2 deletions starboard/shared/ffmpeg/ffmpeg_audio_decoder_impl.cc
Original file line number Diff line number Diff line change
Expand Up @@ -297,10 +297,10 @@ AudioDecoderImpl<FFMPEG>::Read(int* samples_per_second) {
void AudioDecoderImpl<FFMPEG>::Reset() {
SB_DCHECK(BelongsToCurrentThread());

TeardownCodec();
/*TeardownCodec();
if ((ffmpeg_->specialization_version()) == FFMPEG) {
InitializeCodec();
}
}*/

stream_ended_ = false;
while (!decoded_audios_.empty()) {
Expand Down

0 comments on commit 1f25783

Please sign in to comment.