avwait: Fix sending of dropping=true messages
authorVivia Nikolaidou <vivia@ahiru.eu>
Thu, 4 Oct 2018 09:07:31 +0000 (12:07 +0300)
committerVivia Nikolaidou <vivia@ahiru.eu>
Thu, 4 Oct 2018 09:40:45 +0000 (12:40 +0300)
commitd89104c57fe6e6d44e24ff036483c31b62e74cfe
tree6fbd1eef341f74b9f5e3982feaf8c845af6b965b
parentfaf212cd3a26ced3008476c856fcd15760fc4cf0
avwait: Fix sending of dropping=true messages

If the first audio buffer to be dropped started right between two video
buffers (after the end of the first but before the start of the second,
as is often the case with N/1001 video frame rates), we would miss
sending the dropping=true message.

https://bugzilla.gnome.org/show_bug.cgi?id=797248
gst/timecode/gstavwait.c