Bug 21203 - Implement InitialAudio and InitialVideo properties
Summary: Implement InitialAudio and InitialVideo properties
Status: RESOLVED FIXED
Alias: None
Product: Telepathy
Classification: Unclassified
Component: gabble (show other bugs)
Version: unspecified
Hardware: Other All
: medium normal
Assignee: Telepathy bugs list
QA Contact: Telepathy bugs list
URL: http://git.collabora.co.uk/?p=user/wj...
Whiteboard:
Keywords: patch
Depends on: 21202
Blocks:
  Show dependency treegraph
 
Reported: 2009-04-15 07:55 UTC by Will Thompson
Modified: 2009-04-15 08:29 UTC (History)
0 users

See Also:
i915 platform:
i915 features:


Attachments

Description Will Thompson 2009-04-15 07:55:07 UTC
This branch implements InitialAudio and InitialVideo as requestable properties, and exposes them on incoming calls.

% git diff --stat split-media-channel
 extensions/Channel_Type_Streamed_Media_Future.xml |  151 +++++++++++
 extensions/all.xml                                |    1 +
 src/media-channel-internal.h                      |    3 +
 src/media-channel.c                               |  282 +++++++++++++++++----
 src/media-channel.h                               |    5 +
 src/media-factory.c                               |   97 ++++++--
 tests/twisted/Makefile.am                         |    1 +
 tests/twisted/constants.py                        |    4 +
 tests/twisted/jingle/initial-audio-video.py       |  163 ++++++++++++
 tests/twisted/jingle/jingletest2.py               |   24 ++-
 10 files changed, 658 insertions(+), 73 deletions(-)
Comment 1 Simon McVittie 2009-04-15 08:25:22 UTC
Reviewed.
Comment 2 Will Thompson 2009-04-15 08:29:17 UTC
merged.


Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.