mirror of
https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs.git
synced 2024-11-22 19:41:00 +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/1072>
This commit is contained in:
parent
1756d7a516
commit
49350f738f
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