summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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),