Wasm main videodec - #31
Open
turran wants to merge 11 commits into
Open
Conversation
2 tasks
turran
force-pushed
the
wasm-main-videodec
branch
from
October 2, 2024 11:27
50afe8c to
ab8a4b2
Compare
Author
|
This should be reviewed but only merged with the |
cfoch
approved these changes
Oct 3, 2024
rgonzalezfluendo
force-pushed
the
wasm-main-gl-support
branch
from
October 25, 2024 07:59
8a70fe3 to
097db54
Compare
rgonzalezfluendo
force-pushed
the
wasm-main-videodec
branch
from
October 25, 2024 07:59
ab8a4b2 to
aaf604e
Compare
cfoch
force-pushed
the
wasm-main-gl-support
branch
from
November 11, 2024 11:15
097db54 to
357a228
Compare
cfoch
force-pushed
the
wasm-main-videodec
branch
from
November 11, 2024 11:15
aaf604e to
21843a5
Compare
cfoch
force-pushed
the
wasm-main-gl-support
branch
from
November 11, 2024 11:50
357a228 to
8450742
Compare
cfoch
force-pushed
the
wasm-main-videodec
branch
from
November 11, 2024 11:50
21843a5 to
e0d4a2e
Compare
cfoch
force-pushed
the
wasm-main-gl-support
branch
from
November 13, 2024 10:17
8450742 to
4bb2eef
Compare
cfoch
force-pushed
the
wasm-main-videodec
branch
from
November 13, 2024 10:18
e0d4a2e to
9e5e183
Compare
rgonzalezfluendo
force-pushed
the
wasm-main-gl-support
branch
from
December 18, 2024 08:26
4bb2eef to
a4da9bf
Compare
rgonzalezfluendo
force-pushed
the
wasm-main-videodec
branch
from
December 18, 2024 08:26
9e5e183 to
d17cfdc
Compare
cfoch
force-pushed
the
wasm-main-gl-support
branch
from
February 10, 2025 18:19
a4da9bf to
2882357
Compare
cfoch
force-pushed
the
wasm-main-videodec
branch
from
February 10, 2025 18:19
d17cfdc to
0257030
Compare
rgonzalezfluendo
force-pushed
the
wasm-main-gl-support
branch
from
February 12, 2025 20:04
2882357 to
3181439
Compare
rgonzalezfluendo
force-pushed
the
wasm-main-videodec
branch
from
February 12, 2025 20:05
0257030 to
fcb4d81
Compare
aslobodeniuk
force-pushed
the
wasm-main-gl-support
branch
from
March 24, 2025 11:00
3181439 to
7c97341
Compare
aslobodeniuk
force-pushed
the
wasm-main-videodec
branch
from
March 24, 2025 11:00
fcb4d81 to
783df7b
Compare
aslobodeniuk
force-pushed
the
wasm-main-gl-support
branch
from
April 23, 2025 23:44
7c97341 to
666bbbe
Compare
aslobodeniuk
force-pushed
the
wasm-main-videodec
branch
from
April 23, 2025 23:44
783df7b to
39681db
Compare
pgsancho
force-pushed
the
wasm-main-gl-support
branch
from
May 22, 2025 13:33
666bbbe to
c949b7c
Compare
pgsancho
force-pushed
the
wasm-main-videodec
branch
from
May 22, 2025 13:34
39681db to
b045f4c
Compare
aslobodeniuk
force-pushed
the
wasm-main-gl-support
branch
from
May 28, 2025 08:51
c949b7c to
54f7707
Compare
aslobodeniuk
force-pushed
the
wasm-main-videodec
branch
from
May 28, 2025 08:51
b045f4c to
97df55d
Compare
cfoch
force-pushed
the
wasm-main-gl-support
branch
from
July 18, 2025 11:48
54f7707 to
4e0c0fc
Compare
cfoch
force-pushed
the
wasm-main-videodec
branch
from
July 18, 2025 11:48
97df55d to
56e23fa
Compare
cfoch
force-pushed
the
wasm-main-gl-support
branch
from
August 21, 2025 09:23
4e0c0fc to
2ca5028
Compare
cfoch
force-pushed
the
wasm-main-videodec
branch
from
August 21, 2025 09:23
56e23fa to
3c1858c
Compare
cfoch
force-pushed
the
wasm-main-gl-support
branch
from
April 24, 2026 07:58
2ca5028 to
b93c52b
Compare
cfoch
force-pushed
the
wasm-main-videodec
branch
from
April 24, 2026 07:59
3c1858c to
386942a
Compare
cfoch
force-pushed
the
wasm-main-gl-support
branch
from
April 30, 2026 11:36
b93c52b to
682dd7f
Compare
cfoch
force-pushed
the
wasm-main-videodec
branch
from
April 30, 2026 11:36
386942a to
846a7c3
Compare
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
cfoch
force-pushed
the
wasm-main-gl-support
branch
from
April 30, 2026 11:46
682dd7f to
72cf184
Compare
cfoch
force-pushed
the
wasm-main-videodec
branch
from
April 30, 2026 11:46
846a7c3 to
725f6b1
Compare
cfoch
force-pushed
the
wasm-main-gl-support
branch
from
May 8, 2026 12:07
72cf184 to
b9fb263
Compare
cfoch
force-pushed
the
wasm-main-gl-support
branch
from
June 22, 2026 14:29
b9fb263 to
849da86
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.