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

Test that muxing preserves metadata. #2223

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Test that muxing preserves metadata. #2223

wants to merge 1 commit into from

Conversation

smimram
Copy link
Member

@smimram smimram commented Feb 7, 2022

It seems that muxing video to an audio track drops the metadata from the track, whereas we would expect that they are preserved. This needs to be fixed.

s = insert_metadata(s)
thread.run(delay=1., {s.insert_metadata([("a","b")])})
s = mux_video(video=blank(), s)
s = source.on_metadata(s, fun(_) -> begin test.pass(); shutdown() end)
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Removing this line makes the test pass...

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

(the one above actually...)

@stale
Copy link

stale bot commented Aug 13, 2022

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

@stale stale bot added the stale label Aug 13, 2022
@smimram smimram removed the stale label Aug 13, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants