summaryrefslogtreecommitdiffstats
path: root/ext/pulse/pulsesink.c
Commit message (Expand)AuthorAgeFilesLines
...
* pulse: Make sure the stream is uncorked in the write functionJan Schmidt2009-03-201-4/+23
* pulsesink: Wait until there is enough room to write an entire segmentJan Schmidt2009-03-131-1/+1
* pulsesink: Issue property change notification in streaming thread,Mark Nauwelaerts2009-02-131-6/+8
* Fix compile error in the last commitJan Schmidt2009-01-281-0/+2
* Rewrite the pulse plugin, conditionally enabling new behaviour withJan Schmidt2009-01-281-176/+461
* Update and add documentation for plugins with deps (ext).Stefan Kost2009-01-281-15/+7
* ext/pulse/pulsesink.*: Use a mutex to protect the current stream pointer, and...Jan Schmidt2009-01-071-5/+33
* ext/pulse/pulsesink.c: Don't wait for the pulse mainloop when destroying the ...Sebastian Dröge2009-01-051-7/+4
* ext/pulse/pulsesink.c: Change #if 0 to something more expresive and add point...Stefan Kost2008-11-231-6/+12
* ext/pulse/: Return -1 instead of 0 in error cases. Fixes #554771.Wim Taymans2008-10-031-3/+5
* ext/pulse/pulsesink.c: Fix problems with pulsesink randomly erroring with cod...Jan Schmidt2008-09-271-2/+10
* ext/pulse/: Use GST_BOILERPLATE everywhere and fix coding style at some places.Sebastian Dröge2008-08-201-54/+19
* ext/pulse/: The bytes_per_sample and silence_sample fields of the GstRingBuff...Sebastian Dröge2008-08-181-9/+4
* ext/pulse/pulsesink.*: Add "device-name" property to pulsesink too and curren...Sebastian Dröge2008-08-131-2/+138
* ext/pulse/: Improve debugging a bit by including the parent object in pulsemi...Sebastian Dröge2008-08-131-5/+7
* ext/pulse/: Implement GstPropertyProbe interface on pulsesink for detecting s...Laszlo Pandy2008-08-131-6/+57
* ext/pulse/: Some smaller cleanup. Use G_PARAM_STATIC_STRINGS, gst_element_cla...Sebastian Dröge2008-06-101-9/+7
* Add documentation to the pulseaudio plugin and run make update in docs/plugins.Sebastian Dröge2008-06-101-4/+32
* Add pulseaudio GStreamer element from gst-pulse. Development will continue he...Sebastian Dröge2008-06-101-0/+746