| Commit message (Expand) | Author | Age | Files | Lines |
* | sys/: Fix some spelling mistakes. Fixes #556802. | Fabricio Godoy | 2008-11-13 | 1 | -1/+1 |
* | sys/oss/: More logging when probing (see #518474), some comments in _reset(). | Tim-Philipp Müller | 2008-04-08 | 1 | -9/+3 |
* | sys/oss/: Post decent (and translated) error message when we can't open the a... | Tim-Philipp Müller | 2007-12-07 | 1 | -2/+17 |
* | sys/oss/: Allow the AUDIODEV environment variable to redirect us to a differe... | Jan Schmidt | 2007-12-07 | 1 | -1/+6 |
* | Fix a bunch of leaks shown by the newly-added states test. | Jan Schmidt | 2007-03-04 | 1 | -0/+2 |
* | sys/oss/gstosssink.c: Some drivers do not support unsetting the non-blocking ... | Wim Taymans | 2006-10-17 | 1 | -3/+9 |
* | Small documentation updates. | Wim Taymans | 2006-08-22 | 1 | -1/+3 |
* | sys/oss/: Document OSS elements; add gtk-doc blurb with 'Since 0.10.5' for os... | Tim-Philipp Müller | 2006-08-16 | 1 | -0/+31 |
* | Define GstElementDetails as const and also static (when defined as global) | Stefan Kost | 2006-04-25 | 1 | -1/+1 |
* | sys/oss/: - the user-visible error strings were in the wrong category | Thomas Vander Stichele | 2006-04-10 | 1 | -42/+29 |
* | Fix #337365 (g_type_class_ref <-> g_type_class_peek_parent) | Stefan Kost | 2006-04-08 | 1 | -1/+1 |
* | sys/oss/gstosssink.c: Free the device name string when finalised. | Jan Schmidt | 2006-01-27 | 1 | -1/+12 |
* | sys/oss/gstosssink.c: more debug-func-ptr usage | Stefan Kost | 2005-12-11 | 1 | -1/+1 |
* | configure.ac: Update comment in OSS includes check. | Tim-Philipp Müller | 2005-12-10 | 1 | -1/+13 |
* | expand tabs | Thomas Vander Stichele | 2005-12-06 | 1 | -13/+13 |
* | sys/oss/gstosssink.c: Don't re-use already closed file descriptor. (#320920) | Tim-Philipp Müller | 2005-11-08 | 1 | -0/+1 |
* | sys/oss/gstosssink.*: Cache probed caps; fix debug output for SET_PARAM macros. | Tim-Philipp Müller | 2005-11-07 | 1 | -11/+27 |
* | sys/oss/: Actually use the 'oss' debug category we register. | Tim-Philipp Müller | 2005-10-26 | 1 | -0/+3 |
* | sys/oss/: Cleanups, make device configurable in the sink, handle and report e... | Wim Taymans | 2005-10-10 | 1 | -21/+97 |
* | sys/oss/gstosssink.c: Fix playback of mono streams (bytes_per_sample should b... | Tim-Philipp Müller | 2005-09-27 | 1 | -2/+11 |
* | sys/oss/gstossmixer.*: Refactored to be more like alsamixer. | Andy Wingo | 2005-08-23 | 1 | -9/+4 |
* | sys/oss/gstosssrc.*: Totally ported, dude. | Andy Wingo | 2005-08-23 | 1 | -4/+2 |
* | sys/oss/gstosssink.c (gst_oss_sink_open, gst_oss_sink_close) | Andy Wingo | 2005-08-08 | 1 | -9/+53 |
* | sys/oss/gstosssink.c: Parse spec to set correct oss values. | Wim Taymans | 2005-07-19 | 1 | -4/+58 |
* | more macro splitting; fix po problem | Thomas Vander Stichele | 2005-07-10 | 1 | -37/+37 |
* | sys/oss/: Port from THREADED+wim's fixes. | Andy Wingo | 2005-07-08 | 1 | -508/+139 |
* | Fixes a bunch of problems with finalize and dispose functions, either assumpt... | Jan Schmidt | 2004-11-01 | 1 | -1/+4 |
* | ext/gdk_pixbuf/pixbufscale.c: Correct caps negotiation | Jan Schmidt | 2004-09-22 | 1 | -1/+1 |
* | sys/oss/: advertise correct template caps - we indeed do non-native endiannes... | Benjamin Otte | 2004-06-29 | 1 | -3/+8 |
* | configure.ac: OSS portability | Stéphane Loeuillet | 2004-06-07 | 1 | -1/+14 |
* | gst/qtdemux/qtdemux.*: Bitch. Also known as seeking, querying & co. | Ronald S. Bultje | 2004-06-05 | 1 | -28/+16 |
* | fourth batch : remove ',' at end of enums as they could confuse older gcc, fo... | Stéphane Loeuillet | 2004-05-21 | 1 | -2/+2 |
* | sys/oss/gstosselement.c: Add code to handle rate probing (bug #120883) | David Schleef | 2004-03-25 | 1 | -1/+20 |
* | don't mix tabs and spaces | Thomas Vander Stichele | 2004-03-15 | 1 | -76/+79 |
* | gst-indent | Thomas Vander Stichele | 2004-03-14 | 1 | -184/+213 |
* | sys/oss/gstosssink.c: Latest fixes for A/V sync, audio playback and such. Thi... | Ronald S. Bultje | 2004-03-11 | 1 | -51/+47 |
* | ext/divx/gstdivxdec.c: Downgrade priority. We prefer ffdec_mpeg4. | Ronald S. Bultje | 2004-03-10 | 1 | -15/+34 |
* | add a warning | Thomas Vander Stichele | 2004-03-08 | 1 | -4/+9 |
* | sys/oss/gstosssink.c: And another caller that couldn't handle delay < 0 (unsi... | Ronald S. Bultje | 2004-03-07 | 1 | -4/+8 |
* | sys/oss/gstosssink.c: get_delay() may return values lower than 0. In those ca... | Ronald S. Bultje | 2004-03-07 | 1 | -2/+5 |
* | patches from jmmv@menta.net (Julio M. Merino Vidal) | David Schleef | 2004-02-27 | 1 | -2/+8 |
* | ext/alsa/gstalsa.c: be sure to stop the clock when going to paused | Benjamin Otte | 2004-02-05 | 1 | -0/+1 |
* | change NULL to (NULL) for GST_ELEMENT_ERROR | Thomas Vander Stichele | 2004-02-02 | 1 | -1/+1 |
* | GST_ELEMENT_ERROR | Thomas Vander Stichele | 2004-01-29 | 1 | -1/+1 |
* | sys/oss/gstosssink.c: use gst_element_get_time to get correct time | Benjamin Otte | 2004-01-27 | 1 | -1/+1 |
* | remove comment | Thomas Vander Stichele | 2004-01-23 | 1 | -1/+0 |
* | use new error signal and classification | Thomas Vander Stichele | 2004-01-18 | 1 | -2/+4 |
* | ext/alsa/gstalsasink.c: Don't update the time of the clock sync to the clock ... | Benjamin Otte | 2004-01-15 | 1 | -7/+45 |
* | use element time. | Benjamin Otte | 2004-01-14 | 1 | -55/+3 |
* | sys/oss/gstosssink.c: Fix for bug shown by poisoning | Benjamin Otte | 2004-01-06 | 1 | -2/+2 |