Skip to content
This repository was archived by the owner on Jan 16, 2024. It is now read-only.

Commit 64e6695

Browse files
committed
Updated to reflect MediaPlayer bug fix in v1.5.
1 parent add1956 commit 64e6695

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

Diff for: CHANGELOG.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,12 @@
1515
* The `TZ` variable no longer needs to be set to `UTC` when building the `SampleApp`.
1616
* Fixed a bug where `CurlEasyHandleWrapper` logged unwanted data on failure conditions.
1717
* Fixed a bug to improve `SIGPIPE` handling.
18-
* Fixed a bug where the filename and classname were mismatched. Changed `UrlToAttachmentConverter.h` to `UrlContentToAttachmentConverter.h`,and `UrlToAttachmentConverter.cpp` to `UrlContentToAttachmentConverter.cpp`
18+
* Fixed a bug where the filename and classname were mismatched. Changed `UrlToAttachmentConverter.h` to `UrlContentToAttachmentConverter.h`,and `UrlToAttachmentConverter.cpp` to `UrlContentToAttachmentConverter.cpp`.
19+
* Fixed a bug where after muting and then un-muting the GStreamer-based `MediaPlayer` implementation, the next item in queue would play instead of continuing playback of the originally muted item.
1920

2021
**Known Issues**
2122
* The `ACL` may encounter issues if audio attachments are received but not consumed.
22-
* Display Cards for Kindle don't render.
23-
* If using the GStreamer-based `MediaPlayer` implementation, after muting and un-muting an audio item, the next item in the queue will begin playing rather than continuing playback of the originally muted audio item.
23+
* Display Cards for Kindle don't render.
2424
* `SpeechSynthesizerState` currently uses `GAINING_FOCUS` and `LOSING_FOCUS` as a workaround for handling intermediate state. These states may be removed in a future release.
2525
* Music playback doesn't immediately stop when a user barges-in on iHeartRadio.
2626

Diff for: README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -106,11 +106,11 @@ v1.5.0 released 02/12/2018:
106106
* The `TZ` variable no longer needs to be set to `UTC` when building the `SampleApp`.
107107
* Fixed a bug where `CurlEasyHandleWrapper` logged unwanted data on failure conditions.
108108
* Fixed a bug to improve `SIGPIPE` handling.
109-
* Fixed a bug where the filename and classname were mismatched. Changed `UrlToAttachmentConverter.h` to `UrlContentToAttachmentConverter.h`,and `UrlToAttachmentConverter.cpp` to `UrlContentToAttachmentConverter.cpp`
109+
* Fixed a bug where the filename and classname were mismatched. Changed `UrlToAttachmentConverter.h` to `UrlContentToAttachmentConverter.h`,and `UrlToAttachmentConverter.cpp` to `UrlContentToAttachmentConverter.cpp`.
110+
* Fixed a bug where after muting and then un-muting the GStreamer-based `MediaPlayer` implementation, the next item in queue would play instead of continuing playback of the originally muted item.
110111

111112
**Known Issues**
112113
* The `ACL` may encounter issues if audio attachments are received but not consumed.
113114
* Display Cards for Kindle don't render.
114-
* If using the GStreamer-based `MediaPlayer` implementation, after muting and un-muting an audio item, the next item in the queue will begin playing rather than continuing playback of the originally muted audio item.
115115
* `SpeechSynthesizerState` currently uses `GAINING_FOCUS` and `LOSING_FOCUS` as a workaround for handling intermediate state. These states may be removed in a future release.
116116
* Music playback doesn't immediately stop when a user barges-in on iHeartRadio.

0 commit comments

Comments
 (0)