summaryrefslogtreecommitdiff
path: root/src/call-content.c
AgeCommit message (Expand)AuthorFilesLines
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
2010-01-21Keep count of the pending CodecOffers.Mike Ruprecht1-4/+21
2010-01-20Unregister Contents and their Streams from DBus ASAP after deiniting.Mike Ruprecht1-0/+14
2010-01-20Skip setting codecs if the offer is invalid.Mike Ruprecht1-4/+5
2010-01-20Add a _deinit function to CallContent.Mike Ruprecht1-1/+19
2010-01-20Use a function to get the local sending state.Mike Ruprecht1-12/+2
2010-01-20In Accept(), set sending state from Pending to Sending automatically.Mike Ruprecht1-0/+29
2010-01-20Handle switching CodecOffers in CallContent.Mike Ruprecht1-5/+13
2010-01-05Free GabbleCallContent's streams when disposing.Mike Ruprecht1-0/+9
2009-12-24misc tweaksSjoerd Simons1-3/+1