[rygel] data: Provide default config for WMV transcoding



commit fe3dd6b207fb49f06fd1348e9d921cbd929ce25a
Author: Zeeshan Ali (Khattak) <zeeshanak gnome org>
Date:   Tue Jun 8 16:03:09 2010 +0300

    data: Provide default config for WMV transcoding

 data/rygel-default.conf |    3 +++
 data/rygel-maemo.conf   |    3 +++
 2 files changed, 6 insertions(+), 0 deletions(-)
---
diff --git a/data/rygel-default.conf b/data/rygel-default.conf
index 4636f70..e826d47 100644
--- a/data/rygel-default.conf
+++ b/data/rygel-default.conf
@@ -21,6 +21,9 @@ enable-lpcm-transcoder=true
 # (mpeg 2 video + audio) transcoding support.
 enable-mp2ts-transcoder=true
 
+# Set it to 'false' if you want to disable WMV transcoding support.
+enable-wmv-transcoder=true
+
 # The network interface to attach rygel to. Leave it blank for dynamic
 # configuration.
 interface=
diff --git a/data/rygel-maemo.conf b/data/rygel-maemo.conf
index 8a60b52..5c405ec 100644
--- a/data/rygel-maemo.conf
+++ b/data/rygel-maemo.conf
@@ -21,6 +21,9 @@ enable-lpcm-transcoder=true
 # (mpeg 2 video + audio) transcoding support.
 enable-mp2ts-transcoder=false
 
+# Set it to 'true' if you want to enable WMV transcoding support.
+enable-wmv-transcoder=false
+
 # The network interface to attach rygel to. Leave it blank for dynamic
 # configuration.
 interface=



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