aboutsummaryrefslogtreecommitdiffstats
path: root/src/empathy-audio-src.c
Commit message (Expand)AuthorAgeFilesLines
* tpaw-utils: move empathy_implement_finish_* to tp-aw and rename themMarco Barisione2013-08-201-1/+3
* Reorder header inclusions accordingly to the Telepathy coding styleEmanuele Aina2013-04-021-3/+2
* Use a flat namespace for internal includesEmanuele Aina2013-04-011-2/+2
* Use double quotes for all internal headersEmanuele Aina2013-04-011-2/+2
* Drop unused/redundant header inclusionsEmanuele Aina2013-03-281-4/+0
* print a warning if pulsesrc is missingGuillaume Desmottes2012-10-031-1/+4
* There is no gstreamer-interfaces in 1.0, they are in audio/videoOlivier CrĂȘte2012-09-121-0/+4
* In the gst 0.10 case, link the volume element to capsfilterSjoerd Simons2012-09-031-4/+6
* Port to gstreamer 1.0Sjoerd Simons2012-09-031-17/+22
* Remove the level and rms measurementsSjoerd Simons2012-08-291-152/+2
* Remove libempathy-gtk dependency on gstreamerSjoerd Simons2012-08-291-3/+3
* add empathy_audio_src_set_mute()Guillaume Desmottes2012-06-181-0/+9
* audio-src: mutex is now on the stackGuillaume Desmottes2012-05-211-2/+2
* Merge branch 'gnome-3-4'Guillaume Desmottes2012-05-211-142/+82
|\
| * audiosrc: Don't use stream volumes properties if the src doesn't support themSjoerd Simons2012-05-211-2/+12
| * audio input: Switch to stream volumesSjoerd Simons2012-05-211-142/+72
* | Allocate GMutex on the stackGuillaume Desmottes2012-04-051-27/+28
|/
* Properly cast buffer and latency times when setting propertiesGuillaume Desmottes2011-11-301-1/+1
* audio-src,audio-sink: Use lower latency values on pulsesrc/pulsesinkArun Raghavan2011-11-221-0/+3
* Add mute support to the audio sourceSjoerd Simons2011-11-191-15/+72
* Let the audio source control the volume, not a software volume elementSjoerd Simons2011-11-181-39/+179
* Don't turn on echo cancellation on the sink if it's for raw conferencesSjoerd Simons2011-11-111-0/+1
* Don't turn on echo cancellation on the source if it's for raw conferencesSjoerd Simons2011-11-111-3/+9
* audio-src: Add a caps filter to select appropriate input formatArun Raghavan2011-11-091-1/+19
* Include config.h in a bunch of filesGuillaume Desmottes2011-10-251-0/+1
* Don't try to access non-existing propertiesSjoerd Simons2011-10-131-5/+20
* Use g_cclosure_marshal_generic for all signalsXavier Claessens2011-09-281-3/+2
* audio-src: make supports_changing_mic publicJonny Lamb2011-08-181-1/+1
* mic-monitor: move the PA-specific stuff from audio-src to hereJonny Lamb2011-08-181-340/+56
* Get the env variable in create_{src,sink} directlyGuillaume Desmottes2011-08-151-2/+5
* Use gst_parse_bin_from_description() when EMPATHY_AUDIO_* vars are setGuillaume Desmottes2011-08-151-14/+33
* Set stream-properties on GStreamer elements to set the media roleGuillaume Desmottes2011-08-151-0/+9
* audio-src: check for new enough pulsesrc before trying to change micsJonny Lamb2011-07-301-0/+32
* audio-src: update to newer GstPulseSrc APIJonny Lamb2011-07-291-18/+18
* audio-src,mic-menu: use DEBUG macrosJonny Lamb2011-07-291-1/+4
* audio-src: only call operations_run when PA is readyJonny Lamb2011-07-291-2/+2
* audio-src: add is_monitor boolean to mic structJonny Lamb2011-07-291-3/+7
* audio-src: don't ignore monitorsJonny Lamb2011-07-291-4/+0
* audio-src: add comment about values for unknown valuesJonny Lamb2011-07-291-0/+2
* audio-src: set property IDs properlyJonny Lamb2011-07-291-2/+2
* audio-src: listen to PA state changes and signal accordinglyJonny Lamb2011-07-291-14/+104
* audio-src: add some comments explaining the PA changesJonny Lamb2011-07-291-0/+6
* audio-src: add API for getting the mic source IDJonny Lamb2011-07-291-0/+68
* audio-src: add API for changing microphoneJonny Lamb2011-07-281-0/+79
* audio-src: add the source name to the microphone info structJonny Lamb2011-07-281-0/+2
* audio-src: add API to query available microphonesJonny Lamb2011-07-281-0/+197
* audio-src: remove the element-added stuffJonny Lamb2011-07-281-30/+0
* audio-src: allow changing the audio source elementJonny Lamb2011-07-281-1/+6
* audio-src: use pulsesrc instead of gconfaudiosrcJonny Lamb2011-07-281-1/+1
* Move farsight-using sources to srcEmilio Pozuelo Monfort2011-02-211-0/+387