gl/web: fix unitialized variable access#59
Open
aslobodeniuk wants to merge 12 commits intowasm-main-gl-supportfrom
Open
gl/web: fix unitialized variable access#59aslobodeniuk wants to merge 12 commits intowasm-main-gl-supportfrom
aslobodeniuk wants to merge 12 commits intowasm-main-gl-supportfrom
Conversation
Issue: CS_3298
Issue: CS_3298
Otherwise, linking to this library fails because missing gio symbols
The following error is shown:
gtype.c:2092 Uncaught (in promise) RuntimeError: null function or function signature mismatch
at codecs-example.wasm.type_iface_ensure_dflt_vtable_Wm (gtype.c:2092:13)
at codecs-example.wasm.type_iface_vtable_base_init_Wm (gtype.c:2121:3)
at codecs-example.wasm.type_class_init_Wm (gtype.c:407:31)
at codecs-example.wasm.g_type_class_ref (gtype.c:3066:5)
at codecs-example.wasm.gst_element_register (gstelementfactory.c:244:3)
at codecs-example.wasm.gst_element_register_fakeaudiosink (gstfakeaudiosink.c:142:1)
It's needed for wasm build
The emscripten project did a commit replacing copied OpenAL extensions header alext.h with its own reduced version. [1] It was done due to incompatibilities BSD licence and MIT licence. [1] emscripten-core/emscripten@cf8a0d000
54f7707 to
4e0c0fc
Compare
4e0c0fc to
2ca5028
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.