summaryrefslogtreecommitdiff
path: root/src/gabble-media-session.c
AgeCommit message (Expand)AuthorFilesLines
2008-02-22refactor Ready function to avoid gotoRobert McQueen1-7/+7
2008-02-22don't emit NewStreamHandler signals multiple times if Ready is called multipl...Robert McQueen1-4/+4
2007-10-29gabble_media_session_error(): access temporary array instead of just cleared ...Senko Rasic1-1/+1
2007-08-17GabbleMediaSession: if the session we initiated timeouts, we assume the calle...Senko Rasic1-2/+6
2007-08-01gabble-media-session.c: change default session timeout to 60 secondsSenko Rasic1-1/+1
2007-05-22GabbleMediaSession: set the h263-n800-hack property on video streams with con...Robert McQueen1-0/+16
2007-04-16remove unused src/handles.[ch]Robert McQueen1-1/+0
2007-04-06src/: wrap long linesSimon McVittie1-28/+41
2007-04-05Make the corresponding header the first include in each .c file, to ensure se...Simon McVittie1-1/+2
2007-03-08Convert Gabble to use new handle API.Simon McVittie1-2/+4
2007-03-01move gabble-presence-cache.? -> presence-cache.?Dafydd Harries1-1/+1
2007-03-01move gabble-presence.? -> presence.?Dafydd Harries1-1/+1
2007-02-21Stop using conn->parent.foo to access TpBaseConnection members - use a cast i...Simon McVittie1-4/+9
2007-02-14Remove lots of now-unneeded casts for greater claritySimon McVittie1-3/+2
2007-01-29src/: stop trying to include individual headers for all interfaces, use the n...Simon McVittie1-1/+1
2007-01-26src/: Port Gabble implementations of interfaces to new ABI in the generated G...Simon McVittie1-2/+5
2007-01-23Merge all Gabble signal marshallers into gabble-signals-marshal.{list,c,h} so...Simon McVittie1-2/+2
2007-01-22Port media stream, media session to implement GInterfacesSimon McVittie1-37/+33
2007-01-12Extract superclass TpBaseConnection from GabbleConnectionSimon McVittie1-4/+4
2007-01-08Rename lib/helpers.c to lib/dbus.c since that's now all it doesSimon McVittie1-1/+1
2007-01-08Expose TpHandleRepoIface* array in GabbleConnection, convert most gabble_hand...Simon McVittie1-2/+2
2007-01-05Replace TpError_PermissionDenied with TP_ERROR_PERMISSION_DENIED, etc.Simon McVittie1-8/+8
2007-01-05Remove tp- prefix from header files: it serves no namespacing purpose and get...Simon McVittie1-3/+3
2007-01-05util.[ch]: move g_strdiff, gabble_mixin_offset_cast to lbi as tp_strdiff, tp_...Simon McVittie1-8/+8
2007-01-05Move/copy debug infrastructure to libSimon McVittie1-16/+16
2007-01-04Move telepathy-helpers.[ch] to libSimon McVittie1-1/+1
2007-01-04Move src/telepathy-errors.c to lib. Replace #includes of dummy headers telepa...Simon McVittie1-1/+1
2007-01-04Add TpError_ prefix to all uses of error enum names, and remove the compatibi...Simon McVittie1-8/+8
2007-01-04Replace GabbleHandle with TpHandle everywhere, remove compatibility #defineSimon McVittie1-6/+6
2006-12-05GabbleMediaSession: tweak debugging stringRobert McQueen1-1/+1
2006-12-05GabbleMediaSession: turn the <content creator=""> value into an initiator val...Robert McQueen1-13/+52
2006-12-05GabbleMediaSession: make _lookup_stream_by_name_and_initiator fuzzy at matchi...Robert McQueen1-30/+2
2006-12-05GabbleMediaSession: make _add_content_descriptions iterate the streams in the...Robert McQueen1-41/+23
2006-12-05GabbleMediaSession: call _stream_not_ready_for_initiate by iterating the poin...Robert McQueen1-10/+14
2006-12-05GabbleMediaSession: name streams by searching the pointer array for existing ...Robert McQueen1-1/+4
2006-12-05GabbleMediaSession: call _stream_not_ready_for_accept by iterating the pointe...Robert McQueen1-11/+15
2006-12-05GabbleMediaSession: remove the hash table of streams by nameRobert McQueen1-9/+4
2006-12-05GabbleMediaSession: when creating streams, check for an existing stream with ...Robert McQueen1-1/+28
2006-12-05GabbleMediaSession: when looking up streams to handle actions on, use any cre...Robert McQueen1-15/+33
2006-12-05GabbleMediaSession: remove indentation from _call_handlers_on_streams by addi...Robert McQueen1-27/+24
2006-12-05GabbleMediaSession: use _gabble_media_stream_add_content_node function for cr...Robert McQueen1-11/+6
2006-12-04GabbleMediaSession: move initiator to a public memberRobert McQueen1-17/+13
2006-11-14GabbleMediaSession: make calls to start sending only when the accepts have be...Robert McQueen1-4/+33
2006-11-21simplify destroying all streams when media session is terminatedDafydd Harries1-13/+2
2006-11-21make destroy_media_stream call _gabble_media_stream_closeDafydd Harries1-7/+2
2006-11-21rename forget_media_stream -> destroy_media_streamDafydd Harries1-6/+6
2006-11-21media sessions: forget streams after closing them, except when sending conten...Dafydd Harries1-3/+13
2006-11-21forget_media_streamDafydd Harries1-0/+10
2006-11-21media session: don't pay attention to close signal from streamDafydd Harries1-21/+0
2006-11-16GabbleMediaSession: if content-add fails, don't send a content-remove, just d...Robert McQueen1-1/+1