mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 12:11:13 +00:00
query v4lsrc device for fps (which works for webcams)
Original commit message from CVS: query v4lsrc device for fps (which works for webcams)
This commit is contained in:
parent
4f0de7df45
commit
d6f83ff769
1 changed files with 13 additions and 0 deletions
13
ChangeLog
13
ChangeLog
|
@ -1,3 +1,16 @@
|
|||
2004-05-03 Thomas Vander Stichele <thomas at apestaart dot org>
|
||||
|
||||
* sys/v4l/gstv4lelement.h:
|
||||
* sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
|
||||
* sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps), (gst_v4lsrc_getcaps),
|
||||
(gst_v4lsrc_buffer_free):
|
||||
* sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities):
|
||||
* sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
|
||||
(gst_v4lsrc_sync_frame), (gst_v4lsrc_grab_frame),
|
||||
(gst_v4lsrc_requeue_frame):
|
||||
move some debugging categories around
|
||||
query for fps index and set accordingly if found
|
||||
|
||||
2004-05-03 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
|
||||
|
||||
* ext/lame/gstlame.c:
|
||||
|
|
Loading…
Reference in a new issue