mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-18 07:47:17 +00:00
source: fix type of ntpnstime
This commit is contained in:
parent
8598aaf81b
commit
61382aad28
1 changed files with 1 additions and 1 deletions
|
@ -1361,7 +1361,7 @@ rtp_source_process_sr (RTPSource * src, GstClockTime time, guint64 ntptime,
|
|||
* Update the report block in @src.
|
||||
*/
|
||||
void
|
||||
rtp_source_process_rb (RTPSource * src, GstClockTime ntpnstime,
|
||||
rtp_source_process_rb (RTPSource * src, guint64 ntpnstime,
|
||||
guint8 fractionlost, gint32 packetslost, guint32 exthighestseq,
|
||||
guint32 jitter, guint32 lsr, guint32 dlsr)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue