mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-10 09:25:42 +00:00
rtpjitterbuffer: fix typo in tests
Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/1466>
This commit is contained in:
parent
d4379c8df7
commit
31f4444724
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in a new issue