diff options
| author | Tim-Philipp Müller <tim@centricular.net> | 2007-11-13 17:19:13 +0000 |
|---|---|---|
| committer | Tim-Philipp Müller <tim@centricular.net> | 2007-11-13 17:19:13 +0000 |
| commit | a597c1d4e3ccba83963e4bf928913c414a3636a0 (patch) | |
| tree | 7f78f5f60e708ce84235559283b20a175a50926f /ChangeLog | |
| parent | 711afebc9f7f869fa90f6a479787caf8c398a830 (diff) | |
sys/v4l2/v4l2src_calls.c: but the corresponding ioctl() call fails even though the driver claims to support this form...
Original commit message from CVS:
* sys/v4l2/v4l2src_calls.c: (gst_v4l2src_probe_caps_for_format):
If VIDIOC_ENUM_FRAMESIZES is defined (= recent kernel), but the
corresponding ioctl() call fails even though the driver claims to
support this format, just fall back to the pre-2.6.19 kernel
routine that creates caps with suitable height and width ranges
(see #448278).
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -1,5 +1,14 @@ 2007-11-13 Tim-Philipp Müller <tim at centricular dot net> + * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_probe_caps_for_format): + If VIDIOC_ENUM_FRAMESIZES is defined (= recent kernel), but the + corresponding ioctl() call fails even though the driver claims to + support this format, just fall back to the pre-2.6.19 kernel + routine that creates caps with suitable height and width ranges + (see #448278). + +2007-11-13 Tim-Philipp Müller <tim at centricular dot net> + Patch by: Mark Nauwelaerts <manauw skynet be> * gst/matroska/matroska-demux.c: |
