aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy-gtk/empathy-call-utils.h
Commit message (Collapse)AuthorAgeFilesLines
* Clean up #include directives in source filesEmanuele Aina2013-04-021-1/+0
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=697076
* Reorder header inclusions accordingly to the Telepathy coding styleEmanuele Aina2013-04-021-0/+3
| | | | | | | | | | | | Sort by: • "config.h" • API declarations, if any • public libraries • internal headers, alphabetically sorted (mostly) http://telepathy.freedesktop.org/wiki/Style#A.23includes https://bugzilla.gnome.org/show_bug.cgi?id=697076
* Remove libempathy-gtk dependency on gstreamerSjoerd Simons2012-08-291-5/+0
| | | | | | libempathy-gtk uses gstreamer directly only for one utility function used by empathy-call. Split this one out into a call specific utility file.
* Revert "Revert "Stop requesting StreamedMedia channels""Guillaume Desmottes2012-05-021-4/+0
| | | | | | This reverts commit 758b4250e767d9e952b8c0ea4db7d93df192a0c0. https://bugzilla.gnome.org/show_bug.cgi?id=675296
* Remove tp-yell and use TpCallChannelXavier Claessens2012-01-101-0/+5
|
* Don't turn on echo cancellation on the source if it's for raw conferencesSjoerd Simons2011-11-111-1/+2
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=663842
* Use gst_parse_bin_from_description() when EMPATHY_AUDIO_* vars are setGuillaume Desmottes2011-08-151-0/+4
| | | | Also factor out empathy_call_set_stream_properties().
* Don't require EmpathyContacts to start a callEmilio Pozuelo Monfort2011-06-091-7/+4
| | | | | | | | 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/+46
Since we want to pop up a dialog when starting a call fails. Conflicts: libempathy/empathy-utils.c