mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-25 01:30:38 +00:00
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).
This commit is contained in:
parent
5261c7c85e
commit
b1215acc62
1 changed files with 6 additions and 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>
|
2004-01-22 Thomas Vander Stichele <thomas at apestaart dot org>
|
||||||
|
|
||||||
* gst-libs/gst/media-info/media-info-priv.c: (have_type_callback),
|
* gst-libs/gst/media-info/media-info-priv.c: (have_type_callback),
|
||||||
|
|
Loading…
Reference in a new issue