rtpjitterbuffer: fix typo in tests

Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/1466>
This commit is contained in:
Corentin Damman 2021-12-23 14:29:55 +00:00
parent d4379c8df7
commit 31f4444724

View file

@ -3092,7 +3092,7 @@ GST_START_TEST (test_drop_messages_interval)
guint final_seqnum;
GstBus *bus;
GstMessage *drop_msg;
GstClockType now;
GstClockTime now;
guint num_late_not_sent = 0;
guint num_sent_msg = 0;