summaryrefslogtreecommitdiff
path: root/sys/oss/gstosssrc.c
Commit message (Expand)AuthorAgeFilesLines
* ext/sys: Fix some compilation errors caused by circular includesSebastian Dröge2012-12-121-1/+1
* Fix FSF addressTim-Philipp Müller2012-11-041-2/+2
* update for audio base src api changeWim Taymans2012-09-101-2/+4
* docs: gst-launch -> gst-launch-1.0 and ffmpegcolorspace -> videoconvertTim-Philipp Müller2012-08-271-1/+1
* oss: port to 0.11Mark Nauwelaerts2012-04-201-71/+79
* Use new gst_element_class_set_static_metadata()Tim-Philipp Müller2012-04-101-1/+1
* oss: Port to the new multichannel caps and the raw audio caps interleaved fieldSebastian Dröge2012-01-051-1/+8
* port more elements to new audio caps and APIWim Taymans2011-08-191-12/+3
* various (sys): add a missing G_PARAM_STATIC_STRINGS flagsStefan Kost2010-10-131-2/+3
* sys: Don't use GST_DEBUG_FUNCPTR for GObject vfuncsSebastian Dröge2010-06-061-5/+4
* gst_element_class_set_details => gst_element_class_set_details_simpleBenjamin Otte2010-03-181-7/+4
* Remove unused variables in _class_initEdward Hervey2009-04-181-4/+0
* Update and add documentation for platform specific plugins (sys).Stefan Kost2009-01-291-9/+5
* sys/: Fix some spelling mistakes. Fixes #556802.Fabricio Godoy2008-11-131-1/+1
* sys/oss/: More logging when probing (see #518474), some comments in _reset().Tim-Philipp Müller2008-04-081-8/+3
* sys/oss/gstosssrc.*: Cache probed caps, so _get_caps() during recording doesn...Mark Nauwelaerts2008-03-111-4/+18
* sys/oss/: Post decent (and translated) error message when we can't open the a...Tim-Philipp Müller2007-12-071-3/+20
* sys/oss/: Allow the AUDIODEV environment variable to redirect us to a differe...Jan Schmidt2007-12-071-1/+7
* Fix a bunch of leaks shown by the newly-added states test.Jan Schmidt2007-03-041-0/+12
* sys/oss/: Document OSS elements; add gtk-doc blurb with 'Since 0.10.5' for os...Tim-Philipp Müller2006-08-161-0/+20
* Define GstElementDetails as const and also static (when defined as global)Stefan Kost2006-04-251-1/+1
* sys/oss/: - the user-visible error strings were in the wrong categoryThomas Vander Stichele2006-04-101-38/+14
* configure.ac: Update comment in OSS includes check.Tim-Philipp Müller2005-12-101-1/+15
* expand tabsThomas Vander Stichele2005-12-061-21/+21
* sys/oss/gstosssrc.c: Set correct format on oss instead of a silly value.Wim Taymans2005-10-271-4/+4
* sys/oss/: Actually use the 'oss' debug category we register.Tim-Philipp Müller2005-10-261-0/+2
* sys/oss/gstosssrc.c: Set bytes_per_sample correctly (is not always 4, but dep...Tim-Philipp Müller2005-10-241-2/+12
* sys/oss/: Cleanups, make device configurable in the sink, handle and report e...Wim Taymans2005-10-101-30/+50
* Updates for two-arg init from GST_BOILERPLATE.Andy Wingo2005-08-281-1/+1
* sys/oss/gstosssrc.c (gst_oss_src_open): Set the device-name property after op...Andy Wingo2005-08-231-1/+9
* sys/oss/gstosssrc.*: Easy to implement a mixer, eh...Andy Wingo2005-08-231-6/+16
* sys/oss/gstossmixer.*: Refactored to be more like alsamixer.Andy Wingo2005-08-231-9/+5
* sys/oss/gstosssrc.*: Totally ported, dude.Andy Wingo2005-08-231-434/+287
* more macro splitting; fix po problemThomas Vander Stichele2005-07-101-69/+69
* sys/oss/: Port from THREADED+wim's fixes.Andy Wingo2005-07-081-46/+38
* Fixes a bunch of problems with finalize and dispose functions, either assumpt...Jan Schmidt2004-11-011-1/+4
* sys/oss/gstosssrc.*: OK, so people want offset in DEFAULT. This time, actuall...Ronald S. Bultje2004-10-251-5/+5
* sys/oss/gstosssrc.c: Don't mix bytes and samples.Ronald S. Bultje2004-10-241-3/+3
* sys/oss/: Fix offset on osssrc.Wim Taymans2004-07-071-5/+8
* sys/oss/: advertise correct template caps - we indeed do non-native endiannes...Benjamin Otte2004-06-291-2/+7
* sys/oss/gstosssrc.c: Timestamp fixes.Wim Taymans2004-06-161-3/+18
* configure.ac: OSS portabilityStéphane Loeuillet2004-06-071-1/+14
* fourth batch : remove ',' at end of enums as they could confuse older gcc, fo...Stéphane Loeuillet2004-05-211-1/+1
* sys/oss/gstosselement.c: Add code to handle rate probing (bug #120883)David Schleef2004-03-251-2/+22
* don't mix tabs and spacesThomas Vander Stichele2004-03-151-29/+33
* gst-indentThomas Vander Stichele2004-03-141-161/+171
* change NULL to (NULL) for GST_ELEMENT_ERRORThomas Vander Stichele2004-02-021-3/+3
* GST_ELEMENT_ERRORThomas Vander Stichele2004-01-291-3/+3
* use new error signal and classificationThomas Vander Stichele2004-01-181-4/+4
* Merge CAPS branchDavid Schleef2003-12-221-38/+22