diff options
author | Edgard Lima <edgard.lima@indt.org.br> | 2006-08-22 20:39:26 +0000 |
---|---|---|
committer | Edgard Lima <edgard.lima@indt.org.br> | 2006-08-22 20:39:26 +0000 |
commit | d3c716b694b065ca6884499cb75f808f21a07f26 (patch) | |
tree | 65c6a4005121567ba1461a4a7179baeb620c7284 /ChangeLog | |
parent | 5fc2b326081d07e12c128896667829c45aeb7ea0 (diff) | |
download | gst-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-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -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: |