summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorThomas Vander Stichele <thomas@apestaart.org>2004-04-27 11:33:52 +0000
committerThomas Vander Stichele <thomas@apestaart.org>2004-04-27 11:33:52 +0000
commit44e89aaa98f9d4a75784351fdec3b84c1b39df42 (patch)
tree789692e8b22ec523dd30eb264ebd1e7ab85746f1 /ChangeLog
parent4e0497848473d35c736561e6eb8174d5a81a4ec5 (diff)
downloadgst-plugins-bad-44e89aaa98f9d4a75784351fdec3b84c1b39df42.tar.gz
gst-plugins-bad-44e89aaa98f9d4a75784351fdec3b84c1b39df42.tar.bz2
gst-plugins-bad-44e89aaa98f9d4a75784351fdec3b84c1b39df42.zip
fix v4l for qc-usb webcams
Original commit message from CVS: fix v4l for qc-usb webcams
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog12
1 files changed, 12 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 2d4d6f1e..8f859682 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,18 @@
2004-04-27 Thomas Vander Stichele <thomas at apestaart dot org>
* Makefile.am:
+ * sys/v4l/gstv4l.c:
+ * sys/v4l/gstv4lsrc.c:
+ * sys/v4l/v4l_calls.c:
+ * sys/v4l/v4lsrc_calls.c:
+ fix for qc-usb driver which fakes having more than one buffer
+ by handing the same buffer twice, which confused GStreamer's/v4lsrc
+ buffer_free override
+ add debugging
+
+2004-04-27 Thomas Vander Stichele <thomas at apestaart dot org>
+
+ * Makefile.am:
* gst/videotestsrc/gstvideotestsrc.c:
(gst_videotestsrc_class_init), (gst_videotestsrc_change_state),
(gst_videotestsrc_init), (gst_videotestsrc_get),