Skip to content

Commit 956ae26

Browse files
Add changelog entry for #309
1 parent 146a1e0 commit 956ae26

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

media/CHANGELOG.md

+1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
### Breaking
66

77
* Introduced a new field in `Sample`, `prev_padding_packets`, that reflects the number of observed padding only packets while building the Sample. This can be use to differentiate inconsequential padding packets being dropped from those carrying media. Contributed by [@k0nserv](https://github.com/k0nserv) in [#303](https://github.com/webrtc-rs/webrtc/pull/303).
8+
* Improve handling of padding packets in `SampleBuiler`. Prior to this `SampleBuilder` would sometimes, incorrectly, drop packets that carry media when they appeared adjacent to runs of padding packets. Contributed by [@k0nserv](https://github.com/k0nserv) in [#309](https://github.com/webrtc-rs/webrtc/pull/309)
89

910
## v0.4.7
1011

0 commit comments

Comments
 (0)