Skip to content

wpe: Move webview load waiting to WPEView

Philippe Normand requested to merge philn/gst-plugins-bad:wpe-issue-1386 into master

As waiting for the load to be finished is specific to the WebView, it should be done from our WPEView, not from the WPEContextThread. This fixes issues where multiple wpesrc elements are created in sequence. Without this patch the first view might receive erroneous buffer notifications.

Fixes #1386 (closed)

Merge request reports