diff options
author | Paul Elder <paul.elder@ideasonboard.com> | 2022-11-23 07:33:01 +0000 |
---|---|---|
committer | Daniel Scally <dan.scally@ideasonboard.com> | 2022-12-06 14:42:12 +0000 |
commit | becfda202621418f2304649249d4437481b691c1 (patch) | |
tree | 2196fccbcb9390763803dee88c5f9fa1454ccb12 /lib/meson.build | |
parent | 434ad5255f28a0a2fe847e8504d18aa5ef10b2c9 (diff) |
slideshow-source: add slideshow source class
The slideshow_source class is an implementation of the video_source
class that streams a set of images as video.
Reviewed-by: Kieran Bingham <kieran.bingham@ideasonboard.com>
Signed-off-by: Daniel Scally <dan.scally@ideasonboard.com>
Signed-off-by: Paul Elder <paul.elder@ideasonboard.com>
Diffstat (limited to 'lib/meson.build')
-rw-r--r-- | lib/meson.build | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/meson.build b/lib/meson.build index a0d67d5..680be1c 100644 --- a/lib/meson.build +++ b/lib/meson.build @@ -4,6 +4,7 @@ libuvcgadget_sources = files([ 'configfs.c', 'events.c', 'jpg-source.c', + 'slideshow-source.c', 'stream.c', 'test-source.c', 'timer.c', |