GNOME Bugzilla – Bug 688150
Wrong sample file for AAC_MULT5_ISO in gupnp-dlna-media
Last modified: 2019-02-22 06:01:02 UTC
AAC_MULT5_ISO profile requires media file to be in ISO variant of quicktime container. GstDiscoverer is able to extract a container variant in general, but it does not extract such property for strict/audio/Big_Buck_Bunny_Trailer_1.m4a sample file. I believe that sample file should be changed to the one conforming to the restriction. Currently, gupnp-dlna-info reports that this sample file have AAC_MULT5_ISO profile matching, but only because it does not full restriction matching for container restrictions - it only checks whether an intersection of restriction and file's metadata is not empty, which, in this case, boils down to checking whether MIME types are the same.
commit c5a2295c64e3f930eea6118d00160cb5d76f463c Author: Jens Georg <mail@jensge.org> Date: Mon Apr 29 12:24:59 2013 +0200 Remux sample file to be in ISO MP4 container Was in old quicktime container. Fixes https://bugzilla.gnome.org/show_bug.cgi?id=688150