[ https://issues.apache.org/jira/browse/TIKA-4312?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17883123#comment-17883123 ]
Hudson commented on TIKA-4312: ------------------------------ FAILURE: Integrated in Jenkins build Tika » tika-main-jdk11 #1784 (See [https://ci-builds.apache.org/job/Tika/job/tika-main-jdk11/1784/]) [TIKA-4312] Make audio/mp4 a subclass of video/mp4 (#1960) (github: [https://github.com/apache/tika/commit/30e110a81b52018654cf4b99777f91a38a771602]) * (edit) tika-core/src/main/resources/org/apache/tika/mime/tika-mimetypes.xml > Make audio/mp4 a subclass of video/mp4 > -------------------------------------- > > Key: TIKA-4312 > URL: https://issues.apache.org/jira/browse/TIKA-4312 > Project: Tika > Issue Type: Improvement > Components: tika-core > Reporter: Christian Schmidt > Priority: Minor > > tika-mimetypes.xml currently defines these two {{<sub-class-of>}} ancestor > chains: > * audio/mp4 → application/quicktime. > * video/mp4 → video/quicktime → application/quicktime. > Based on [RFC 4337, section > 2|https://datatracker.ietf.org/doc/html/rfc4337#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 this: > * audio/mp4 → video/mp4 → video/quicktime → application/quicktime -- This message was sent by Atlassian Jira (v8.20.10#820010)