mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 04:01:08 +00:00
rpicamsrc: Tell basesrc to timestamp buffers for us, for now.
This commit is contained in:
parent
cde8b33199
commit
42729b92f0
1 changed files with 2 additions and 0 deletions
|
@ -226,6 +226,8 @@ gst_rpi_cam_src_init (GstRpiCamSrc *src)
|
||||||
raspicapture_default_config(&src->capture_config);
|
raspicapture_default_config(&src->capture_config);
|
||||||
|
|
||||||
src->capture_config.verbose = 1;
|
src->capture_config.verbose = 1;
|
||||||
|
/* do-timestamping by default for now. FIXME: Implement proper timestamping */
|
||||||
|
gst_base_src_set_do_timestamp(GST_BASE_SRC(src), TRUE);
|
||||||
}
|
}
|
||||||
|
|
||||||
static void
|
static void
|
||||||
|
|
Loading…
Reference in a new issue