summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorEdgard Lima <edgard.lima@indt.org.br>2006-08-24 00:40:07 +0000
committerEdgard Lima <edgard.lima@indt.org.br>2006-08-24 00:40:07 +0000
commita411f9e71ac0f023218be100081395c8bbed88fd (patch)
tree3273f49c005b4219fcb45404c590402c264485d2 /ChangeLog
parent2d7cf5f38549d6e18f124e3171c8687640b3eb35 (diff)
downloadgst-plugins-bad-a411f9e71ac0f023218be100081395c8bbed88fd.tar.gz
gst-plugins-bad-a411f9e71ac0f023218be100081395c8bbed88fd.tar.bz2
gst-plugins-bad-a411f9e71ac0f023218be100081395c8bbed88fd.zip
Fix set_caps to set width and height to the values the driver is really working with.
Original commit message from CVS: Fix set_caps to set width and height to the values the driver is really working with.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 6787429a..bc5e2c7b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2006-08-23 Edgard Lima <edgard.lima@indt.org.br>
+
+ * sys/v4l2/gstv4l2src.c:
+ * sys/v4l2/v4l2src_calls.c:
+ * sys/v4l2/v4l2src_calls.h:
+ Fix set_caps to set width and height to the values the driver is
+ really working with.
+
+
2006-08-23 Tim-Philipp Müller <tim at centricular dot net>
* ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_push_block):