summaryrefslogtreecommitdiff
path: root/telepathy-farstream
Commit message (Collapse)AuthorAgeFilesLines
...
| * Add a reason when rejecting invalid codecsOlivier Crête2012-02-091-1/+11
| |
| * Return not-implemented if more than one endpointOlivier Crête2012-02-091-2/+2
| |
| * Use fs_*_destroy methodsOlivier Crête2012-02-092-4/+4
| |
| * Set self->contents to NULL in disposeXavier Claessens2012-01-121-0/+1
| | | | | | | | | | This avoid a crash if dispose is ran twice or if content_removed is called after dispose
| * Keep a ref on stream proxyXavier Claessens2012-01-121-1/+1
| |
| * Fix refcounting of TfContentXavier Claessens2012-01-021-1/+1
| |
| * Use the contact handle from inside a MediaDescriptionOlivier Crête2011-12-231-6/+17
| | | | | | | | Also, use the updated API without the duplicated contact
| * Update to the newest specOlivier Crête2011-12-236-46/+48
| |
| * The "streams-removed" signal has a reason argument nowOlivier Crête2011-12-221-0/+1
| |
| * Ignore remote candidates before the initials credentials are inOlivier Crête2011-12-222-0/+5
| |
| * Use tp_value_array_build() correctlyOlivier Crête2011-12-222-3/+13
| |
| * Add debug prints to TfCallStreamOlivier Crête2011-12-221-4/+42
| |
| * Read the Sending/Receiving states in the GetAllOlivier Crête2011-12-221-0/+16
| |
| * Keep ref to content proxyOlivier Crête2011-12-121-1/+1
| |
| * Delay stream creation until the user has had a chance to connect the ↵Olivier Crête2011-12-121-72/+53
| | | | | | | | | | | | src-pad-addes signal This is to prevent the race where buffers arrive real quick and the user hasn't had a chance to connect the signal before it is called.
| * Start receiving from the stream's creation if possible and requestedOlivier Crête2011-12-123-25/+39
| | | | | | | | | | We want to minimize the probability of packet loss by creating the stream in receive ready mode.
| * Tell the application if a pause is temporary or permanentOlivier Crête2011-12-126-22/+74
| |
| * Change the stream directionis as requestedOlivier Crête2011-12-122-38/+48
| |
| * Correctly ignore the updated flag in the telepathy codecsOlivier Crête2011-12-121-4/+6
| |
| * Fix refcounting of TfContentXavier Claessens2011-12-081-1/+0
| |
| * Actually complete the async init operation on successSjoerd Simons2011-12-071-7/+3
| | | | | | | | | | | | | | | | On error and normal finishing of the async operation the same operations need to happen, so no need to duplicate the code. As a side-effect this cause the async operation to actually finish in the success cases.
| * misc fixesXavier Claessens2011-11-283-9/+13
| |
| * Fix connectiong typoXavier Claessens2011-11-282-10/+10
| |
| * tp_call_stream_get_remote_members() returns a TpContact->TpSendingState mapXavier Claessens2011-11-281-1/+1
| |
| * Use tp_call_channel_hangup_async() instead of corresponding tp_cli_Xavier Claessens2011-11-281-3/+2
| |
| * Fix build warningXavier Claessens2011-11-281-1/+1
| | | | | | | | | | gcc is not happy because it thinks that state_str could be used uninitialized, but it's not true.
| * Port to xclaessen's tp-glib branchOlivier Crête2011-11-288-475/+288
| |
| * Make the MediaSignalling mode workOlivier Crête2011-11-288-114/+130
| |
| * Add methods to report sending and receiving failuresOlivier Crête2011-11-287-7/+251
| |
| * Simplify tf_content_error by removing useless parametersOlivier Crête2011-11-285-71/+79
| |
| * Use the parser API in the streamsOlivier Crête2011-11-281-60/+18
| |
| * Update to new message parser apiOlivier Crête2011-11-281-45/+25
| |
| * Document interfaces by fileOlivier Crête2011-11-282-8/+12
| |
| * HasRemoteInformation is only set by the CM, so lets ignore itOlivier Crête2011-11-281-1/+0
| |
| * Set all the attributes from FsCandidate to Call candidatesOlivier Crête2011-11-281-5/+60
| |
| * Fully parse remote candidatesOlivier Crête2011-11-281-6/+73
| |
| * Add more debugOlivier Crête2011-11-281-0/+2
| |
| * Print the local codecsOlivier Crête2011-11-281-2/+26
| |
| * Print something when the send codec changesOlivier Crête2011-11-281-0/+20
| |
| * Implement DTMF support for Call ContentOlivier Crête2011-11-282-6/+212
| |
| * Use the new GstMessage parsing functionsOlivier Crête2011-11-281-10/+1
| |
| * Implement rtcp-fb and rtp-hdrext in call1Olivier Crête2011-11-283-47/+262
| |
| * Put direction conversion in common utils.hOlivier Crête2011-11-282-17/+18
| |
| * Set fully prefixed namesOlivier Crête2011-11-281-2/+6
| |
| * Set the FurtherNegotiation and Updated flags correctlyOlivier Crête2011-11-281-10/+57
| | | | | | | | Also avoid doing unnecessary Updates
| * Farstream doesnt let you specify the dtmf typeOlivier Crête2011-11-281-47/+53
| |
| * Print remote codecsOlivier Crête2011-11-281-0/+6
| |
| * Port to Call1Olivier Crête2011-11-2814-381/+665
| |
* | Fix previous patch to compile with current code generatorNicolas Dufresne2011-12-081-7/+6
| |
* | Add separation between force and add candidatesOlivier Crête2011-12-081-2/+22
| |