mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-06-07 16:08:51 +00:00
sys/v4l/: Added a sync mode enum property to control v4lsrc timestamp method
Original commit message from CVS: * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_sync_mode_get_type), (gst_v4lsrc_class_init), (gst_v4lsrc_init), (gst_v4lsrc_get_fps), (gst_v4lsrc_get), (gst_v4lsrc_set_property), (gst_v4lsrc_get_property): * sys/v4l/gstv4lsrc.h: * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay): Added a sync mode enum property to control v4lsrc timestamp method Removed the use-fixed-fps property and moved functionality in the enum. Don't error on an error value from v4l-conf, it might not always be a real error.
This commit is contained in:
parent
769c847490
commit
31583fcae3
1 changed files with 14 additions and 0 deletions
14
ChangeLog
14
ChangeLog
|
@ -1,3 +1,17 @@
|
||||||
|
2004-06-16 Wim Taymans <wim@fluendo.com>
|
||||||
|
|
||||||
|
* sys/v4l/gstv4lsrc.c: (gst_v4lsrc_sync_mode_get_type),
|
||||||
|
(gst_v4lsrc_class_init), (gst_v4lsrc_init), (gst_v4lsrc_get_fps),
|
||||||
|
(gst_v4lsrc_get), (gst_v4lsrc_set_property),
|
||||||
|
(gst_v4lsrc_get_property):
|
||||||
|
* sys/v4l/gstv4lsrc.h:
|
||||||
|
* sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
|
||||||
|
Added a sync mode enum property to control v4lsrc timestamp method
|
||||||
|
Removed the use-fixed-fps property and moved functionality in
|
||||||
|
the enum.
|
||||||
|
Don't error on an error value from v4l-conf, it might not always
|
||||||
|
be a real error.
|
||||||
|
|
||||||
2004-06-16 Wim Taymans <wim@fluendo.com>
|
2004-06-16 Wim Taymans <wim@fluendo.com>
|
||||||
|
|
||||||
* gst/videorate/Makefile.am:
|
* gst/videorate/Makefile.am:
|
||||||
|
|
Loading…
Reference in a new issue