GNOME Bugzilla – Bug 753598
vaapiwindow_wayland: Don't return GST_FLOW_ERROR on flushing
Last modified: 2015-08-25 17:13:55 UTC
Setting the sink to flushing causes gst_vaapi_window_wayland_sync() to return FALSE which makes gst_vaapi_window_wayland_render() return FALSE which ends up posting an ERROR message in gst_vaapisink_show_frame_unlocked(). Solution is to just return TRUE in the EBUSY case.
Created attachment 309229 [details] [review] vaapiwindow_wayland: Don't return GST_FLOW_ERROR on flushing Setting the sink to flushing causes gst_vaapi_window_wayland_sync() to return FALSE which makes gst_vaapi_window_wayland_render() return FALSE which ends up posting an ERROR message in gst_vaapisink_show_frame_unlocked(). Solution is to just return TRUE in the EBUSY case.
*** Bug 753597 has been marked as a duplicate of this bug. ***