summaryrefslogtreecommitdiff
path: root/gst-libs/gst/video/meson.build
diff options
context:
space:
mode:
authorSebastian Dröge <sebastian@centricular.com>2021-09-10 15:10:46 +0300
committerSebastian Dröge <sebastian@centricular.com>2021-09-20 13:06:38 +0300
commitf3601164d2a63b27f19dc6d1a4227302a59263e5 (patch)
tree15bd13494c933cfd4245e920af7c761c57f8621a /gst-libs/gst/video/meson.build
parente0811f890f402b48cd5a7d901caa7f38d50848bf (diff)
downloadgstreamer-plugins-base-f3601164d2a63b27f19dc6d1a4227302a59263e5.tar.gz
videodecoder: Add properties to automatically request sync points and vfunc to allow subclasses to handle packet loss / missing data
Subclasses could use the new vfunc to activate packet loss concealment, for example. Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-base/-/merge_requests/1274>
Diffstat (limited to 'gst-libs/gst/video/meson.build')
-rw-r--r--gst-libs/gst/video/meson.build4
1 files changed, 4 insertions, 0 deletions
diff --git a/gst-libs/gst/video/meson.build b/gst-libs/gst/video/meson.build
index 36a0a80ab..4528b10af 100644
--- a/gst-libs/gst/video/meson.build
+++ b/gst-libs/gst/video/meson.build
@@ -90,7 +90,11 @@ video_mkenum_headers = [
'video-resampler.h',
'video-scaler.h',
'video-tile.h',
+ 'gstvideometa.h',
'gstvideotimecode.h',
+ 'gstvideoutils.h',
+ 'gstvideoencoder.h',
+ 'gstvideodecoder.h',
'colorbalance.h',
'navigation.h',
]