diff options
| author | Mark Nauwelaerts <manauw@skynet.be> | 2008-03-11 23:12:04 +0000 |
|---|---|---|
| committer | Tim-Philipp Müller <tim@centricular.net> | 2008-03-11 23:12:04 +0000 |
| commit | fd1c1295dcfe6a7b37ee7b358327de390aab1e01 (patch) | |
| tree | c4faaaad7a398c9ac2eff11dc247619bb4eab3bf /ChangeLog | |
| parent | aec7206df9d65aefad63e3697ed00a7036aa1093 (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-- | ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -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), |
