video: add new video-sei.h header to the list of video_headers

Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/1458>
This commit is contained in:
Andoni Morales Alastruey 2022-05-16 19:29:10 +02:00 committed by GStreamer Marge Bot
parent cb7e1a6576
commit efb8c5381c

View file

@ -74,6 +74,7 @@ video_headers = files([
'video-blend.h',
'video-overlay-composition.h',
'video-multiview.h',
'video-sei.h',
])
install_headers(video_headers, subdir : 'gstreamer-1.0/gst/video/')