summaryrefslogtreecommitdiff
path: root/src/call-content.c
Commit message (Expand)AuthorAgeFilesLines
* Merge remote branch 'maiku/replace-codecoffers'Sjoerd Simons2010-01-221-7/+65
|\
| * Keep count of the pending CodecOffers.Mike Ruprecht2010-01-211-4/+21
| * Unregister Contents and their Streams from DBus ASAP after deiniting.Mike Ruprecht2010-01-201-0/+14
| * Skip setting codecs if the offer is invalid.Mike Ruprecht2010-01-201-4/+5
| * Add a _deinit function to CallContent.Mike Ruprecht2010-01-201-1/+19
| * Handle switching CodecOffers in CallContent.Mike Ruprecht2010-01-201-5/+13
* | Use a function to get the local sending state.Mike Ruprecht2010-01-201-12/+2
* | In Accept(), set sending state from Pending to Sending automatically.Mike Ruprecht2010-01-201-0/+29
|/
* Free GabbleCallContent's streams when disposing.Mike Ruprecht2010-01-051-0/+9
* misc tweaksSjoerd Simons2009-12-241-3/+1
* Pass the GabbleConnection on to CallStream objectsSjoerd Simons2009-12-241-0/+2
* Implement Name, Disposition and Creator properties on Call Content objectsSjoerd Simons2009-12-241-1/+55
* Translate the internal media type to the tp media typeSjoerd Simons2009-12-241-1/+11
* Use G_PARAM_STATIC_STRINGS where applicableSjoerd Simons2009-12-241-12/+3
* Assert that object patch are non-NULL after setting themSjoerd Simons2009-12-241-1/+1
* Fix various coding style and types, also remove some dead codeSjoerd Simons2009-12-241-14/+2
* Add a FIXME for the CodecMap implementationSjoerd Simons2009-12-071-0/+3
* (Re)set local codecs as result of an acceptance of a codec offerSjoerd Simons2009-12-071-4/+12
* Spawn a codec offer a result of an incoming call as wellSjoerd Simons2009-12-071-7/+21
* Implement the CodecOffer propertySjoerd Simons2009-12-071-0/+39
* Implement the Type property on ContentSjoerd Simons2009-12-071-0/+16
* Add basic codec offer supportSjoerd Simons2009-12-071-0/+75
* Allow the codecmap to generate both local and remote codecsSjoerd Simons2009-12-071-17/+56
* Factor out converting a codec GList to a GPtrArraySjoerd Simons2009-12-071-18/+32
* Use constructed instead of constructorSjoerd Simons2009-12-071-10/+5
* Implement setting and getting codecsSjoerd Simons2009-12-071-0/+97
* Add initial implementation of Call.Stream objectsSjoerd Simons2009-12-071-0/+63
* Pass the GabbleConnection to the contentSjoerd Simons2009-12-071-0/+18
* Initial dummy version of CallContent objectsSjoerd Simons2009-12-071-0/+243