summaryrefslogtreecommitdiff
path: root/src/media-stream.c
AgeCommit message (Expand)AuthorFilesLines
2010-10-28Use telepathy-glib 0.13.3 for DTMF, and enable TonesDeferredSimon McVittie1-3/+2
2010-09-30gabble_media_stream_add_dtmf_player: add method to hook up signalsSimon McVittie1-0/+12
2010-09-30GabbleMediaStream: give telephony more useful debug messagesSimon McVittie1-2/+3
2010-09-30GabbleMediaStream: coding style nitsSimon McVittie1-3/+4
2010-09-30Implement TP_IFACE_CHANNEL_INTERFACE_DTMFJack Bates1-0/+18
2010-09-21various: use tp_clear_object, tp_clear_pointer moreSimon McVittie1-5/+2
2010-09-21FT, Media, Calls: use the Connection's TpDBusDaemonSimon McVittie1-5/+5
2010-08-11Replace all JingleSessionState with JingleStateSimon McVittie1-3/+3
2009-12-18plug various leaksDafydd Harries1-0/+7
2009-06-28Use ice candidates' foundation as candidate_idWill Thompson1-2/+5
2009-06-27Correctly prepend candidates to the listSjoerd Simons1-1/+1
2009-06-27MediaStream: removed cruft from new_native_candidate methodSenko Rasic1-75/+26
2009-05-27Support multiple transport componentsSjoerd Simons1-56/+49
2009-05-26Merge branch 'stream-added-on-hold'Will Thompson1-6/+18
2009-05-22Apply current held-ness to new streamsWill Thompson1-6/+18
2009-05-21Set individual ringing/hold/mute flags.Will Thompson1-8/+6
2009-05-20Update incoming <hold/>, etc. to match current XEP-0167Will Thompson1-1/+1
2009-05-19Remove _gabble_media_stream_close's underscoreWill Thompson1-3/+3
2009-05-11Improve commentSjoerd Simons1-1/+3
2009-05-11Only send codec information and description updates if we're really readySjoerd Simons1-4/+13
2009-05-06Remove unused MediaStream signalsWill Thompson1-60/+2
2009-05-06Explain why SupportedCodecs is called redundantlyWill Thompson1-1/+4
2009-05-04React to SupportedCodecs once when necessary.Will Thompson1-38/+28
2009-05-04Don't prematurely clear remote codec listWill Thompson1-5/+0
2009-05-04Correctly empty remote codec list on updateWill Thompson1-0/+5
2009-04-02Emit CallStateChanged when "most held" state changesWill Thompson1-0/+9
2009-04-02Emit SetStreamSending when peer [un]holdsWill Thompson1-3/+28
2009-03-31fix leak in gabble_media_stream_newGuillaume Desmottes1-1/+4
2009-03-13Remove redundant GET_PRIV macros from most jingle codeWill Thompson1-31/+29
2009-03-13Make MediaStream ref its JingleContentWill Thompson1-21/+15
2009-03-12Merge branch 'codecs-updated'Will Thompson1-28/+122
2009-03-04GabbleMediaChannel: pass RelayInfo through to streams on creationSimon McVittie1-1/+14
2009-03-04GabbleMediaStream: make relay-info settable at construct timeSimon McVittie1-3/+11
2009-03-04GabbleMediaStream: don't leak priv->stun_serversSimon McVittie1-0/+4
2009-03-02Raise an error if tpfs misuses CodecsUpdatedWill Thompson1-14/+53
2009-03-02Make CodecsUpdated fail until codecs have been providedWill Thompson1-5/+14
2009-03-02Move intersection-related shortcircuiting out of pass_local_codecsWill Thompson1-28/+13
2009-03-02Don't unset updating_remote_codecs when s-e respondsWill Thompson1-30/+19
2009-03-02Add debugging output for changing stream directionsWill Thompson1-0/+4
2009-03-02Jingle: handle incoming description-infoSenko Rasic1-3/+45
2009-03-02On CodecsUpdated, send the update to peer in description-infoSenko Rasic1-0/+26
2009-02-27Merge branch 'stun'Simon McVittie1-17/+252
2009-02-26GabbleMediaChannel: don't tell stream whether it was locally created - it can...Simon McVittie1-2/+1
2009-02-26GabbleMediaStream: ask the content whether it was locally createdSimon McVittie1-5/+5
2009-02-26GabbleMediaStream: add C accessor for media typeSimon McVittie1-0/+6
2009-02-26GabbleMediaStream: ask the content what its media type is, rather than relyin...Simon McVittie1-14/+17
2009-02-26Set direction for locally-created streams in MediaStream, not MediaChannelSimon McVittie1-0/+7
2009-02-26GabbleMediaStream: expose NATTraversal, CreatedLocally as D-Bus propertiesSimon McVittie1-0/+18
2009-02-26GabbleMediaStream: refactor Get() implementationSimon McVittie1-8/+6
2009-02-26GabbleMediaStream: add nat-traversal and created-locally propertiesSimon McVittie1-1/+35