Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Don't turn on echo cancellation on the sink if it's for raw conferences | Sjoerd Simons | 2011-11-11 | 1 | -3/+8 |
| | | | | https://bugzilla.gnome.org/show_bug.cgi?id=663842 | ||||
* | Don't turn on echo cancellation on the source if it's for raw conferences | Sjoerd Simons | 2011-11-11 | 1 | -3/+4 |
| | | | | https://bugzilla.gnome.org/show_bug.cgi?id=663842 | ||||
* | Merge remote-tracking branch 'pochu/misc-fixes' | Danielle Madeley | 2011-10-14 | 1 | -0/+2 |
|\ | |||||
| * | Display an accurate error when not enough credit | Emilio Pozuelo Monfort | 2011-09-05 | 1 | -0/+2 |
| | | |||||
* | | Don't try to request a Call channel if built without Call support | Guillaume Desmottes | 2011-09-26 | 1 | -0/+35 |
| | | | | | | | | https://bugzilla.gnome.org/show_bug.cgi?id=659594 | ||||
* | | Factor out call_new_with_streams() | Guillaume Desmottes | 2011-09-26 | 1 | -5/+22 |
|/ | | | | https://bugzilla.gnome.org/show_bug.cgi?id=659594 | ||||
* | manually build the GstStructure | Guillaume Desmottes | 2011-08-15 | 1 | -5/+11 |
| | |||||
* | Enable echo cancellation if needed | Guillaume Desmottes | 2011-08-15 | 1 | -2/+16 |
| | |||||
* | Use gst_parse_bin_from_description() when EMPATHY_AUDIO_* vars are set | Guillaume Desmottes | 2011-08-15 | 1 | -0/+11 |
| | | | | Also factor out empathy_call_set_stream_properties(). | ||||
* | Revert "empathy_call_new_with_streams: prefer StreamedMedia over Call" | Emilio Pozuelo Monfort | 2011-07-19 | 1 | -15/+15 |
| | | | | | | | | Default to Call channels again. https://bugzilla.gnome.org/show_bug.cgi?id=654611 This reverts commit 1cacc0945f81e0513013b83ca7488589dd6c61f7. | ||||
* | Build fix | Emilio Pozuelo Monfort | 2011-06-09 | 1 | -1/+1 |
| | |||||
* | Check for TP_ERROR_EMERGENCY_CALLS_NOT_SUPPORTED when a call fails | Emilio Pozuelo Monfort | 2011-06-09 | 1 | -0/+2 |
| | |||||
* | Return meaningful errors when starting a call fails | Emilio Pozuelo Monfort | 2011-06-09 | 1 | -1/+22 |
| | |||||
* | empathy_call_new_with_streams: prefer StreamedMedia over Call | Emilio Pozuelo Monfort | 2011-06-09 | 1 | -15/+15 |
| | | | | | | Conflicts: libempathy-gtk/empathy-call-utils.c | ||||
* | Always build telepathy-yell and handle Call channels | Emilio Pozuelo Monfort | 2011-06-09 | 1 | -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 fails | Emilio Pozuelo Monfort | 2011-06-09 | 1 | -1/+25 |
| | |||||
* | Don't require EmpathyContacts to start a call | Emilio Pozuelo Monfort | 2011-06-09 | 1 | -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-gtk | Emilio Pozuelo Monfort | 2011-06-09 | 1 | -0/+174 |
Since we want to pop up a dialog when starting a call fails. Conflicts: libempathy/empathy-utils.c |