summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog12
1 files changed, 12 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 28ee005b..ac98c168 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,15 @@
+2008-03-17 Tim-Philipp Müller <tim at centricular dot net>
+
+ Patch by: William M. Brack <wbrack at mmm com hk>
+
+ * sys/v4l2/v4l2src_calls.c:
+ (gst_v4l2src_probe_caps_for_format_and_size),
+ (gst_v4l2src_probe_caps_for_format):
+ Make sure the probed frame sizes are reversed in the resulting
+ caps also when using V4L2_FRMSIZE_STEPWISE (so they end up
+ highest resolution first); also remove unused variable.
+ (Partly fixes #520092)
+
2008-03-17 Wim Taymans <wim.taymans@collabora.co.uk>
Patch by: Ole André Vadla Ravnås <ole.andre.ravnas@tandberg.com>