diff options
author | Thomas Vander Stichele <thomas@apestaart.org> | 2004-04-27 11:33:52 +0000 |
---|---|---|
committer | Thomas Vander Stichele <thomas@apestaart.org> | 2004-04-27 11:33:52 +0000 |
commit | 3f8fd509e553d3f181d327626e9a14b4cb7297fa (patch) | |
tree | d65543276f4012bc6dc919b917d92085a61d89a5 | |
parent | bcab5d65d1207e182fa896dd0354265af8ff9bee (diff) |
fix v4l for qc-usb webcams
Original commit message from CVS:
fix v4l for qc-usb webcams
-rw-r--r-- | ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -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), |