[transmageddon/gtk3] Add Sony S tablet profile



commit 7e7370553b6b56eeaba4e3fb952107d4a4ae6f94
Author: Christian Fredrik Kalager Schaller <christian schaller collabora co uk>
Date:   Wed Jan 25 11:08:29 2012 +0000

    Add Sony S tablet profile

 profiles/sonys.xml |   34 ++++++++++++++++++++++++++++++++++
 1 files changed, 34 insertions(+), 0 deletions(-)
---
diff --git a/profiles/sonys.xml b/profiles/sonys.xml
new file mode 100644
index 0000000..2d4e418
--- /dev/null
+++ b/profiles/sonys.xml
@@ -0,0 +1,34 @@
+<?xml version="1.0"?>
+
+<device>
+    <make>Sony</make>
+    <model>Tablet S</model>
+    <description>Profile for Sony Tablet S</description>
+    <author>
+        <name>Christian Schaller</name>
+        <email>uraeus linuxrising org</email>
+    </author>
+    <version>1.0</version>
+    <icon>file://ipod.svg</icon>
+    <default>Normal</default>
+    
+   
+    <profile>
+        <name>Normal</name>
+        <container>video/x-matroska</container>
+        <extension>mkv</extension>
+        <audio>
+            <name>audio/mpeg,mpegversion=4, base-profile=lc</name>
+            <channels>1, 2</channels>
+            <samplerate>44100</samplerate>
+        </audio>
+        <video>
+            <name>video/x-h264, profile=constrained-baseline</name>
+            <passes>1</passes>
+            <pixelaspectratio>0/0</pixelaspectratio>
+            <width>320, 1280</width>
+            <height>240, 800</height>
+            <framerate>1, 30</framerate>
+        </video>
+    </profile>
+</device>



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]