Bug 21202

Summary: [awaiting review] split media-channel-hold.c out from media-channel.c
Product: Telepathy Reporter: Will Thompson <will>
Component: gabbleAssignee: Telepathy bugs list <telepathy-bugs>
Status: RESOLVED FIXED QA Contact: Telepathy bugs list <telepathy-bugs>
Severity: normal    
Priority: medium Keywords: patch
Version: unspecified   
Hardware: Other   
OS: All   
URL: http://git.collabora.co.uk/?p=user/wjt/telepathy-gabble-wjt.git;a=shortlog;h=refs/heads/split-media-channel
Whiteboard:
i915 platform: i915 features:
Bug Depends on: 21110    
Bug Blocks: 21203    

Description Will Thompson 2009-04-15 07:53:12 UTC
This branch splits the Hold and CallState implementations into their own source file, to make media-channel.c more manageable.

% git diff --stat many-ways-to-skin-a-call
 src/Makefile.am              |    2 +
 src/media-channel-hold.c     |  434 +++++++++++++++++++++++++++++++++++++++++
 src/media-channel-internal.h |   85 ++++++++
 src/media-channel.c          |  442 +-----------------------------------------
 src/media-factory.c          |    1 -
 5 files changed, 528 insertions(+), 436 deletions(-)
Comment 1 Simon McVittie 2009-04-15 08:13:03 UTC
Reviewed.
Comment 2 Will Thompson 2009-04-15 08:28:10 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.