tee: Check for the removed pad flag also in the slow pushing path
[platform/upstream/gstreamer.git] / docs / gst / meson.build
1 types = configure_file(input : 'gstreamer.types.in',
2   output : 'gstreamer.types',
3   copy: true)
4
5 gnome.gtkdoc('gstreamer',
6   main_sgml : 'gstreamer-docs.sgml',
7   src_dir : '@0@/../../gst'.format(meson.current_source_dir()),
8   scan_args : ['--deprecated-guards=GST_DISABLE_DEPRECATED',
9             '--ignore-decorators=GST_API',
10             '--ignore-headers=gettext.h glib-compat-private.h glib-compat.h gst-i18n-app.h gst-i18n-lib.h gst_private.h gstelementdetails.h gstmacros.h grammar.tab.h grammar.tab.pre.h math-compat.h types.h'
11             ],
12   scanobjs_args : ['--type-init-func="gst_init(NULL,NULL)"'],
13   gobject_typesfile : types,
14   dependencies : [gst_dep],
15   content_files: ['building.xml', 'running.xml', version_entities],
16   install : true)