Skip to content

Commit

Permalink
Update CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaowei-guan committed Aug 30, 2024
1 parent c21b2af commit 1956f7d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
4 changes: 4 additions & 0 deletions packages/video_player_avplay/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## NEXT

* Call the open before calling the SetStreamingProperty.

## 0.4.7

* Add SetBufferConfig interface.
Expand Down
1 change: 0 additions & 1 deletion packages/video_player_avplay/tizen/src/plus_player.cc
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,6 @@ int64_t PlusPlayer::Create(const std::string &uri,
return -1;
}


if (!Open(player_, uri)) {
LOG_ERROR("[PlusPlayer] Fail to open uri : %s.", uri.c_str());
return -1;
Expand Down

0 comments on commit 1956f7d

Please sign in to comment.