summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorMark Nauwelaerts <manauw@skynet.be>2008-03-11 23:12:04 +0000
committerTim-Philipp Müller <tim@centricular.net>2008-03-11 23:12:04 +0000
commitfd1c1295dcfe6a7b37ee7b358327de390aab1e01 (patch)
treec4faaaad7a398c9ac2eff11dc247619bb4eab3bf /ChangeLog
parentaec7206df9d65aefad63e3697ed00a7036aa1093 (diff)
sys/oss/gstosssrc.*: Cache probed caps, so _get_caps() during recording doesn't cause ioctl calls which may disrupt t...
Original commit message from CVS: Patch by: Mark Nauwelaerts <manauw skynet be> * sys/oss/gstosssrc.c: (gst_oss_src_init), (gst_oss_src_getcaps), (gst_oss_src_close): * sys/oss/gstosssrc.h: Cache probed caps, so _get_caps() during recording doesn't cause ioctl calls which may disrupt the recording (fixes #521875).
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 844ae759..35994e73 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,13 @@
+2008-03-11 Tim-Philipp Müller <tim at centricular dot net>
+
+ Patch by: Mark Nauwelaerts <manauw skynet be>
+
+ * sys/oss/gstosssrc.c: (gst_oss_src_init), (gst_oss_src_getcaps),
+ (gst_oss_src_close):
+ * sys/oss/gstosssrc.h:
+ Cache probed caps, so _get_caps() during recording doesn't cause
+ ioctl calls which may disrupt the recording (fixes #521875).
+
2008-03-11 Wim Taymans <wim.taymans@collabora.co.uk>
* gst/qtdemux/qtdemux.c: (gst_qtdemux_perform_seek),