aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy-gtk/empathy-call-utils.c
Commit message (Collapse)AuthorAgeFilesLines
* manually build the GstStructureGuillaume Desmottes2011-08-151-5/+11
|
* Enable echo cancellation if neededGuillaume Desmottes2011-08-151-2/+16
|
* Use gst_parse_bin_from_description() when EMPATHY_AUDIO_* vars are setGuillaume Desmottes2011-08-151-0/+11
| | | | Also factor out empathy_call_set_stream_properties().
* Revert "empathy_call_new_with_streams: prefer StreamedMedia over Call"Emilio Pozuelo Monfort2011-07-191-15/+15
| | | | | | | | Default to Call channels again. https://bugzilla.gnome.org/show_bug.cgi?id=654611 This reverts commit 1cacc0945f81e0513013b83ca7488589dd6c61f7.
* Build fixEmilio Pozuelo Monfort2011-06-091-1/+1
|
* Check for TP_ERROR_EMERGENCY_CALLS_NOT_SUPPORTED when a call failsEmilio Pozuelo Monfort2011-06-091-0/+2
|
* Return meaningful errors when starting a call failsEmilio Pozuelo Monfort2011-06-091-1/+22
|
* empathy_call_new_with_streams: prefer StreamedMedia over CallEmilio Pozuelo Monfort2011-06-091-15/+15
| | | | | | Conflicts: libempathy-gtk/empathy-call-utils.c
* Always build telepathy-yell and handle Call channelsEmilio Pozuelo Monfort2011-06-091-26/+1
| | | | | | | | | Just keep empathy-call optional. Conflicts: libempathy-gtk/empathy-call-utils.c libempathy/empathy-channel-factory.c
* Show an error dialog if starting a call failsEmilio Pozuelo Monfort2011-06-091-1/+25
|
* Don't require EmpathyContacts to start a callEmilio Pozuelo Monfort2011-06-091-10/+8
| | | | | | | | 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/+174
Since we want to pop up a dialog when starting a call fails. Conflicts: libempathy/empathy-utils.c