summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJens Georg <mail@jensge.org>2016-05-16 14:24:35 +0200
committerJens Georg <mail@jensge.org>2016-05-16 14:24:35 +0200
commit15f7feff77da7a682b1193bba784dfc8011a1f7b (patch)
tree476d6dc67e5ab0552c77ade2bdcd6fde4ec7391d
parent24be3dbf0adc14e970a0a2ae48c754fc55101c17 (diff)
downloadgupnp-dlna-15f7feff77da7a682b1193bba784dfc8011a1f7b.tar.gz
Fix AAC ISO formats with recent GStreamer
Signed-off-by: Jens Georg <mail@jensge.org>
-rw-r--r--data/aac.xml15
-rw-r--r--data/common.xml6
2 files changed, 21 insertions, 0 deletions
diff --git a/data/aac.xml b/data/aac.xml
index 9aa8976..7e944a1 100644
--- a/data/aac.xml
+++ b/data/aac.xml
@@ -65,6 +65,11 @@
<parent name="AAC-320" />
</dlna-profile>
+ <dlna-profile name="AAC_ISO_320" mime="audio/mp4">
+ <parent name="M4A" />
+ <parent name="AAC-320" />
+ </dlna-profile>
+
<dlna-profile name="AAC_ISO_320" mime="audio/3gpp">
<parent name="3GP" />
<parent name="AAC-320" />
@@ -82,6 +87,11 @@
<parent name="AAC-576" />
</dlna-profile>
+ <dlna-profile name="AAC_ISO" mime="audio/mp4">
+ <parent name="M4A" />
+ <parent name="AAC-576" />
+ </dlna-profile>
+
<dlna-profile name="AAC_ISO" mime="audio/3gpp">
<parent name="3GP" />
<parent name="AAC-576" />
@@ -99,6 +109,11 @@
<parent name="AAC-MULT5" />
</dlna-profile>
+ <dlna-profile name="AAC_MULT5_ISO" mime="audio/mp4">
+ <parent name="M4A" />
+ <parent name="AAC-MULT5" />
+ </dlna-profile>
+
<dlna-profile name="AAC_MULT5_ISO" mime="audio/3gpp">
<parent name="3GP" />
<parent name="AAC-MULT5" />
diff --git a/data/common.xml b/data/common.xml
index 26589ef..b3f87e3 100644
--- a/data/common.xml
+++ b/data/common.xml
@@ -3,6 +3,12 @@
<dlna-profiles>
<restrictions>
<!-- Common containers -->
+ <restriction id="M4A" type="container">
+ <field name="name" type="string">
+ <value>audio/x-m4a</value>
+ </field>
+ </restriction>
+
<restriction id="MP4" type="container">
<field name="name" type="string">
<value>video/quicktime</value>