mirror of
https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs.git
synced 2025-01-09 10:45:27 +00:00
rtpav1depay: Fix depayloading of packets starting with a leading OBU fragment followed by more OBUs
Fixes https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs/-/issues/288 Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs/-/merge_requests/1086>
This commit is contained in:
parent
e79221f386
commit
af0e6281d2
1 changed files with 2 additions and 0 deletions
|
@ -282,6 +282,8 @@ impl RTPAv1Depay {
|
|||
)?;
|
||||
state.obu_fragment = None;
|
||||
}
|
||||
|
||||
idx += 1;
|
||||
}
|
||||
|
||||
// handle other OBUs, including trailing fragments
|
||||
|
|
Loading…
Reference in a new issue