Skip to content
Snippets Groups Projects
  1. Sep 07, 2020
  2. Sep 01, 2020
  3. Aug 30, 2020
  4. Aug 28, 2020
  5. Aug 27, 2020
  6. Aug 26, 2020
  7. Aug 25, 2020
  8. Aug 24, 2020
  9. Aug 20, 2020
  10. Aug 19, 2020
  11. Aug 18, 2020
  12. Aug 17, 2020
  13. Aug 15, 2020
  14. Aug 14, 2020
    • Philippe Normand's avatar
      wpe: WebView and WebContext handling fixes · 314a8c02
      Philippe Normand authored
      The WPEThreaded view is now split in 2 classes:
      - WPEContextThread handles the persistent WebKit thread, where all WebKit API
      calls should be handled.
      - WPEView: is created from the WPEContextThread. It handles the WebView and
      maintains the public interface on which wpesrc relies. This is the facade for
      the WebView, basically. It takes care of dispatching API calls into the context
      thread.
      
      With these fixes it is now possible to create (and reuse) mutlple wpesrc
      elements during the application lifetime.
      
      Fixes #1372
      
      Part-of: <gstreamer/gst-plugins-bad!1484>
      314a8c02
Loading