Sebastian Dröge d8dabf142f rtpbin: Constify function parameters and use correct types
Previously these parameters were randomly changed in the body of the
function to avoid having to declare a new variable, which made the code
very hard to follow. By marking them as const this won't be possible
anymore in the future.

Also the RTP clock-base (RTP time from RTSP RTP-Info) is an unsigned
64 bit integer as it's an extended RTP timestamp.

Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/6543>
2024-05-28 11:52:30 +00:00
..
2024-03-05 12:58:57 +00:00
2024-05-17 14:12:08 +00:00
2024-03-05 12:58:57 +00:00
2024-03-05 12:58:57 +00:00
2023-12-13 11:51:53 +00:00
2024-03-23 13:08:15 +00:00
2024-03-05 12:58:57 +00:00
2024-05-11 15:54:54 +00:00
2023-12-13 11:51:53 +00:00
2024-05-02 13:26:09 +02:00
2024-03-23 13:08:15 +00:00
2024-03-23 13:08:15 +00:00