basesrc: Downgrade EOS warning
[platform/upstream/gstreamer.git] / plugins / elements / meson.build
1 gst_elements_sources = [
2   'gstcapsfilter.c',
3   'gstconcat.c',
4   'gstdataurisrc.c',
5   'gstdownloadbuffer.c',
6   'gstelements.c',
7   'gstelements_private.c',
8   'gstfakesink.c',
9   'gstfakesrc.c',
10   'gstfdsink.c',
11   'gstfdsrc.c',
12   'gstfilesrc.c',
13   'gstfilesink.c',
14   'gstfunnel.c',
15   'gstidentity.c',
16   'gstinputselector.c',
17   'gstmultiqueue.c',
18   'gstoutputselector.c',
19   'gstqueue2.c',
20   'gstqueue.c',
21   'gstsparsefile.c',
22   'gststreamiddemux.c',
23   'gsttee.c',
24   'gsttypefindelement.c',
25   'gstvalve.c',
26 ]
27
28 gst_elements = library('gstcoreelements',
29   gst_elements_sources,
30   c_args : gst_c_args,
31   include_directories : [configinc],
32   dependencies : [gobject_dep, glib_dep, gst_dep, gst_base_dep],
33   install : true,
34   install_dir : plugins_install_dir,
35 )
36 pkgconfig.generate(gst_elements, install_dir : plugins_pkgconfig_install_dir)