pulsesink: gst_pulsesink_get_mute: set result earlier.
[platform/upstream/gst-plugins-good.git] / ext / pulse / pulsesink.c
2010-02-22 Philippe Normandpulsesink: gst_pulsesink_get_mute: set result earlier.
2010-02-15 Tim-Philipp Müllerpulsesink: add comment for translators for 'x by y...
2010-02-12 Wim Taymanspulsesink: avoid segfault when shutting down
2009-11-18 Wim Taymanspulsesink: use acquired flag when checking valid state
2009-11-18 Wim Taymanspulsesink: implement some more callbacks
2009-11-05 Tim-Philipp Müllerpulsesink: printf format fix
2009-10-30 Sebastian Drögepulsesink: Only set the volume on stream connection...
2009-10-19 Bastien NoceraFix the StreamVolume interface not being advertised
2009-10-18 Lennart Poetteringpulse: never apply volume more than once
2009-10-17 Lennart Poetteringpulse: use 'performer' as a fallback for 'artist' tag
2009-10-17 Lennart Poetteringpulse: when constructing a stream title from tag data...
2009-10-17 Lennart Poetteringpulse: make a few things smaller by making them bitfields
2009-10-14 René Stadlerpulsesink: set desired minreq value to segsize/latency...
2009-10-02 René Stadlerpulse: rename pa_buffer_attr variables
2009-09-15 David Henningssonpulsesink: Don't dereference NULL pointers
2009-09-14 Wim Taymanspulsesink: handle stream events
2009-09-11 Sebastian Drögepulsesink: Implement GstStreamVolume interface
2009-09-11 Sebastian Drögepulsesink: Implement mute property
2009-09-09 Wim Taymanspulsesink: remove ringbuffer reset compensation
2009-09-02 Stefan Kostpulsesink: also guard reseting subscribe callback with...
2009-08-25 Wim Taymanspulsesink: don't use relative seeks
2009-08-02 Tim-Philipp Müllerpulsesink: don't do logic within g_assert() statements
2009-07-29 Wim Taymanspulse: conditionally compile newer stuff
2009-07-27 Wim Taymanspulsesink: avoid using ivalid stream indexes
2009-07-23 Colin Guthriepulsesink: Fix a couple error messages that mentioned...
2009-07-20 Wim Taymanspulsesink: set some values to their defaults
2009-07-20 Wim Taymanspulsesink: don't wait for posted message
2009-07-20 Wim Taymanspulsesink: use relative seeks
2009-07-14 Olivier Crêtepulsesink: Emit stream-status leave message
2009-07-14 Olivier Crêtepulsesink: Emit stream-status enter message
2009-07-14 Wim Taymanspulsesink: debug the latency update values
2009-07-14 Wim Taymanspulsesink: add 24bit sample formats
2009-06-30 Stefan Kostpulsesink: include "1.0=100%" in volume and change...
2009-06-29 Wim Taymanspulsesink: clear ringbuffer when asked to
2009-06-19 Wim Taymanspulseink: don't leak device_description
2009-06-15 Tim-Philipp Müllerpulsesink: ref custom ring buffer class and type in...
2009-06-11 Wim Taymanspulsesink: handle border cases in resampler
2009-06-04 Stefan Kostpulsesink: only notify if all checks passed
2009-06-03 Stefan Kostpulsesink: check pointer before accessing
2009-06-03 Stefan Kostpulsesink: rename gst_pulse_sink_get_time to gst_pulses...
2009-06-03 Stefan Kostpulsesink: use values from pa_stream_get_buffer_attr()
2009-05-21 Jan Schmidtpulsesink: Convert an erroneous assertion
2009-05-21 Olivier Crêtepulse: Print a warning on under/overflows
2009-04-30 Wim Taymanspulsesink: make sure we always signal waiters
2009-04-18 Edward HerveyRemove unused variables in _class_init
2009-04-16 Wim Taymanspulsesink: fix sample offset calculation again
2009-04-10 Wim Taymanspulsesink: handle NULL timing info
2009-04-10 Stefan Kostpulse: make it work on 0.9.12
2009-04-10 Wim Taymanspulsesink: handle server disconnect in get_time
2009-04-10 Wim Taymanspulsesink: bps is signed int to avoid overflow
2009-04-09 Wim Taymanspulsesink: check for a stream
2009-04-09 Wim Taymanspulsesink: fix compilation for newer pulseaudio
2009-04-09 Wim Taymanspulsesink: uncork fixes and use prebuf = 0
2009-04-09 Wim Taymanspulsesink: handle write errors
2009-04-09 Wim Taymanspulsesink: write silence on underflow
2009-04-09 Wim Taymanspulsesink: handle pull-based scheduling
2009-04-09 Wim Taymanspulsesink: add beginnings of pull-based scheduling
2009-04-09 Wim Taymanspulsesink: keep track of clock reset
2009-04-09 Wim Taymanspulsesink: rewrite pulsesink
2009-03-23 Wim Taymanspulsesink: clean up the state change function
2009-03-20 Jan Schmidtpulsesink: Track the corked/uncorked state ourselves
2009-03-20 Jan Schmidtpulse: Make sure the stream is uncorked in the write...
2009-03-13 Jan Schmidtpulsesink: Wait until there is enough room to write...
2009-02-13 Mark Nauwelaertspulsesink: Issue property change notification in stream...
2009-01-28 Jan SchmidtFix compile error in the last commit
2009-01-28 Jan SchmidtRewrite the pulse plugin, conditionally enabling new...
2009-01-28 Stefan KostUpdate and add documentation for plugins with deps...
2009-01-07 Jan Schmidtext/pulse/pulsesink.*: Use a mutex to protect the curre...
2009-01-05 Sebastian Drögeext/pulse/pulsesink.c: Don't wait for the pulse mainloo...
2008-11-23 Stefan Kostext/pulse/pulsesink.c: Change #if 0 to something more...
2008-10-03 Wim Taymansext/pulse/: Return -1 instead of 0 in error cases....
2008-09-27 Jan Schmidtext/pulse/pulsesink.c: Fix problems with pulsesink...
2008-08-20 Sebastian Drögeext/pulse/: Use GST_BOILERPLATE everywhere and fix...
2008-08-18 Sebastian Drögeext/pulse/: The bytes_per_sample and silence_sample...
2008-08-13 Sebastian Drögeext/pulse/pulsesink.*: Add "device-name" property to...
2008-08-13 Sebastian Drögeext/pulse/: Improve debugging a bit by including the...
2008-08-13 Laszlo Pandyext/pulse/: Implement GstPropertyProbe interface on...
2008-06-10 Sebastian Drögeext/pulse/: Some smaller cleanup. Use G_PARAM_STATIC_ST...
2008-06-10 Sebastian DrögeAdd documentation to the pulseaudio plugin and run...
2008-06-10 Sebastian DrögeAdd pulseaudio GStreamer element from gst-pulse. Develo...