mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 04:01:08 +00:00
video: Generate GTypes for videotimecode enums
This commit is contained in:
parent
481c4ca9cd
commit
31f8826789
2 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
|
|
@ -88,6 +88,7 @@ video_mkenum_headers = [
|
|||
'video-resampler.h',
|
||||
'video-scaler.h',
|
||||
'video-tile.h',
|
||||
'gstvideotimecode.h',
|
||||
'colorbalance.h',
|
||||
'navigation.h',
|
||||
]
|
||||
|
|
Loading…
Reference in a new issue