GNOME Bugzilla – Bug 731143
waylandsink: Ensure that the frame sync callback has been completed after calling wl_display_dispatch()
Last modified: 2014-06-17 12:29:04 UTC
Created attachment 277781 [details] [review] waylandsink: Ensure that the frame sync callback has been completed after calling wl_display_dispatch() Any events queued on the wl_display main queue are dispatched by wl_display_dispatch(), but it is uncertain whether the frame sync callback for the previous wl_surface_commit() has been completed after this function call returns. This patch makes sure to wait for the frame sync callback for every frame.
Hi, thx for your patch though you should consider the waylandsink branches of http://cgit.collabora.com/git/user/gkiagia/gst-plugins-bad.git/
(In reply to comment #1) > Hi, thx for your patch though you should consider the waylandsink branches of > http://cgit.collabora.com/git/user/gkiagia/gst-plugins-bad.git/ Hi. Is there any plan to have the changes in this branch merged into the mainline gstreamer code? Or is that already underway to some extent?
Hi, This branch was merged today, effectively rendering the patch in this bug report obsolete. Thanks a lot for your effort into fixing this bug and submitting a patch for it. The patch is correct, but the code has been refactored in a way that it no longer makes any sense. We hope this event will not discourage you from submitting patches in the future. George