build(deps): bump github.com/pion/sdp/v3 from 3.0.6 to 3.0.7 (#529)

* build(deps): bump github.com/pion/sdp/v3 from 3.0.6 to 3.0.7

Bumps [github.com/pion/sdp/v3](https://github.com/pion/sdp) from 3.0.6 to 3.0.7.
- [Release notes](https://github.com/pion/sdp/releases)
- [Changelog](https://github.com/pion/sdp/blob/master/.goreleaser.yml)
- [Commits](https://github.com/pion/sdp/compare/v3.0.6...v3.0.7)

---
updated-dependencies:
- dependency-name: github.com/pion/sdp/v3
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

* fix tests

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: aler9 <46489434+aler9@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2024-03-06 13:16:49 +01:00
committed by GitHub
parent 0dbaeb898c
commit 89817831cf
3 changed files with 6 additions and 3 deletions

View File

@@ -2443,6 +2443,7 @@ var cases = []struct {
"a=rtpmap:8 PCMA/8000\r\n"),
[]byte("v=0\r\n" +
"o=- 38990265062388 38990265062388 IN IP4 192.168.1.10\r\n" +
"s=\r\n" +
"a=range:npt=0-\r\n" +
"m=video 0 RTP/AVP 96\r\n" +
"c=IN IP4 0.0.0.0\r\n" +
@@ -2526,6 +2527,7 @@ var cases = []struct {
"a=control:trackID=0\r\n"),
[]byte("v=0\r\n" +
"o= 0 0 \r\n" +
"s=\r\n" +
"m=video 0 RTP/AVP 96\r\n" +
"a=rtpmap:96 H264/90000\r\n" +
"a=control:trackID=0\r\n"),
@@ -2605,6 +2607,7 @@ var cases = []struct {
"a=x-bufferdelay:1.000000\r\n"),
[]byte("v=0\r\n" +
"o= 0 0 \r\n" +
"s=\r\n" +
"m=metadata 0 RTP/AVP 98\r\n" +
"c=IN IP4 0.0.0.0\r\n" +
"b=AS:1000\r\n" +