From a7efc5ceb7653a54c6ba29352c0f2c6df1d82555 Mon Sep 17 00:00:00 2001 From: jerry tan Date: Thu, 12 Apr 2007 11:37:50 +0000 Subject: sys/sunaudio/gstsunaudiosrc.c: it is the application's responsibility to make sure it open the device once. Original commit message from CVS: Patch by: jerry tan * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_open): remove the call of ioctl (fd, AUDIO_MIXER_MULTIPLE_OPEN), it is the application's responsibility to make sure it open the device once. Remove a careless error if AUDIODEV is set. Fixes #392620. --- ChangeLog | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 3ae6face..25c7b724 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ +2007-04-12 Wim Taymans + + Patch by: jerry tan + + * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_open): + remove the call of ioctl (fd, AUDIO_MIXER_MULTIPLE_OPEN), it is the + application's responsibility to make sure it open the device once. + Remove a careless error if AUDIODEV is set. Fixes #392620. + 2007-04-12 Wim Taymans * gst/rtsp/gstrtpdec.c: (gst_rtp_dec_marshal_BOXED__UINT_UINT), -- cgit