d/vf: Add clock overlay to videotestsource

This commit is contained in:
Jakob Bornecrantz 2021-02-04 16:56:27 +00:00
parent 1155106dc1
commit 98f81734c8

View file

@ -437,6 +437,7 @@ vf_fs_videotestsource(struct xrt_frame_context *xfctx, uint32_t width, uint32_t
gchar *pipeline_string = g_strdup_printf(
"videotestsrc name=source ! "
"clockoverlay ! "
"videoconvert ! "
"videoscale ! "
"video/x-raw,format=RGB,width=%u,height=%u ! "