summaryrefslogtreecommitdiff
path: root/src/call-content.c
AgeCommit message (Expand)AuthorFilesLines
2013-01-16Update Wocky snapshot for wocky.h with Jingle headersWill Thompson1-3/+0
2012-12-11Rename most of GabbleJingle* to WockyJingle*Will Thompson1-18/+18
2012-05-30Use meta-headers for everythingSimon McVittie1-6/+2
2012-05-17configure: ignore post 0.18 deprecations so we can build against tp-glib masterJonny Lamb1-0/+2
2012-02-23Split Telepathy<->Jingle enum mapping out of Jingle codeWill Thompson1-0/+1
2012-02-06Merge branch 'master' into call1Will Thompson1-0/+1
2012-01-11Add fixme to remember to handle rejected codecsOlivier Crête1-0/+1
2012-01-11Update to correctly set the local and remote sending statesOlivier Crête1-2/+1
2012-01-11Replace tp-yell with tp-glib's Call1 APIXavier Claessens1-81/+93
2011-03-23Use media description when passing around local codecsOlivier Crête1-9/+14
2011-01-18Dammit, it's 2011 alreadySjoerd Simons1-1/+1
2011-01-17Only set local codecs if we actually have any codecsSjoerd Simons1-2/+3
2011-01-17Split out a initial BaseMediaCallContent classSjoerd Simons1-461/+78
2011-01-16Remove all contents when deinitializing a contentSjoerd Simons1-0/+8
2011-01-16Leave the implementation of Remove up to the base classSjoerd Simons1-35/+0
2011-01-16Use Update Yell apis and TpyBaseCallChannelSjoerd Simons1-21/+0
2011-01-15Push call_stream_iface_init into base-call-streamDavid Laban1-4/+3
2011-01-12Use base-classes from telepathy-yellSjoerd Simons1-27/+28
2011-01-12Update yell snapshot and update gabble to yell specSjoerd Simons1-54/+136
2011-01-11Post-rebase porting to yellSjoerd Simons1-1/+1
2011-01-11use telepathy-yell generated codeJonny Lamb1-24/+26
2011-01-11Make call contents' lifecycles more explicit.Will Thompson1-0/+5
2011-01-11Use JingleMediaType<->TpMediaStreamType conversion functions!Will Thompson1-9/+2
2011-01-11Implement Content.Interfaces and Stream.InterfacesWill Thompson1-3/+9
2011-01-11Extract a base class from GabbleCallContentWill Thompson1-291/+70
2011-01-10Extract a base class from GabbleCallStreamWill Thompson1-4/+7
2010-10-21content: pop up a codec offer every time a new content appearsJonny Lamb1-6/+4
2010-10-20content: don't let UpdateCodecs be called before the first CodecOffer appearsJonny Lamb1-0/+15
2010-10-20content: always pop up a new CodecOffer on new outgoing call contentJonny Lamb1-4/+11
2010-10-19codecoffer: rename to codec-offerJonny Lamb1-8/+8
2010-10-19content: rename SetCodecs to UpdateCodecsJonny Lamb1-3/+3
2010-10-19content: implement Packetization property (poorly)Jonny Lamb1-0/+13
2010-10-19content: rename Stream{Added,Removed} to Streams{A,R}Jonny Lamb1-5/+15
2010-10-19content: remove Creator propertyJonny Lamb1-16/+0
2010-10-19content: implement Interfaces propertyJonny Lamb1-1/+18
2010-10-19content: add a ::removed signal and implement RemoveJonny Lamb1-4/+39
2010-09-21gabble_call_content_get_property: eliminate redundant array copySimon McVittie1-3/+2
2010-09-21various Call classes: use tp_clear_object, tp_clear_pointerSimon McVittie1-7/+3
2010-09-21GabbleCallContentCodecoffer: receive a TpDBusDaemon on constructionSimon McVittie1-1/+2
2010-09-21FT, Media, Calls: use the Connection's TpDBusDaemonSimon McVittie1-4/+6
2010-06-22fd.o #27966: replace gabble_value_array_build with tp_value_array_buildSimon McVittie1-2/+2
2010-05-21Emit StreamRemoved when streams are remoedSjoerd Simons1-0/+3
2010-04-28Fix various memory and ref leaksSjoerd Simons1-2/+8
2010-04-02Signal new streamsSjoerd Simons1-1/+3
2010-04-01Signal when the contents local codecs are updated and add api to get themSjoerd Simons1-0/+24
2010-02-18Add gabble_call_content_get_member_contents.Mike Ruprecht1-0/+6
2010-02-18Remove streams when its associated CallMemberContent is removed.Mike Ruprecht1-0/+29
2010-02-18Fix memory error. Use set_string instead of take_string.Mike Ruprecht1-1/+1
2010-02-18Purely use CallMemberContents instead of JingleContentsSjoerd Simons1-102/+139
2010-01-22Merge remote branch 'maiku/replace-codecoffers'Sjoerd Simons1-7/+65