summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)AuthorFilesLines
2004-03-15don't mix tabs and spacesThomas Vander Stichele14-815/+850
2004-03-15*.h: Revert indentingJohan Dahlin11-234/+260
2004-03-14gst-indentThomas Vander Stichele25-2668/+2563
2004-03-13Don't block during probing...Ronald S. Bultje1-1/+1
2004-03-11sys/oss/gstosssink.c: Latest fixes for A/V sync, audio playback and such. Thi...Ronald S. Bultje1-51/+47
2004-03-10ext/divx/gstdivxdec.c: Downgrade priority. We prefer ffdec_mpeg4.Ronald S. Bultje1-15/+34
2004-03-09removing plugins from buildThomas Vander Stichele1-4/+2
2004-03-08add a warningThomas Vander Stichele1-4/+9
2004-03-07sys/oss/gstosssink.c: And another caller that couldn't handle delay < 0 (unsi...Ronald S. Bultje1-4/+8
2004-03-07sys/oss/gstosssink.c: get_delay() may return values lower than 0. In those ca...Ronald S. Bultje1-2/+5
2004-03-04fix headers fix signals to use - instead of _Thomas Vander Stichele1-3/+3
2004-02-29sys/oss/gstosselement.*: Reworked enumeration of oss dsps and mixers so that ...Christophe Fergeau2-56/+79
2004-02-27patches from jmmv@menta.net (Julio M. Merino Vidal)David Schleef1-2/+8
2004-02-25assorted debug/warning fixesThomas Vander Stichele1-3/+3
2004-02-25clean up debuggingThomas Vander Stichele1-5/+1
2004-02-05ext/alsa/gstalsa.c: be sure to stop the clock when going to pausedBenjamin Otte1-0/+1
2004-02-02remove textdomain callsThomas Vander Stichele2-2/+0
2004-02-02code cleanup. Change bzero() to memset(). Remove duplicate ; at ends of lines.David Schleef1-1/+1
2004-02-02change NULL to (NULL) for GST_ELEMENT_ERRORThomas Vander Stichele8-51/+57
2004-01-29GST_ELEMENT_ERRORThomas Vander Stichele8-51/+51
2004-01-27sys/oss/gstosssink.c: use gst_element_get_time to get correct timeBenjamin Otte1-1/+1
2004-01-23remove commentThomas Vander Stichele1-1/+0
2004-01-22sys/oss/gstosselement.c: Fix the ossmixer case where we shouldn't open /dev/d...Ronald S. Bultje1-2/+20
2004-01-21fix includes for distcheckThomas Vander Stichele1-1/+1
2004-01-20fix missing includeBenjamin Otte1-0/+2
2004-01-19another fixThomas Vander Stichele1-1/+1
2004-01-19fix element_errorThomas Vander Stichele1-12/+11
2004-01-19further element_error fixesThomas Vander Stichele1-36/+37
2004-01-19putting i18n in place for pluginsThomas Vander Stichele4-22/+37
2004-01-19fix i18n includeThomas Vander Stichele1-1/+1
2004-01-19updating v4l2 for new error handlingThomas Vander Stichele1-60/+63
2004-01-18use new error signal and classificationThomas Vander Stichele6-54/+61
2004-01-15ext/alsa/gstalsamixer.c: Setting mixer interface type to HARDWARE.Julien Moutte3-5/+8
2004-01-15ext/alsa/gstalsasink.c: Don't update the time of the clock sync to the clock ...Benjamin Otte1-7/+45
2004-01-14ext/divx/: Set category to divx4linux instead of divx (too generic).Ronald S. Bultje1-1/+1
2004-01-14use element time.Benjamin Otte1-55/+3
2004-01-12make oss warning more usefulThomas Vander Stichele1-1/+6
2004-01-12add oss debugging categoryThomas Vander Stichele2-0/+6
2004-01-12sys/v4l2/: add norm, channel and frequency properties.Benjamin Otte8-1097/+1098
2004-01-07Fix for instantiate-test (see core). Also remove dead code from jpegenc (whic...Ronald S. Bultje1-1/+1
2004-01-06sys/oss/gstosssink.c: Fix for bug shown by poisoningBenjamin Otte1-2/+2
2004-01-06ext/shout/gstshout.c: fix for new caps system.Ronald S. Bultje1-2/+13
2004-01-04Fix the fixate functions to handle new prototype:David Schleef1-2/+2
2003-12-24Return NULL if we can't fixate the caps anymore.Colin Walters1-1/+3
2003-12-24gst/volume/gstvolume.c: Proxy getcaps.David Schleef1-0/+26
2003-12-22Merge CAPS branchDavid Schleef7-246/+146
2003-12-21configure.ac: Improve mpeg2enc detection. This is for distributions that do s...Ronald S. Bultje3-48/+99
2003-12-17Go back to old code, it works good enough...Ronald S. Bultje1-6/+14
2003-12-16Remove debugging statementsRonald S. Bultje1-4/+4
2003-12-16Fix some clocking issue in OSS. The issue is that if we seek forward (note: s...Ronald S. Bultje1-15/+8