mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-19 06:46:38 +00:00
sys/v4l/gstv4lsrc.c: Make v4lsrc output segments in GST_FORMAT_TIME. Fixes #442553.
Original commit message from CVS: Patch by: Edward Hervey <edward@fluendo.com> * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_init), (gst_v4lsrc_fixate), (gst_v4lsrc_query): Make v4lsrc output segments in GST_FORMAT_TIME. Fixes #442553.
This commit is contained in:
parent
257a20e77a
commit
b4a04a7057
2 changed files with 9 additions and 0 deletions
|
@ -1,3 +1,11 @@
|
|||
2007-06-05 Wim Taymans <wim@fluendo.com>
|
||||
|
||||
Patch by: Edward Hervey <edward@fluendo.com>
|
||||
|
||||
* sys/v4l/gstv4lsrc.c: (gst_v4lsrc_init), (gst_v4lsrc_fixate),
|
||||
(gst_v4lsrc_query):
|
||||
Make v4lsrc output segments in GST_FORMAT_TIME. Fixes #442553.
|
||||
|
||||
2007-06-05 Tim-Philipp Müller <tim at centricular dot net>
|
||||
|
||||
* gst-libs/gst/riff/Makefile.am:
|
||||
|
|
|
@ -142,6 +142,7 @@ gst_v4lsrc_init (GstV4lSrc * v4lsrc, GstV4lSrcClass * klass)
|
|||
|
||||
v4lsrc->fps_list = NULL;
|
||||
|
||||
gst_base_src_set_format (GST_BASE_SRC (v4lsrc), GST_FORMAT_TIME);
|
||||
gst_base_src_set_live (GST_BASE_SRC (v4lsrc), TRUE);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue