Commit 04c2048
committed
[GST]Ensure GST initialized before playing with GST Quirks
https://bugs.webkit.org/show_bug.cgi?id=303326
Reviewed by NOBODY (OOPS!).
GStreamerQuirksManager verifies each quirk with isPlatformSupported()
that usually relies on gst elements presense in the registry.
Calling this without gst_init called fails for every gst element and
rejects all quirks.
The problem exists for apps that don't use any of canPlayType() or
isTypeSupported() that handle gst_init internally.
* Source/WebCore/platform/gstreamer/GStreamerQuirks.cpp:
(WebCore::GStreamerQuirksManager::GStreamerQuirksManager):
Original author: Andrzej Surdej <[email protected]>
See: WebPlatformForEmbedded/WPEWebKit#15841 parent 57f28a7 commit 04c2048
1 file changed
+1
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
63 | 63 | | |
64 | 64 | | |
65 | 65 | | |
| 66 | + | |
66 | 67 | | |
67 | 68 | | |
68 | 69 | | |
| |||
0 commit comments