zaheer - in flumotion-dvb/trunk: . flumotion/component/dvb
flumotion-commit at lists.fluendo.com
flumotion-commit at lists.fluendo.com
Mon Jul 30 12:24:45 CEST 2007
Author: zaheer
Date: Mon Jul 30 12:24:38 2007
New Revision: 5373
Modified:
flumotion-dvb/trunk/ChangeLog
flumotion-dvb/trunk/flumotion/component/dvb/dvb.xml
Log:
* flumotion/component/dvb/dvb.xml:
dvb producer does not need to have such a high clock
priority so use the default clock priority.
Modified: flumotion-dvb/trunk/ChangeLog
==============================================================================
--- flumotion-dvb/trunk/ChangeLog (original)
+++ flumotion-dvb/trunk/ChangeLog Mon Jul 30 12:24:38 2007
@@ -1,3 +1,9 @@
+2007-07-30 Zaheer Abbas Merali <zaheerabbas at merali dot org>
+
+ * flumotion/component/dvb/dvb.xml:
+ dvb producer does not need to have such a high clock
+ priority so use the default clock priority.
+
2007-07-04 Arek Korbik <arkadini at gmail.com>
* flumotion/component/dvb/dvb.xml:
Modified: flumotion-dvb/trunk/flumotion/component/dvb/dvb.xml
==============================================================================
--- flumotion-dvb/trunk/flumotion/component/dvb/dvb.xml (original)
+++ flumotion-dvb/trunk/flumotion/component/dvb/dvb.xml Mon Jul 30 12:24:38 2007
@@ -13,7 +13,7 @@
function="DVBAdminGtk" />
</entries>
- <synchronization required="yes" clock-priority="160"/>
+ <synchronization required="yes" />
<properties>
<!-- S, T or FILE -->
@@ -28,7 +28,10 @@
pid that we want to use, in the case there may be many -->
<property name="audio-pid" type="int" required="false" />
<!-- S, T -->
- <property name="device" type="string" required="false" />
+ <property name="adapter" type="int" required="false"
+ description="Adapter number (eg 0 for adapter 0)" />
+ <property name="frontend" type="int" required="false"
+ description="Frontend number (eg 0 for frontend 0)" />
<!-- DVB-T specific properties -->
<property name="modulation" type="int" />
<property name="trans-mode" type="int" />
More information about the flumotion-commit
mailing list