summaryrefslogtreecommitdiff
path: root/telepathy-glib/base-media-call-stream.c
Commit message (Collapse)AuthorAgeFilesLines
* Suppress remaining GValueArray deprecation warningsSimon McVittie2013-09-261-0/+2
| | | | | Bug: https://bugs.freedesktop.org/show_bug.cgi?id=69849 Reviewed-by: Xavier Claessens <xavier.claessens@collabora.co.uk>
* Use tp_value_array_free instead of g_value_array_freeSimon McVittie2013-09-261-2/+2
| | | | | Bug: https://bugs.freedesktop.org/show_bug.cgi?id=69849 Reviewed-by: Xavier Claessens <xavier.claessens@collabora.co.uk>
* Stop using TP_ERRORSSimon McVittie2012-05-021-3/+3
| | | | We deprecated this in 0.11.
* many fixes to documentation commentsJonny Lamb2012-04-061-2/+2
| | | | | | | | fd.o#48363 was opened which complains about lots of documentation problems (which g-ir-scanner finds). While I was at it I did some grepping to find yet more problems. Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
* version 0.17.7telepathy-glib-0.17.7Jonny Lamb2012-03-221-1/+1
| | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
* BaseMediaCallStream: Only emit STUNServersChanged if they have changedOlivier Crête2012-03-201-1/+37
|
* BaseMediaCallStream: Clear local sending state on sending failureOlivier Crête2012-03-201-0/+1
| | | | This way, only calling SetSending() again will restart sending
* Call: Ignore all sending/receiving failures while heldOlivier Crête2012-03-201-9/+14
|
* BaseMediaCallStream: Export if the CM has allowed sendingOlivier Crête2012-03-201-0/+17
|
* BaseMediaCallStream: Update the sending and receiving states when a channel ↵Olivier Crête2012-03-141-0/+4
| | | | is set
* BaseMediaCallStream: Never start sending until a call is acceptedOlivier Crête2012-03-141-0/+3
|
* BaseMediaCallStream: Don't start receiving during a failure reportOlivier Crête2012-03-141-0/+7
|
* BaseMediaCallStream: Don't start sending during a failure reportOlivier Crête2012-03-141-2/+8
|
* BaseMedia: Don't report sending/receiving failures when unholdingOlivier Crête2012-03-141-5/+8
| | | | They will instead just cause the unholding to fail.
* _tp_object_list_copy, _tp_object_list_free: addSimon McVittie2012-03-091-7/+2
| | | | | | Bug: https://bugs.freedesktop.org/show_bug.cgi?id=46358 Signed-off-by: Simon McVittie <simon.mcvittie@collabora.co.uk> Reviewed-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
* Call.I.Stream: Don't confuse hold and set_sending(FALSE)Olivier Crête2012-02-241-1/+9
| | | | Don't change the stream direction because of a Hold
* Prepare 0.17.5telepathy-glib-0.17.5Simon McVittie2012-02-201-31/+31
|
* Finish Call1 documentationSimon McVittie2012-02-201-1/+2
|
* Remove implementation of the Mute interfaceOlivier Crête2012-02-151-11/+1
|
* BaseMediaCallStream: Make it possible for the CM to fail FinishInitialCandidatesOlivier Crête2012-02-141-1/+7
| | | | | The CM can now refuse FinishInitialCandidates if it doesn't haven the candidates it needs.
* BaseMediaCallStream: Add method to fetch the local candidatesOlivier Crête2012-02-141-0/+18
|
* BaseMediaCallStream: Add function to remove endpointsOlivier Crête2012-02-141-0/+42
|
* Add config.h include in all call source filesXavier Claessens2012-02-061-0/+1
|
* CallStream: Add traces to media stream flow state changeNicolas Dufresne2012-01-301-0/+40
|
* Fix local hold state stransition for call channelNicolas Dufresne2012-01-201-36/+17
| | | | | | Call channel should go to pending hold state until all the streams are no longer pending stop (the one that didn't failed). Also, the transition from pending stop to started is impossible.
* TpBaseCallContent/Stream: add get_interfaces virtual methodXavier Claessens2012-01-161-6/+16
| | | | | This is more flexible for subclasses to define the interfaces they implement. Especially in the case of sub-subclasse.
* Mark base call types as abstractDanielle Madeley2012-01-101-5/+6
| | | | Use correct semicolons.
* Make tp_base_call_channel_is_connected/locall_accepted internalXavier Claessens2012-01-101-1/+1
|
* update documentationXavier Claessens2012-01-101-1/+78
|
* TpBaseMediaCallStream::set_sending: self is not a TpBaseCallStreamXavier Claessens2012-01-101-4/+4
| | | | This is more typesafe.
* TpBaseMediaCallStream: move code around to be correctly grouped and fix ↵Xavier Claessens2012-01-101-133/+93
| | | | coding style
* TpBaseMediaCallStream: small simplificationXavier Claessens2012-01-101-11/+1
|
* Avoid small code duplicationXavier Claessens2012-01-101-17/+19
|
* coding styleXavier Claessens2012-01-101-4/+8
|
* TpBaseMediaCallStrea: Use a TpIntset instead of GArray for a set of TpHandleXavier Claessens2012-01-101-35/+13
|
* Rename _borrow_remote_members to _get_remote_membersXavier Claessens2012-01-101-1/+1
| | | | | Our coding style is that _get_ returns a borrowed pointer, and _dup_ returns a copy/ref.
* fix some coding styleXavier Claessens2012-01-101-1/+1
|
* Disable sending if all members of a stream are remotely heldOlivier Crête2012-01-101-0/+19
|
* Implement Local hold for CallOlivier Crête2012-01-101-38/+67
|
* Call.Stream.I.Media: Make setting the sending state mostly internalOlivier Crête2012-01-101-26/+65
|
* Call.Stream.I.Media: Make setting the receiving state internalOlivier Crête2012-01-101-12/+10
|
* Only call the subclass if the requesting state was directly requestedOlivier Crête2012-01-101-9/+6
|
* Ignore re-settings that change nothingOlivier Crête2012-01-101-2/+17
|
* Start receiving when the other sides asks us toOlivier Crête2012-01-101-5/+58
|
* Fix request_receivingOlivier Crête2012-01-101-3/+3
|
* Set the sending and receiving directions correctlyOlivier Crête2012-01-101-17/+15
|
* Update for Call spec changesOlivier Crête2012-01-101-4/+4
|
* Avoid trying to empty already empty GArrayOlivier Crête2012-01-101-4/+6
|
* Implement the sending/receiving states in TpBaseMediaCallStreamOlivier Crête2012-01-101-2/+236
|
* TpCallStreamEndpoint: keep a pointer to its TpBaseMediaCallStreamXavier Claessens2012-01-101-1/+2
|