aboutsummaryrefslogtreecommitdiffstats
path: root/src/empathy-audio-sink.c
Commit message (Expand)AuthorAgeFilesLines
* Reorder header inclusions accordingly to the Telepathy coding styleEmanuele Aina2013-04-021-1/+1
* Use a flat namespace for internal includesEmanuele Aina2013-04-011-1/+1
* Use double quotes for all internal headersEmanuele Aina2013-04-011-1/+1
* Drop unused/redundant header inclusionsEmanuele Aina2013-03-281-7/+0
* Consistently use `#include "config.h"` everywhereEmanuele Aina2013-03-281-1/+1
* There is no gstreamer-interfaces in 1.0, they are in audio/videoOlivier CrĂȘte2012-09-121-0/+4
* Port to gstreamer 1.0Sjoerd Simons2012-09-031-0/+19
* Remove libempathy-gtk dependency on gstreamerSjoerd Simons2012-08-291-3/+3
* Allocate GMutex on the stackGuillaume Desmottes2012-04-051-13/+13
* audio-sink: don't unref subpadGuillaume Desmottes2012-02-281-4/+1
* audio-sink: fix GstPad leaksGuillaume Desmottes2012-02-271-1/+6
* empathy-audio-sink.c: include config.hXavier Claessens2011-12-131-0/+1
* Properly cast buffer and latency times when setting propertiesGuillaume Desmottes2011-11-301-1/+4
* audio-src,audio-sink: Use lower latency values on pulsesrc/pulsesinkArun Raghavan2011-11-221-0/+4
* AudioSink: Setup the initial properties in the main threadSjoerd Simons2011-11-191-12/+30
* Keep the audio sinks volume property synchronized with the pulse volumeSjoerd Simons2011-11-191-39/+92
* Don't turn on echo cancellation on the sink if it's for raw conferencesSjoerd Simons2011-11-111-3/+16
* Don't turn on echo cancellation on the source if it's for raw conferencesSjoerd Simons2011-11-111-1/+1
* audio-sink: check if sink implements the GstStreamVolume interfaceGuillaume Desmottes2011-08-151-2/+3
* 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-15/+32
* Set stream-properties on GStreamer elements to set the media roleGuillaume Desmottes2011-08-151-0/+10
* Use pulesink as audio sinkGuillaume Desmottes2011-08-151-205/+40
* Lock the hash table contents when using themSjoerd Simons2011-06-091-1/+23
* Ensure our bin doesn't change state before being in the hash tableSjoerd Simons2011-06-091-2/+10
* Implement request pads for multiple sinksSjoerd Simons2011-06-091-46/+228
* Move farsight-using sources to srcEmilio Pozuelo Monfort2011-02-211-0/+235