summaryrefslogtreecommitdiff
path: root/sys/oss
Commit message (Expand)AuthorAgeFilesLines
* osssrc: remove unnecessary NULL check before g_free()Reynaldo H. Verdejo Pinochet2015-11-151-2/+1
* Remove a couple of superfluous trailing semi-colonsJan Schmidt2015-03-121-2/+2
* oss: simplify probed caps before returning themTim-Philipp Müller2014-06-131-0/+2
* oss: make sure 16-bit formats are before 8-bit formats in probed capsTim-Philipp Müller2014-06-131-48/+42
* osshelper: Don't leak fd when getting card nameJustin Joy2014-01-141-0/+1
* gst: Add better support for static pluginsSebastian Dröge2013-04-151-1/+1
* ext/sys: Fix some compilation errors caused by circular includesSebastian Dröge2012-12-123-1/+4
* Fix FSF addressTim-Philipp Müller2012-11-0410-20/+20
* 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-272-3/+3
* oss: port to 0.11Mark Nauwelaerts2012-04-2013-1239/+204
* Use new gst_element_class_set_static_metadata()Tim-Philipp Müller2012-04-103-3/+3
* gst: Update for GST_PLUGIN_DEFINE() API changesSebastian Dröge2012-04-051-1/+1
* gst: Update versioningSebastian Dröge2012-04-041-2/+2
* caps: improve caps handlingWim Taymans2012-03-271-4/+3
* oss: Port to the new multichannel caps and the raw audio caps interleaved fieldSebastian Dröge2012-01-052-3/+17
* interfaces: clean up the use of iface and class/klassStefan Sauer2011-10-211-7/+7
* port more elements to new audio caps and APIWim Taymans2011-08-193-51/+17
* various (sys): add a missing G_PARAM_STATIC_STRINGS flagsStefan Kost2010-10-133-5/+7
* sys: Don't use GST_DEBUG_FUNCPTR for GObject vfuncsSebastian Dröge2010-06-063-11/+10
* oss: add fixme commentStefan Kost2010-04-041-0/+1
* Add -Wwrite-strings to the configure flagsBenjamin Otte2010-03-211-1/+1
* build: Makefile.am cleanupsTim-Philipp Müller2010-03-181-1/+2
* gst_element_class_set_details => gst_element_class_set_details_simpleBenjamin Otte2010-03-183-26/+13
* oss: Downgrade the rank of osssrc to SECONDARYSjoerd Simons2009-10-081-1/+1
* Remove unused variables in _class_initEdward Hervey2009-04-182-8/+0
* Update and add documentation for platform specific plugins (sys).Stefan Kost2009-01-293-31/+17
* sys/: Fix some spelling mistakes. Fixes #556802.Fabricio Godoy2008-11-132-2/+2
* Don't install static libs for plugins. Fixes #550851 for -good.Stefan Kost2008-11-041-0/+1
* Make sure gettext returns translations in UTF-8 encoding rather than in the c...Frederic Crozat2008-08-071-0/+1
* sys/oss/: More logging when probing (see #518474), some comments in _reset().Tim-Philipp Müller2008-04-083-20/+15
* sys/oss/gstosssrc.*: Cache probed caps, so _get_caps() during recording doesn...Mark Nauwelaerts2008-03-112-4/+20
* sys/oss/gstosshelper.c: Verify that the format returned after the ioctl is th...Jan Schmidt2007-12-081-1/+1
* sys/oss/: Post decent (and translated) error message when we can't open the a...Tim-Philipp Müller2007-12-073-6/+40
* sys/oss/: Allow the AUDIODEV environment variable to redirect us to a differe...Jan Schmidt2007-12-072-2/+13
* sys/oss/gstosshelper.c: Use GST_WARNING instead of a g_critical. This situati...Stefan Kost2007-09-231-2/+3
* ext/gconf/gstgconfaudiosink.c: Fix warning when building without debug.Stefan Kost2007-09-121-52/+28
* Fix a bunch of leaks shown by the newly-added states test.Jan Schmidt2007-03-042-0/+14
* sys/oss/gstosssink.c: Some drivers do not support unsetting the non-blocking ...Wim Taymans2006-10-171-3/+9
* Small documentation updates.Wim Taymans2006-08-221-1/+3
* sys/oss/gstossmixerelement.c: Don't leak device string.Tim-Philipp Müller2006-08-161-0/+12
* sys/oss/: Document OSS elements; add gtk-doc blurb with 'Since 0.10.5' for os...Tim-Philipp Müller2006-08-163-0/+75
* sys/oss/: Small cleanups. Better error reporting.Wim Taymans2006-08-163-23/+86
* autogen.sh: require am17Thomas Vander Stichele2006-06-111-11/+2
* Fix more gobject macros: obj<->klass, GstXXX<->GstXXXClassStefan Kost2006-06-014-16/+16
* Define GstElementDetails as const and also static (when defined as global)Stefan Kost2006-04-253-3/+3
* sys/oss/gst-i18n-plugin.h: Remove bogus file that doesn't belong here.Tim-Philipp Müller2006-04-181-37/+0
* sys/oss/: - the user-visible error strings were in the wrong categoryThomas Vander Stichele2006-04-104-81/+88
* Fix #337365 (g_type_class_ref <-> g_type_class_peek_parent)Stefan Kost2006-04-082-2/+2
* sys/oss/gstosssink.c: Free the device name string when finalised.Jan Schmidt2006-01-271-1/+12