mirror of
https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs.git
synced 2024-11-25 13:01:07 +00:00
rtp: basepay: Don't unset stats on FlushStop
They are still valid and unsetting them here would cause no stats to ever be updated again until the next state change. Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs/-/merge_requests/1693>
This commit is contained in:
parent
035a199109
commit
c554a5dc76
1 changed files with 0 additions and 2 deletions
|
@ -1228,8 +1228,6 @@ impl RtpBasePay2 {
|
|||
state.last_pts = None;
|
||||
|
||||
drop(state);
|
||||
|
||||
*self.stats.lock().unwrap() = None;
|
||||
}
|
||||
_ => (),
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue