video: Generate GTypes for videotimecode enums

This commit is contained in:
Thibault Saunier 2019-05-01 17:22:46 -04:00
parent 481c4ca9cd
commit 31f8826789
2 changed files with 2 additions and 1 deletions

View file

@ -5,7 +5,7 @@ include $(top_srcdir)/common/orc.mak
glib_enum_headers = video.h video-format.h video-color.h video-info.h video-dither.h \
colorbalance.h navigation.h video-chroma.h video-tile.h video-converter.h \
video-resampler.h video-frame.h video-scaler.h video-anc.h \
video-overlay-composition.h video-hdr.h
video-overlay-composition.h video-hdr.h gstvideotimecode.h
glib_enum_define = GST_VIDEO
glib_gen_prefix = gst_video
glib_gen_basename = video

View file

@ -88,6 +88,7 @@ video_mkenum_headers = [
'video-resampler.h',
'video-scaler.h',
'video-tile.h',
'gstvideotimecode.h',
'colorbalance.h',
'navigation.h',
]