Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix ID on cloned EbmlDummy and avoid default constructor #182

Merged
merged 2 commits into from
Dec 26, 2023

Conversation

robUx4
Copy link
Contributor

@robUx4 robUx4 commented Dec 26, 2023

No description provided.

The clone should have the same custom EBML ID, not the default one.
The whole point of EbmlDummy is to be a placeholder for elements with an unknown EBML ID.
It should not exist with a fake ID not corresponding to something read.
The current API makes some default creation mandatory but with don't have to allow
a local creation on top of that.
@robUx4 robUx4 added api-break breaks the API (e.g. programs using it will have to adjust their source code) abi-break breaks the ABI (e.g. programs linked against the library have to be recompiled) labels Dec 26, 2023
@robUx4 robUx4 merged commit e210d52 into Matroska-Org:master Dec 26, 2023
20 checks passed
@robUx4 robUx4 deleted the real_dummy branch December 26, 2023 09:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
abi-break breaks the ABI (e.g. programs linked against the library have to be recompiled) api-break breaks the API (e.g. programs using it will have to adjust their source code)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants