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

[TIKA-4312] Make audio/mp4 a subclass of video/mp4 #1960

Merged
merged 1 commit into from
Sep 19, 2024

Conversation

c960657
Copy link
Contributor

@c960657 c960657 commented Sep 18, 2024

https://issues.apache.org/jira/browse/TIKA-4312

tika-mimetypes.xml currently defines these two ancestor chains:

  • audio/mp4 → application/quicktime.
  • video/mp4 → video/quicktime → application/quicktime.

Based on RFC 4337, section 2, it is my understanding that audio/mp4 is a special case of video/mp4. I thus suggest changing the ancestor chain of audio/mp4 to

  • audio/mp4 → video/mp4 → video/quicktime → application/quicktime

@tballison tballison merged commit 30e110a into apache:main Sep 19, 2024
1 check passed
@tballison
Copy link
Contributor

Thank you!

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