summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* don't mix tabs and spacesThomas Vander Stichele2004-03-1514-815/+850
* *.h: Revert indentingJohan Dahlin2004-03-1511-234/+260
* gst-indentThomas Vander Stichele2004-03-1425-2668/+2563
* Don't block during probing...Ronald S. Bultje2004-03-131-1/+1
* 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
* removing plugins from buildThomas Vander Stichele2004-03-091-4/+2
* 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
* fix headers fix signals to use - instead of _Thomas Vander Stichele2004-03-041-3/+3
* sys/oss/gstosselement.*: Reworked enumeration of oss dsps and mixers so that ...Christophe Fergeau2004-02-292-56/+79
* patches from jmmv@menta.net (Julio M. Merino Vidal)David Schleef2004-02-271-2/+8
* assorted debug/warning fixesThomas Vander Stichele2004-02-251-3/+3
* clean up debuggingThomas Vander Stichele2004-02-251-5/+1
* ext/alsa/gstalsa.c: be sure to stop the clock when going to pausedBenjamin Otte2004-02-051-0/+1
* remove textdomain callsThomas Vander Stichele2004-02-022-2/+0
* code cleanup. Change bzero() to memset(). Remove duplicate ; at ends of lines.David Schleef2004-02-021-1/+1
* change NULL to (NULL) for GST_ELEMENT_ERRORThomas Vander Stichele2004-02-028-51/+57
* GST_ELEMENT_ERRORThomas Vander Stichele2004-01-298-51/+51
* 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
* sys/oss/gstosselement.c: Fix the ossmixer case where we shouldn't open /dev/d...Ronald S. Bultje2004-01-221-2/+20
* fix includes for distcheckThomas Vander Stichele2004-01-211-1/+1
* fix missing includeBenjamin Otte2004-01-201-0/+2
* another fixThomas Vander Stichele2004-01-191-1/+1
* fix element_errorThomas Vander Stichele2004-01-191-12/+11
* further element_error fixesThomas Vander Stichele2004-01-191-36/+37
* putting i18n in place for pluginsThomas Vander Stichele2004-01-194-22/+37
* fix i18n includeThomas Vander Stichele2004-01-191-1/+1
* updating v4l2 for new error handlingThomas Vander Stichele2004-01-191-60/+63
* use new error signal and classificationThomas Vander Stichele2004-01-186-54/+61
* ext/alsa/gstalsamixer.c: Setting mixer interface type to HARDWARE.Julien Moutte2004-01-153-5/+8
* ext/alsa/gstalsasink.c: Don't update the time of the clock sync to the clock ...Benjamin Otte2004-01-151-7/+45
* ext/divx/: Set category to divx4linux instead of divx (too generic).Ronald S. Bultje2004-01-141-1/+1
* use element time.Benjamin Otte2004-01-141-55/+3
* make oss warning more usefulThomas Vander Stichele2004-01-121-1/+6
* add oss debugging categoryThomas Vander Stichele2004-01-122-0/+6
* sys/v4l2/: add norm, channel and frequency properties.Benjamin Otte2004-01-128-1097/+1098
* Fix for instantiate-test (see core). Also remove dead code from jpegenc (whic...Ronald S. Bultje2004-01-071-1/+1
* sys/oss/gstosssink.c: Fix for bug shown by poisoningBenjamin Otte2004-01-061-2/+2
* ext/shout/gstshout.c: fix for new caps system.Ronald S. Bultje2004-01-061-2/+13
* Fix the fixate functions to handle new prototype:David Schleef2004-01-041-2/+2
* Return NULL if we can't fixate the caps anymore.Colin Walters2003-12-241-1/+3
* gst/volume/gstvolume.c: Proxy getcaps.David Schleef2003-12-241-0/+26
* Merge CAPS branchDavid Schleef2003-12-227-246/+146
* configure.ac: Improve mpeg2enc detection. This is for distributions that do s...Ronald S. Bultje2003-12-213-48/+99
* Go back to old code, it works good enough...Ronald S. Bultje2003-12-171-6/+14
* Remove debugging statementsRonald S. Bultje2003-12-161-4/+4
* Fix some clocking issue in OSS. The issue is that if we seek forward (note: s...Ronald S. Bultje2003-12-161-15/+8