alsa: Remove unused but set variable
[platform/upstream/gstreamer.git] / ext / alsa / gstalsasrc.c
2011-05-18 Robert Swainalsa: Remove unused but set variable
2011-05-14 Sebastian Drögealsasrc: Fix some compilation errors
2011-05-14 Pontus Oldbergalsasrc: Improve timestamp accuracy
2010-08-18 Wim Taymansalsasrc/sink: add property to get the card name
2010-08-12 Stefan Kostalsa: remove 'dir' out variable
2010-04-08 Tim-Philipp Mülleralsa: don't pass non-constant strings as printf format...
2010-04-04 Sebastian Drögealsa: Ignore errors when unpreparing or closing the...
2010-03-16 Benjamin Ottegst_element_class_set_details => gst_element_class_set_...
2010-03-08 Wim Taymansalsasrc: return right number of bytes that we wrote
2009-10-28 Tim-Philipp MüllerRemove GST_DEBUG_FUNCPTR where they're pointless
2009-08-08 Edward Herveyext: Remove dead assignments and resulting unused varia...
2009-07-27 Balachandran Calsasrc: set alsasrc->handle back to NULL when closing...
2008-07-10 Stefan KostCleanup Plugin docs. Link to signals and properties...
2008-03-22 Sebastian DrögeUse G_PARAM_STATIC_STRINGS everywhere for GParamSpecs...
2008-03-03 Sebastian DrögeCorrect all relevant warnings found by the sparse seman...
2008-02-11 Tim-Philipp Müllerext/alsa/: Don't use snd_pcm_sw_params_set_xfer_align...
2007-11-03 Tim-Philipp Müllerext/alsa/: 'Could not open resource for writing' is...
2007-09-16 David Schleefext/alsa/: Change alsa alloca's to malloc to fix warnin...
2007-08-24 Jan Schmidtext/alsa/Makefile.am: There is no GST_PLUGINS_BASE_LIBS...
2007-03-01 Wim Taymansext/alsa/gstalsasink.*: Remove unused dispose function.
2007-02-08 Julien Puydtext/alsa/: Improve device-name detection a bit, especia...
2006-09-15 Wim Taymansext/alsa/: Use DEBUG_OBJECT more.
2006-08-16 Wim Taymansext/alsa/: Avoid setting and using a NULL device name.
2006-07-02 Michael Sheldonext/alsa/gstalsasrc.c: Add 32 bps to template caps...
2006-05-18 Martin Szuleckiext/alsa/: Clean up and simplify alsa device probing...
2006-05-16 Tim-Philipp Müllerext/alsa/: Refactor and improve caps probing code:...
2006-04-28 Stefan Kostmake GstElementDetails const
2006-03-29 j^better/unified long descriptions
2006-03-01 Wim TaymansAdded alsa docs.
2006-02-28 Edward Herveyext/alsa/gstalsasrc.c: Set proper class on the ElementD...
2006-02-22 Wim Taymansext/alsa/gstalsasrc.c: Fix description as pointed out...
2006-02-09 Andy Wingogst-libs/gst/audio/gstringbuffer.c
2006-01-28 Thomas Vander Sticheleext/alsa/: Update all error messages. All of them...
2005-12-06 Thomas Vander Sticheleexpand tabs
2005-08-28 Andy WingoUpdates for two-arg init from GST_BOILERPLATE_FULL.
2005-08-22 Andy Wingoext/alsa/: Add a device-name property.
2005-08-22 Andy Wingogst-libs/gst/audio/gstaudiosrc.*: Implement open_device...
2005-07-10 Thomas Vander Sticheleuse overridable ERROR_CFLAGS; more macro splitting
2005-07-08 Thomas Vander Sticheleadd device property
2005-07-06 Wim TaymansAdded audiosource base classes.
2005-06-28 Andy Wingo*.c: Don't cast to GstObject before reffing/unreffing.
2004-07-09 Thomas Vander Sticheledon't assert in state change
2004-06-25 Thomas Vander Stichelemake provided clock run in sync
2004-06-24 Wim Taymansext/alsa/: Use alsa trigger_tstamp to get the timestamp...
2004-06-23 Wim Taymansext/alsa/: Add clock to alsasrc. Take new capture times...
2004-06-22 Wim Taymansext/alsa/: Cleanups, take queued samples into account...
2004-06-17 Wim Taymansext/alsa/: Make the xrun code timestamp and offset...
2004-06-02 Thomas Vander Stichelecheck error code correctly
2004-06-02 Thomas Vander Sticheleuse ssize_t over size_t avoid segfault in alsa
2004-05-09 Benjamin Otteext/alsa/gstalsasrc.c: don't use a fixed buffer size...
2004-05-07 Ronald S. Bultjeext/alsa/: Make alsasink/src a subclass of alsamixer...
2004-03-15 Thomas Vander Sticheledon't mix tabs and spaces
2004-03-14 Thomas Vander Stichelegst-indent
2004-02-02 Thomas Vander Stichelechange NULL to (NULL) for GST_ELEMENT_ERROR
2004-01-29 Thomas Vander SticheleGST_ELEMENT_ERROR
2004-01-18 Thomas Vander Sticheleuse new error signal and classification
2004-01-12 David SchleefRemove all usage of gst_pad_get_caps(), and replace...
2004-01-03 David Schleefext/alsa/gstalsasrc.c: Remove bogus "src" request pad.
2003-12-22 David SchleefMerge CAPS branch
2003-11-18 Benjamin Ottefixes for recent changes:
2003-11-16 Leif Johnsonsplitting ALSA code into separate source files