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 MppPacket being released before MppMeta #499

Merged
merged 2 commits into from
Nov 14, 2024

Conversation

nyanmisaka
Copy link
Member

Changes

  • Fix MppPacket being released before MppMeta
  • Bump version to 7.0.2-7

Issues

  • The lifecycle of MppMeta is bound to MppPacket, which was ignored in the previous fix.
    This will cause an error to be thrown when multiple encoding instances are used.

We need to release this as a hotfix.

The lifecycle of MppMeta is bound to MppPacket, which was ignored
in the previous fix. This will cause an error to be thrown when
multiple encoding instances are used.

Signed-off-by: nyanmisaka <[email protected]>
Signed-off-by: nyanmisaka <[email protected]>
@nyanmisaka nyanmisaka requested a review from a team November 14, 2024 07:02
@nyanmisaka nyanmisaka merged commit 1636376 into jellyfin:jellyfin Nov 14, 2024
22 checks passed
@nyanmisaka nyanmisaka deleted the fix-mpp-meta-not-found branch November 14, 2024 07:51
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.

2 participants