summaryrefslogtreecommitdiffstats
path: root/ext/pulse/pulsesrc.c
Commit message (Expand)AuthorAgeFilesLines
* pulsesrc: guard fragment size with a lower limit based on latency-timeRené Stadler2009-10-061-2/+5
* pulse: rename pa_buffer_attr variablesRené Stadler2009-10-021-22/+22
* pulsesrc: Don't dereference NULL pointersSebastian Dröge2009-09-151-0/+5
* pulsesrc: don't discard the result of _set_caps()Wim Taymans2009-08-241-2/+1
* pulsesrc: set the default slave method to skewWim Taymans2009-08-061-0/+4
* pulsesrc: fix compilation with --disable-gst-debugTim-Philipp Müller2009-08-061-8/+3
* pulsesrc: initialize the probe with the serverJonathan Tellier2009-08-031-1/+1
* pulse: conditionally compile newer stuffWim Taymans2009-07-291-1/+8
* pulsesrc: cleanupsWim Taymans2009-07-281-102/+172
* pulsesrc: set maxlength always to -1Wim Taymans2009-07-281-1/+1
* pulsesrc; cleanups, report real latencyWim Taymans2009-07-281-27/+90
* pulse: some more trivial cleanupsWim Taymans2009-06-291-20/+19
* Rewrite the pulse plugin, conditionally enabling new behaviour withJan Schmidt2009-01-281-72/+305
* Update and add documentation for plugins with deps (ext).Stefan Kost2009-01-281-9/+5
* ext/pulse/: Return -1 instead of 0 in error cases. Fixes #554771.Wim Taymans2008-10-031-2/+5
* ext/pulse/: Use GST_BOILERPLATE everywhere and fix coding style at some places.Sebastian Dröge2008-08-201-45/+14
* ext/pulse/: If downstream provides no channel layout and >2 channels should b...Sebastian Dröge2008-08-201-77/+194
* ext/pulse/: The bytes_per_sample and silence_sample fields of the GstRingBuff...Sebastian Dröge2008-08-181-5/+3
* ext/pulse/pulsesrc.c: Add "device-name" property, which provides a human read...Laszlo Pandy2008-08-131-4/+19
* ext/pulse/: Improve debugging a bit by including the parent object in pulsemi...Sebastian Dröge2008-08-131-6/+7
* ext/pulse/: Implement GstPropertyProbe interface on pulsesink for detecting s...Laszlo Pandy2008-08-131-3/+25
* ext/pulse/: Some smaller cleanup. Use G_PARAM_STATIC_STRINGS, gst_element_cla...Sebastian Dröge2008-06-101-24/+23
* Add documentation to the pulseaudio plugin and run make update in docs/plugins.Sebastian Dröge2008-06-101-2/+22
* Add pulseaudio GStreamer element from gst-pulse. Development will continue he...Sebastian Dröge2008-06-101-0/+703