mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-23 07:38:16 +00:00
add autoprobe option fixes use try_capture
Original commit message from CVS: add autoprobe option fixes use try_capture
This commit is contained in:
parent
ea69f7edf5
commit
9b5b3b1b25
1 changed files with 17 additions and 0 deletions
17
ChangeLog
17
ChangeLog
|
@ -1,3 +1,20 @@
|
|||
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:
|
||||
|
|
Loading…
Reference in a new issue