Sangchul Lee a801d6dd63 webrtcstats: Unify 'packets-lost' data type to int64
Previously, 'packets-lost' member of RTCReceivedRtpStreamStats had
a value of G_TYPE_INT from rtpsource or a value of G_TYPE_UINT64
from rtpjitterbuffer.
Because of the negative value of estimated amount of packets lost
in rtpsource as well as the description in
https://www.w3.org/TR/webrtc-stats/#dom-rtcreceivedrtpstreamstats
it is fixed to set this value with G_TYPE_INT64.

Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/2049>
2022-03-31 05:37:39 +00:00
..
2022-02-02 10:21:08 +01:00
2022-02-26 17:05:22 +05:30
2022-02-15 08:18:44 +00:00
2021-11-24 13:11:23 +00:00
2021-10-19 07:19:41 +00:00
2021-10-11 15:23:08 +02:00
2021-10-20 17:05:34 +00:00