Title: [271397] trunk/Source/WebCore
- Revision
- 271397
- Author
- [email protected]
- Date
- 2021-01-12 03:33:22 -0800 (Tue, 12 Jan 2021)
Log Message
Unreviewed, GTK/WPE critical warning fix following-up r271396
* platform/graphics/gstreamer/MediaPlayerPrivateGStreamer.cpp:
(WebCore::MediaPlayerPrivateGStreamer::MediaPlayerPrivateGStreamer): GStreamer has to be
initialized before creating the audio sink, otherwise GLib critical warnings will be raised.
Modified Paths
Diff
Modified: trunk/Source/WebCore/ChangeLog (271396 => 271397)
--- trunk/Source/WebCore/ChangeLog 2021-01-12 10:55:16 UTC (rev 271396)
+++ trunk/Source/WebCore/ChangeLog 2021-01-12 11:33:22 UTC (rev 271397)
@@ -1,5 +1,13 @@
2021-01-12 Philippe Normand <[email protected]>
+ Unreviewed, GTK/WPE critical warning fix following-up r271396
+
+ * platform/graphics/gstreamer/MediaPlayerPrivateGStreamer.cpp:
+ (WebCore::MediaPlayerPrivateGStreamer::MediaPlayerPrivateGStreamer): GStreamer has to be
+ initialized before creating the audio sink, otherwise GLib critical warnings will be raised.
+
+2021-01-12 Philippe Normand <[email protected]>
+
[GStreamer] Lazy initialization support
https://bugs.webkit.org/show_bug.cgi?id=209332
Modified: trunk/Source/WebCore/platform/graphics/gstreamer/MediaPlayerPrivateGStreamer.cpp (271396 => 271397)
--- trunk/Source/WebCore/platform/graphics/gstreamer/MediaPlayerPrivateGStreamer.cpp 2021-01-12 10:55:16 UTC (rev 271396)
+++ trunk/Source/WebCore/platform/graphics/gstreamer/MediaPlayerPrivateGStreamer.cpp 2021-01-12 11:33:22 UTC (rev 271397)
@@ -200,6 +200,7 @@
#endif
m_isPlayerShuttingDown.store(false);
+ ensureGStreamerInitialized();
m_audioSink = createAudioSink();
#if USE(WPE_VIDEO_PLANE_DISPLAY_DMABUF)
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes