summaryrefslogtreecommitdiffstats
path: root/sys/oss/gstosssink.c
Commit message (Expand)AuthorAgeFilesLines
* Remove unused variables in _class_initEdward Hervey2009-04-181-4/+0
* Update and add documentation for platform specific plugins (sys).Stefan Kost2009-01-291-16/+8
* 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-9/+3
* sys/oss/: Post decent (and translated) error message when we can't open the a...Tim-Philipp Müller2007-12-071-2/+17
* sys/oss/: Allow the AUDIODEV environment variable to redirect us to a differe...Jan Schmidt2007-12-071-1/+6
* Fix a bunch of leaks shown by the newly-added states test.Jan Schmidt2007-03-041-0/+2
* 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/: Document OSS elements; add gtk-doc blurb with 'Since 0.10.5' for os...Tim-Philipp Müller2006-08-161-0/+31
* 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-42/+29
* Fix #337365 (g_type_class_ref <-> g_type_class_peek_parent)Stefan Kost2006-04-081-1/+1
* sys/oss/gstosssink.c: Free the device name string when finalised.Jan Schmidt2006-01-271-1/+12
* sys/oss/gstosssink.c: more debug-func-ptr usageStefan Kost2005-12-111-1/+1
* configure.ac: Update comment in OSS includes check.Tim-Philipp Müller2005-12-101-1/+13
* expand tabsThomas Vander Stichele2005-12-061-13/+13
* sys/oss/gstosssink.c: Don't re-use already closed file descriptor. (#320920)Tim-Philipp Müller2005-11-081-0/+1
* sys/oss/gstosssink.*: Cache probed caps; fix debug output for SET_PARAM macros.Tim-Philipp Müller2005-11-071-11/+27
* sys/oss/: Actually use the 'oss' debug category we register.Tim-Philipp Müller2005-10-261-0/+3
* sys/oss/: Cleanups, make device configurable in the sink, handle and report e...Wim Taymans2005-10-101-21/+97
* sys/oss/gstosssink.c: Fix playback of mono streams (bytes_per_sample should b...Tim-Philipp Müller2005-09-271-2/+11
* sys/oss/gstossmixer.*: Refactored to be more like alsamixer.Andy Wingo2005-08-231-9/+4
* sys/oss/gstosssrc.*: Totally ported, dude.Andy Wingo2005-08-231-4/+2
* sys/oss/gstosssink.c (gst_oss_sink_open, gst_oss_sink_close)Andy Wingo2005-08-081-9/+53
* sys/oss/gstosssink.c: Parse spec to set correct oss values.Wim Taymans2005-07-191-4/+58
* more macro splitting; fix po problemThomas Vander Stichele2005-07-101-37/+37
* sys/oss/: Port from THREADED+wim's fixes.Andy Wingo2005-07-081-508/+139
* Fixes a bunch of problems with finalize and dispose functions, either assumpt...Jan Schmidt2004-11-011-1/+4
* ext/gdk_pixbuf/pixbufscale.c: Correct caps negotiationJan Schmidt2004-09-221-1/+1
* sys/oss/: advertise correct template caps - we indeed do non-native endiannes...Benjamin Otte2004-06-291-3/+8
* configure.ac: OSS portabilityStéphane Loeuillet2004-06-071-1/+14
* gst/qtdemux/qtdemux.*: Bitch. Also known as seeking, querying & co.Ronald S. Bultje2004-06-051-28/+16
* fourth batch : remove ',' at end of enums as they could confuse older gcc, fo...Stéphane Loeuillet2004-05-211-2/+2
* sys/oss/gstosselement.c: Add code to handle rate probing (bug #120883)David Schleef2004-03-251-1/+20
* don't mix tabs and spacesThomas Vander Stichele2004-03-151-76/+79
* gst-indentThomas Vander Stichele2004-03-141-184/+213
* sys/oss/gstosssink.c: Latest fixes for A/V sync, audio playback and such. Thi...Ronald S. Bultje2004-03-111-51/+47
* ext/divx/gstdivxdec.c: Downgrade priority. We prefer ffdec_mpeg4.Ronald S. Bultje2004-03-101-15/+34
* add a warningThomas Vander Stichele2004-03-081-4/+9
* sys/oss/gstosssink.c: And another caller that couldn't handle delay < 0 (unsi...Ronald S. Bultje2004-03-071-4/+8
* sys/oss/gstosssink.c: get_delay() may return values lower than 0. In those ca...Ronald S. Bultje2004-03-071-2/+5
* patches from jmmv@menta.net (Julio M. Merino Vidal)David Schleef2004-02-271-2/+8
* ext/alsa/gstalsa.c: be sure to stop the clock when going to pausedBenjamin Otte2004-02-051-0/+1
* change NULL to (NULL) for GST_ELEMENT_ERRORThomas Vander Stichele2004-02-021-1/+1
* GST_ELEMENT_ERRORThomas Vander Stichele2004-01-291-1/+1
* sys/oss/gstosssink.c: use gst_element_get_time to get correct timeBenjamin Otte2004-01-271-1/+1
* remove commentThomas Vander Stichele2004-01-231-1/+0
* use new error signal and classificationThomas Vander Stichele2004-01-181-2/+4
* ext/alsa/gstalsasink.c: Don't update the time of the clock sync to the clock ...Benjamin Otte2004-01-151-7/+45