index
:
gst-plugins-good.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
sys
/
oss
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
sys/oss/.cvsignore: add for oss_probe
Benjamin Otte
2004-04-04
1
-0
/
+1
*
throw an error if we couldn't probe caps
Thomas Vander Stichele
2004-04-01
1
-0
/
+5
*
sys/oss/gstosselement.c: probe caps correctly for sound cards that only suppo...
Benjamin Otte
2004-03-30
1
-1
/
+3
*
sys/oss/gstosselement.c: Add code to handle rate probing (bug #120883)
David Schleef
2004-03-25
4
-4
/
+382
*
minor updates to last checkin
David Schleef
2004-03-23
2
-77
/
+81
*
sys/oss/: Rate probing test app.
David Schleef
2004-03-23
2
-0
/
+241
*
don't mix tabs and spaces
Thomas Vander Stichele
2004-03-15
5
-292
/
+326
*
*.h: Revert indenting
Johan Dahlin
2004-03-15
4
-83
/
+92
*
gst-indent
Thomas Vander Stichele
2004-03-14
9
-852
/
+853
*
Don't block during probing...
Ronald S. Bultje
2004-03-13
1
-1
/
+1
*
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
*
sys/oss/gstosselement.*: Reworked enumeration of oss dsps and mixers so that ...
Christophe Fergeau
2004-02-29
2
-56
/
+79
*
patches from jmmv@menta.net (Julio M. Merino Vidal)
David Schleef
2004-02-27
1
-2
/
+8
*
assorted debug/warning fixes
Thomas Vander Stichele
2004-02-25
1
-3
/
+3
*
clean up debugging
Thomas Vander Stichele
2004-02-25
1
-5
/
+1
*
ext/alsa/gstalsa.c: be sure to stop the clock when going to paused
Benjamin Otte
2004-02-05
1
-0
/
+1
*
remove textdomain calls
Thomas Vander Stichele
2004-02-02
1
-1
/
+0
*
change NULL to (NULL) for GST_ELEMENT_ERROR
Thomas Vander Stichele
2004-02-02
3
-10
/
+16
*
GST_ELEMENT_ERROR
Thomas Vander Stichele
2004-01-29
3
-10
/
+10
*
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
*
sys/oss/gstosselement.c: Fix the ossmixer case where we shouldn't open /dev/d...
Ronald S. Bultje
2004-01-22
1
-2
/
+20
*
putting i18n in place for plugins
Thomas Vander Stichele
2004-01-19
2
-4
/
+13
*
fix i18n include
Thomas Vander Stichele
2004-01-19
1
-1
/
+1
*
use new error signal and classification
Thomas Vander Stichele
2004-01-18
4
-27
/
+30
*
ext/alsa/gstalsamixer.c: Setting mixer interface type to HARDWARE.
Julien Moutte
2004-01-15
2
-5
/
+6
*
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
*
make oss warning more useful
Thomas Vander Stichele
2004-01-12
1
-1
/
+6
*
add oss debugging category
Thomas Vander Stichele
2004-01-12
2
-0
/
+6
*
sys/oss/gstosssink.c: Fix for bug shown by poisoning
Benjamin Otte
2004-01-06
1
-2
/
+2
*
ext/shout/gstshout.c: fix for new caps system.
Ronald S. Bultje
2004-01-06
1
-2
/
+13
*
Fix the fixate functions to handle new prototype:
David Schleef
2004-01-04
1
-2
/
+2
*
Return NULL if we can't fixate the caps anymore.
Colin Walters
2003-12-24
1
-1
/
+3
*
gst/volume/gstvolume.c: Proxy getcaps.
David Schleef
2003-12-24
1
-0
/
+26
*
Merge CAPS branch
David Schleef
2003-12-22
5
-101
/
+60
*
configure.ac: Improve mpeg2enc detection. This is for distributions that do s...
Ronald S. Bultje
2003-12-21
2
-3
/
+3
*
Go back to old code, it works good enough...
Ronald S. Bultje
2003-12-17
1
-6
/
+14
*
Remove debugging statements
Ronald S. Bultje
2003-12-16
1
-4
/
+4
*
Fix some clocking issue in OSS. The issue is that if we seek forward (note: s...
Ronald S. Bultje
2003-12-16
1
-15
/
+8
*
Er, right, this is a typo
Ronald S. Bultje
2003-12-16
1
-1
/
+1
*
it's broken and it failed to load during the last few months. If anyone wants...
Ronald S. Bultje
2003-12-14
6
-1018
/
+2
*
Move over from GstInterface to GstImplementsInterface. Also adds some signals...
Ronald S. Bultje
2003-12-07
3
-6
/
+6
*
remove copyright field from plugins
Andy Wingo
2003-12-04
1
-1
/
+0
*
Fix for if SOUND_MIXER_INFO is not available (fBSD and others)
Ronald S. Bultje
2003-11-13
1
-0
/
+6
*
Fix device probing from multiple childs. It's done once in the parent class o...
Ronald S. Bultje
2003-11-09
1
-6
/
+7
[prev]
[next]