[gupnp-dlna] xml: Fix ADTS profiles
- From: Arun Raghavan <arunsr src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gupnp-dlna] xml: Fix ADTS profiles
- Date: Mon, 5 Sep 2011 16:12:36 +0000 (UTC)
commit 8f5d0105e87fc1ae8c0a61d17ad9871772fe184f
Author: Arun Raghavan <arun raghavan collabora co uk>
Date: Fri Sep 2 17:41:49 2011 +0530
xml: Fix ADTS profiles
These got broken by commit f25eee35882ee6e7eba6fda26e047a01d82343fb
data/aac.xml | 18 ++++++++++++------
1 files changed, 12 insertions(+), 6 deletions(-)
---
diff --git a/data/aac.xml b/data/aac.xml
index f830a94..07be976 100644
--- a/data/aac.xml
+++ b/data/aac.xml
@@ -48,8 +48,10 @@
</restrictions>
<dlna-profile name="AAC_ADTS_320" mime="audio/vnd.dlna.adts">
- <parent name="AAC-ADTS" />
- <parent name="AAC-320" />
+ <restriction type="audio">
+ <parent name="AAC-ADTS" />
+ <parent name="AAC-320" />
+ </restriction>
</dlna-profile>
<dlna-profile name="AAC_ISO_320" mime="audio/mp4">
@@ -63,8 +65,10 @@
</dlna-profile>
<dlna-profile name="AAC_ADTS" mime="audio/vnd.dlna.adts">
- <parent name="AAC" />
- <parent name="AAC-576" />
+ <restriction type="audio">
+ <parent name="AAC-ADTS" />
+ <parent name="AAC-576" />
+ </restriction>
</dlna-profile>
<dlna-profile name="AAC_ISO" mime="audio/mp4">
@@ -78,8 +82,10 @@
</dlna-profile>
<dlna-profile name="AAC_MULT5_ADTS" mime="audio/vnd.dlna.adts">
- <parent name="AAC" />
- <parent name="AAC-MULT5" />
+ <restriction type="audio">
+ <parent name="AAC-ADTS" />
+ <parent name="AAC-MULT5" />
+ </restriction>
</dlna-profile>
<dlna-profile name="AAC_MULT5_ISO" mime="audio/mp4">
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]