Commit aff0614
authored
Update to hang 0.9.0 / moq-lite 0.10.1 / moq-native 0.10.1 (#27)
* Update to hang 0.9.0 / moq-lite 0.10.1 / moq-native 0.10.1
Update dependencies to latest versions and fix breaking API changes:
Sink (hangsink):
- hang::cmaf::Import → hang::import::Fmp4
- .parse() → .decode()
- Add BytesMut buffer to accumulate incoming data across GStreamer
buffer boundaries, fixing "invalid size" panic when MP4 atoms span
multiple buffers
- Add bytes crate dependency
Source (hangsrc):
- hang::Catalog::default_track() → hang::catalog::Catalog::default_track()
- TrackConsumer now requires explicit construction with max_latency
- .read() → .read_frame()
- frame.payload is now chunked, requires flattening to Vec<u8>
- Timestamp subtraction returns Timestamp, needs .into() for Duration
* Update to hang 0.9.0 / moq-lite 0.10.1 / moq-native 0.10.1
Update dependencies to latest versions and fix breaking API changes:
Sink (hangsink):
- hang::cmaf::Import → hang::import::Fmp4
- .parse() → .decode()
- Add BytesMut buffer to accumulate incoming data across GStreamer
buffer boundaries, fixing "invalid size" panic when MP4 atoms span
multiple buffers
- Add bytes crate dependency
Source (hangsrc):
- hang::Catalog::default_track() → hang::catalog::Catalog::default_track()
- TrackConsumer now requires explicit construction with max_latency
- .read() → .read_frame()
- frame.payload is now chunked, requires flattening to Vec<u8>
- Timestamp subtraction returns Timestamp, needs .into() for Duration1 parent 2a70f8a commit aff0614
4 files changed
Lines changed: 65 additions & 31 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
22 | | - | |
23 | | - | |
24 | | - | |
25 | | - | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
26 | 26 | | |
27 | 27 | | |
| 28 | + | |
28 | 29 | | |
29 | 30 | | |
30 | 31 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
| 2 | + | |
2 | 3 | | |
3 | 4 | | |
4 | 5 | | |
| |||
28 | 29 | | |
29 | 30 | | |
30 | 31 | | |
31 | | - | |
| 32 | + | |
| 33 | + | |
32 | 34 | | |
33 | 35 | | |
34 | 36 | | |
| |||
140 | 142 | | |
141 | 143 | | |
142 | 144 | | |
| 145 | + | |
| 146 | + | |
| 147 | + | |
| 148 | + | |
| 149 | + | |
143 | 150 | | |
144 | 151 | | |
145 | | - | |
146 | | - | |
| 152 | + | |
| 153 | + | |
| 154 | + | |
| 155 | + | |
147 | 156 | | |
148 | 157 | | |
| 158 | + | |
| 159 | + | |
| 160 | + | |
| 161 | + | |
| 162 | + | |
149 | 163 | | |
150 | 164 | | |
151 | 165 | | |
| |||
180 | 194 | | |
181 | 195 | | |
182 | 196 | | |
183 | | - | |
| 197 | + | |
184 | 198 | | |
185 | 199 | | |
186 | 200 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
185 | 185 | | |
186 | 186 | | |
187 | 187 | | |
188 | | - | |
| 188 | + | |
189 | 189 | | |
190 | 190 | | |
191 | 191 | | |
| |||
194 | 194 | | |
195 | 195 | | |
196 | 196 | | |
197 | | - | |
| 197 | + | |
| 198 | + | |
198 | 199 | | |
199 | 200 | | |
200 | 201 | | |
| |||
239 | 240 | | |
240 | 241 | | |
241 | 242 | | |
242 | | - | |
| 243 | + | |
243 | 244 | | |
244 | | - | |
| 245 | + | |
| 246 | + | |
245 | 247 | | |
246 | 248 | | |
247 | 249 | | |
248 | 250 | | |
249 | | - | |
| 251 | + | |
250 | 252 | | |
251 | 253 | | |
252 | 254 | | |
| |||
287 | 289 | | |
288 | 290 | | |
289 | 291 | | |
290 | | - | |
| 292 | + | |
| 293 | + | |
291 | 294 | | |
292 | 295 | | |
293 | 296 | | |
| |||
346 | 349 | | |
347 | 350 | | |
348 | 351 | | |
349 | | - | |
| 352 | + | |
350 | 353 | | |
351 | | - | |
| 354 | + | |
| 355 | + | |
352 | 356 | | |
353 | 357 | | |
354 | 358 | | |
355 | 359 | | |
356 | | - | |
| 360 | + | |
357 | 361 | | |
358 | 362 | | |
359 | 363 | | |
| |||
0 commit comments