diff options
author | Thomas Vander Stichele <thomas@apestaart.org> | 2004-06-17 17:06:23 +0000 |
---|---|---|
committer | Thomas Vander Stichele <thomas@apestaart.org> | 2004-06-17 17:06:23 +0000 |
commit | b7a9e91667470f99b86d03f42beee7204b078482 (patch) | |
tree | 9f91a754429a2e572c5402d726c4d0d4f1d08e90 /ChangeLog | |
parent | a0e7c2d8bd5d46827d2e5657641d38210d5c8b45 (diff) | |
download | gst-plugins-bad-b7a9e91667470f99b86d03f42beee7204b078482.tar.gz gst-plugins-bad-b7a9e91667470f99b86d03f42beee7204b078482.tar.bz2 gst-plugins-bad-b7a9e91667470f99b86d03f42beee7204b078482.zip |
add autoprobe option fixes use try_capture
Original commit message from CVS:
add autoprobe option
fixes
use try_capture
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 17 |
1 files changed, 17 insertions, 0 deletions
@@ -1,5 +1,22 @@ 2004-06-17 Thomas Vander Stichele <thomas at apestaart dot org> + * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init), + (gst_v4lsrc_open), (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps), + (gst_v4lsrc_get), (gst_v4lsrc_set_property), + (gst_v4lsrc_get_property): + * sys/v4l/gstv4lsrc.h: + * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties), + (gst_v4l_open), (gst_v4l_get_picture), (gst_v4l_get_audio), + (gst_v4l_set_audio): + * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_grab_frame), + (gst_v4lsrc_try_capture): + * sys/v4l/v4lsrc_calls.h: + change try_palette to more general try_capture + add autoprobe option so we can turn off autoprobing + various fixes + +2004-06-17 Thomas Vander Stichele <thomas at apestaart dot org> + * configure.ac: add videorate * sys/ximage/ximagesink.c: (gst_ximagesink_finalize), |