From: Ronald S. Bultje Date: Thu, 22 Jan 2004 20:51:08 +0000 (+0000) Subject: sys/oss/gstosselement.c: Fix the ossmixer case where we shouldn't open /dev/dsp*... X-Git-Tag: BEFORE_INDENT~297 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=5ea7e1a94a78af965a5404b53dad38ae55206a5a;p=platform%2Fupstream%2Fgst-plugins-base.git 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 * 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). --- diff --git a/ChangeLog b/ChangeLog index 6f8f8165f..74f65a159 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2004-01-22 Ronald Bultje + + * 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 * gst-libs/gst/media-info/media-info-priv.c: (have_type_callback),