diff options
author | Ronald S. Bultje <rbultje@ronald.bitfreak.net> | 2004-01-22 20:51:08 +0000 |
---|---|---|
committer | Ronald S. Bultje <rbultje@ronald.bitfreak.net> | 2004-01-22 20:51:08 +0000 |
commit | 0a0ccb33e380f474fd9f9d21d00b18699faa0b9c (patch) | |
tree | 081baf5db27475eb6b95d04579acc3ff5569f626 | |
parent | a4614f19e69ea978d27a6b42694eede2c0422024 (diff) | |
download | gst-plugins-bad-0a0ccb33e380f474fd9f9d21d00b18699faa0b9c.tar.gz gst-plugins-bad-0a0ccb33e380f474fd9f9d21d00b18699faa0b9c.tar.bz2 gst-plugins-bad-0a0ccb33e380f474fd9f9d21d00b18699faa0b9c.zip |
sys/oss/gstosselement.c: Fix the ossmixer case where we shouldn't open /dev/dsp* because it might block operations (w...
Original commit message from CVS:
2004-01-22 Ronald Bultje <rbultje@ronald.bitfreak.net>
* sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
Fix the ossmixer case where we shouldn't open /dev/dsp* because
it might block operations (which is bad for a mixer).
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,3 +1,9 @@ +2004-01-22 Ronald Bultje <rbultje@ronald.bitfreak.net> + + * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices): + Fix the ossmixer case where we shouldn't open /dev/dsp* because + it might block operations (which is bad for a mixer). + 2004-01-22 Thomas Vander Stichele <thomas at apestaart dot org> * gst-libs/gst/media-info/media-info-priv.c: (have_type_callback), |