aboutsummaryrefslogtreecommitdiffstats
path: root/src/empathy-streamed-media-handler.c
Commit message (Collapse)AuthorAgeFilesLines
* add missing config.h includesGuillaume Desmottes2012-03-071-0/+1
|
* remove FIXME regarding empathy_tp_streamed_media_accept_incoming_call()Guillaume Desmottes2012-03-021-2/+0
| | | | | | | | It early returns if the channel is an outgoing one. And it's called as a result of empathy_streamed_media_handler_start_call() so it's not accepted automatically. We just keep the existing behaviour.
* fix signature of empathy_streamed_media_handler_tf_content_src_pad_added_cbGuillaume Desmottes2012-03-021-1/+5
|
* Farstream port of tp-av oopsOlivier CrĂȘte2012-03-021-0/+12
|
* Port Empathy-av to Telepathy FarstreamOlivier CrĂȘte2012-03-021-66/+69
|
* Allow to build with empathy-avGuillaume Desmottes2012-03-021-3/+3
|
* Revert "Drop empathy-av"Guillaume Desmottes2012-03-011-0/+903
| | | | | | | | This reverts commit ba0a893b1d31cdb234bae72845e840a895b9d62a. Conflicts: src/Makefile.am
* Drop empathy-avGuillaume Desmottes2012-02-211-903/+0
| | | | | | So long and thanks for all the calling... https://bugzilla.gnome.org/show_bug.cgi?id=629902
* Remove dead files codec-preferences and element-preferencesDanielle Madeley2011-11-081-23/+0
| | | | These are now handled for us by Farsight. Hooray for Farsight.
* Use g_cclosure_marshal_generic for all signalsXavier Claessens2011-09-281-8/+7
| | | | No more ugly marshallers \o/
* Don't require EmpathyContacts to start a callEmilio Pozuelo Monfort2011-06-091-1/+2
| | | | | | | | Conflicts: libempathy-gtk/empathy-contact-menu.c libempathy-gtk/empathy-individual-menu.c libempathy-gtk/empathy-new-call-dialog.c
* Move empathy_call_* util functions to libempathy-gtkEmilio Pozuelo Monfort2011-06-091-0/+2
| | | | | | | | Since we want to pop up a dialog when starting a call fails. Conflicts: libempathy/empathy-utils.c
* Only build the EmpathyStreamedMedia* classes for empathy-avEmilio Pozuelo Monfort2011-02-101-0/+924
So the other binaries don't need to link against farsight.