summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorEdgard Lima <edgard.lima@indt.org.br>2006-08-22 20:39:26 +0000
committerEdgard Lima <edgard.lima@indt.org.br>2006-08-22 20:39:26 +0000
commitd3c716b694b065ca6884499cb75f808f21a07f26 (patch)
tree65c6a4005121567ba1461a4a7179baeb620c7284 /ChangeLog
parent5fc2b326081d07e12c128896667829c45aeb7ea0 (diff)
downloadgst-plugins-bad-d3c716b694b065ca6884499cb75f808f21a07f26.tar.gz
gst-plugins-bad-d3c716b694b065ca6884499cb75f808f21a07f26.tar.bz2
gst-plugins-bad-d3c716b694b065ca6884499cb75f808f21a07f26.zip
Fixed query size to work with drivers that uses intermediate step like "width * height" to find closest size.
Original commit message from CVS: Fixed query size to work with drivers that uses intermediate step like "width * height" to find closest size.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 5d69ac40..af60d665 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2006-08-22 Edgard Lima <edgard.lima@indt.org.br>
+
+ * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get_size_limits)
+ * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fixate)
+ Fixed query size to work with drivers that uses intermediate step
+ like "width * height" to find closest size.
+
2006-08-21 Thomas Vander Stichele <thomas at apestaart dot org>
* configure.ac: