summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorjerry tan <jerry.tan@sun.com>2007-04-12 11:37:50 +0000
committerWim Taymans <wim.taymans@gmail.com>2007-04-12 11:37:50 +0000
commita7efc5ceb7653a54c6ba29352c0f2c6df1d82555 (patch)
tree83d0819629db17557bc36bcc0042f1ba9b639ccc /ChangeLog
parenteae68a64fa982bd8c0eb1d4c941d1bcac3d38b1a (diff)
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 <jerry dot tan at sun dot com> * 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.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 3ae6face..25c7b724 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,14 @@
2007-04-12 Wim Taymans <wim@fluendo.com>
+ Patch by: jerry tan <jerry dot tan at sun dot com>
+
+ * 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 <wim@fluendo.com>
+
* gst/rtsp/gstrtpdec.c: (gst_rtp_dec_marshal_BOXED__UINT_UINT),
(gst_rtp_dec_class_init), (gst_rtp_dec_chain_rtp):
* gst/rtsp/gstrtpdec.h: