Work around deprecated thread API in glib master
[platform/upstream/gst-plugins-base.git] / gst-libs / gst / audio / gstaudiosink.c
2011-12-04 Tim-Philipp MüllerWork around deprecated thread API in glib master
2011-10-28 Mersad Jelacicaudiosink: avoid deadlocking audioringbuffer thread
2009-10-28 Tim-Philipp MüllerRemove GST_DEBUG_FUNCPTR where they're pointless
2009-08-08 Edward Herveygst-libs: Remove dead assignments and resulting unused...
2009-07-20 Olivier Crêteaudiosink: Add stream-status messages
2009-06-17 Wim Taymansaudio: correctly handle short read/writes
2009-06-16 Tim-Philipp Mülleraudiosink, audiosrc: do the class_ref()s in the right...
2009-06-15 Tim-Philipp Mülleraudiosink,audiosrc: ref the audio ring buffer class...
2009-02-02 Stefan KostAdd a FIXME 0.11. Make the log message a bit more detai...
2008-10-20 Wim Taymansgst-libs/gst/audio/gstaudiosink.c: Implement a separate...
2008-10-16 Wim Taymansgst-libs/gst/audio/gstaudiosink.c: Signal thread startu...
2008-08-26 Wim Taymansgst-libs/gst/audio/gstaudiosink.c: Since we now call...
2008-05-09 Wim Taymansgst-libs/gst/audio/gstaudiosink.c: Choose to allocate...
2008-05-04 Sebastian DrögeRemove some unused code.
2008-03-24 Wim Taymansgst-libs/gst/audio/gstaudiosink.c: Small debug improvement.
2007-12-18 Wim Taymansgst-libs/gst/audio/gstaudiosink.c: Improve debug output.
2007-03-01 Wim Taymansgst-libs/gst/audio/: Improve debugging.
2006-11-06 Tim-Philipp Müllergst-libs/gst/audio/: Use g_strerror instead of strerror...
2006-09-27 Wim TaymansAdded docs for the audio libs.
2006-09-16 Stefan Kostext/gnomevfs/gstgnomevfssrc.c: Add docs about icydemux...
2006-07-21 Wim Taymansgst-libs/gst/audio/gstaudiosink.c: Fix leak.
2006-04-08 Stefan KostFix #337365 (g_type_class_ref <-> g_type_class_peek_parent)
2006-01-30 Wim Taymansgst-libs/gst/audio/gstaudiosink.c: Implement pause...
2005-12-06 Thomas Vander Sticheleexpand tabs
2005-11-28 Wim Taymansgst-libs/gst/audio/TODO: Updated TODO
2005-11-21 Andy Wingo*.*: Ran scripts/update-macros. Oh yes.
2005-10-08 Wim Taymansgst-libs/gst/audio/gstaudiosink.c: Only actually wait...
2005-10-02 Andy Wingogst-libs/gst/audio/gstringbuffer.c (gst_ring_buffer_clear)
2005-09-24 Wim TaymansFix sync again. Moved sample alignment to basesink.
2005-08-28 Andy WingoUpdates for two-arg init from GST_BOILERPLATE_FULL.
2005-08-08 Andy Wingogst-libs/gst/audio/gstbaseaudiosink.c
2005-07-10 Thomas Vander Sticheleuse overridable ERROR_CFLAGS; more macro splitting
2005-07-06 Wim TaymansAdded audiosource base classes.
2005-06-29 Wim Taymansgst-libs/gst/audio/: Fix compilation error.
2005-06-24 Jan Schmidtgst-libs/gst/audio/gstaudiosink.c: Set the worker threa...
2005-05-25 Wim Taymansgst-libs/gst/audio/: Various small cleanups.
2005-05-17 Wim Taymansgst/: Fix passthrough in ffmpegcolorspace.
2005-05-06 Wim TaymansMake the base audiosink return an error when there...
2005-05-05 Wim TaymansMore work on the audiosink, mostly debugging and a...
2005-04-28 Wim TaymansMake ringbuffer faster and more simple by removing...
2005-04-20 Wim TaymansAn attempt at a set of audio base classes together...