[Bug 731143] New: waylandsink: Ensure that the frame sync callback has been completed after calling wl_display_dispatch()

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Mon Jun 2 23:14:35 PDT 2014


https://bugzilla.gnome.org/show_bug.cgi?id=731143
  GStreamer | gst-plugins-bad | git

           Summary: waylandsink: Ensure that the frame sync callback has
                    been completed after calling wl_display_dispatch()
    Classification: Platform
           Product: GStreamer
           Version: git
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: normal
          Priority: Normal
         Component: gst-plugins-bad
        AssignedTo: gstreamer-bugs at lists.freedesktop.org
        ReportedBy: kkobayas at igel.co.jp
         QAContact: gstreamer-bugs at lists.freedesktop.org
     GNOME version: ---


Created an attachment (id=277781)
 View: https://bugzilla.gnome.org/attachment.cgi?id=277781
 Review: https://bugzilla.gnome.org/review?bug=731143&attachment=277781

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.

-- 
Configure bugmail: https://bugzilla.gnome.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.


More information about the gstreamer-bugs mailing list