diff options
author | Thomas Vander Stichele <thomas@apestaart.org> | 2004-06-09 11:32:38 +0000 |
---|---|---|
committer | Thomas Vander Stichele <thomas@apestaart.org> | 2004-06-09 11:32:38 +0000 |
commit | 7ea62fd63e2d3602ef9c7016124d5d9479bfc239 (patch) | |
tree | a679b7c580a6f4094b82a798d7994d1a1fcae70d | |
parent | 16a7ea726292daebc70b8665b0c37a4d76e06e09 (diff) |
negotiating webcam framerate now works
Original commit message from CVS:
negotiating webcam framerate now works
-rw-r--r-- | ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -1,3 +1,13 @@ +2004-06-09 Thomas Vander Stichele <thomas at apestaart dot org> + + * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps_list), + (gst_v4lsrc_get_fps), (gst_v4lsrc_srcconnect), + (gst_v4lsrc_getcaps): + * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties), + (gst_v4l_get_picture), (gst_v4l_get_audio), (gst_v4l_set_audio): + add querying of fps lists for webcams. Negotiating to a framerate + now works. + 2004-06-08 Thomas Vander Stichele <thomas at apestaart dot org> * ext/theora/theoraenc.c: (theora_buffer_from_packet), |