[telepathy-spec/master] Stream states are of type Media_Stream_State...
Sjoerd Simons
sjoerd.simons at collabora.co.uk
Tue Dec 1 09:46:21 PST 2009
---
spec/Call_Stream_Endpoint.xml | 6 +++---
spec/Channel_Type_Call.xml | 2 +-
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/spec/Call_Stream_Endpoint.xml b/spec/Call_Stream_Endpoint.xml
index a2f62e0..6b4293f 100644
--- a/spec/Call_Stream_Endpoint.xml
+++ b/spec/Call_Stream_Endpoint.xml
@@ -70,19 +70,19 @@
</method>
<property name="StreamState" tp:name-for-bindings="Stream_State"
- type="u" tp:type="Media_Stream_Type"
+ type="u" tp:type="Media_Stream_State"
access="read">
</property>
<signal name="StreamStateChanged"
tp:name-for-bindings="Stream_State_Changed">
<arg name="state"
- type="u" tp:type="Media_Stream_Type"/>
+ type="u" tp:type="Media_Stream_State"/>
</signal>
<method name="SetStreamState"
tp:name-for-bindings="Set_Stream_State">
- <arg name="state" type="u" tp:type="Media_Stream_Type"
+ <arg name="state" type="u" tp:type="Media_Stream_State"
direction="in" />
</method>
diff --git a/spec/Channel_Type_Call.xml b/spec/Channel_Type_Call.xml
index 2e2712a..7cd8f3f 100644
--- a/spec/Channel_Type_Call.xml
+++ b/spec/Channel_Type_Call.xml
@@ -212,7 +212,7 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
The following two keys are guaranteed to exist:
<dl>
- <dt> State (u - <tp:type>CallState</tp:type>) </dt>
+ <dt> State (u - <tp:type>Call_State</tp:type>) </dt>
<dd> The status of the contact in the call </dd>
<dt> Flags (u - <tp:type>CallFlags</tp:type>) </dt>
--
1.5.6.5
More information about the telepathy-commits
mailing list