aboutsummaryrefslogtreecommitdiffstats
path: root/src/empathy-av.c
Commit message (Collapse)AuthorAgeFilesLines
* Only build the EmpathyStreamedMedia* classes for empathy-avEmilio Pozuelo Monfort2011-02-101-1/+1
| | | | So the other binaries don't need to link against farsight.
* EmpathyCallFactory -> EmpathyStreamedMediaFactoryEmilio Pozuelo Monfort2011-02-101-5/+5
|
* ::new-call-handler -> ::new-streamed-media-handlerEmilio Pozuelo Monfort2011-02-101-1/+1
|
* EmpathyCallWindow -> EmpathyStreamedMediaWindowEmilio Pozuelo Monfort2011-02-101-4/+4
|
* EmpathyCallHandler -> EmpathyStreamedMediaHandlerEmilio Pozuelo Monfort2011-02-101-1/+1
|
* Disable timer if EMPATHY_PERSIST is setGuillaume Desmottes2010-06-291-0/+11
|
* Add a timer stopping the proccess after a while if idlingGuillaume Desmottes2010-06-291-0/+61
| | | | There is no point to keep it around when not needed.
* add empathy_call_factory_registerGuillaume Desmottes2010-06-291-0/+8
| | | | So we can connect signal before registering the Handler.
* Add empathy-av, a new process handling media channels (#599161)Guillaume Desmottes2010-06-291-0/+111