GNOME Bugzilla – Bug 797248
avwait: Fix sending of dropping=true messages
Last modified: 2018-10-04 09:42:11 UTC
See commit message
Created attachment 373845 [details] [review] 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.
Review of attachment 373845 [details] [review]: commit d89104c57fe6e6d44e24ff036483c31b62e74cfe (HEAD -> master, origin/master, origin/HEAD) Author: Vivia Nikolaidou <vivia@ahiru.eu> Date: Thu Oct 4 12:07:31 2018 +0300 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