rtpjitterbuffer: fix typo in tests
authorCorentin Damman <c.damman@intopix.com>
Thu, 23 Dec 2021 14:29:55 +0000 (14:29 +0000)
committerCorentin Damman <c.damman@intopix.com>
Thu, 23 Dec 2021 14:31:27 +0000 (14:31 +0000)
Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/1466>

subprojects/gst-plugins-good/tests/check/elements/rtpjitterbuffer.c

index 88baccf..e9a5bd4 100644 (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;