Send seek event to baseparse when aacparse seek failed in push mode
[platform/upstream/gst-plugins-good.git] / gst / rtpmanager / meson.build
1 rtpmanager_sources = [
2   'gstrtpmanager.c',
3   'gstrtpbin.c',
4   'gstrtpdtmfmux.c',
5   'gstrtpjitterbuffer.c',
6   'gstrtpmux.c',
7   'gstrtpptdemux.c',
8   'gstrtprtxqueue.c',
9   'gstrtprtxreceive.c',
10   'gstrtprtxsend.c',
11   'gstrtpssrcdemux.c',
12   'rtpjitterbuffer.c',
13   'rtpsession.c',
14   'rtpsource.c',
15   'rtpstats.c',
16   'rtptimerqueue.c',
17   'rtptwcc.c',
18   'gstrtpsession.c',
19   'gstrtpfunnel.c',
20 ]
21
22 gstrtpmanager = library('gstrtpmanager',
23   rtpmanager_sources,
24   c_args : gst_plugins_good_args,
25   include_directories : [configinc, libsinc],
26   dependencies : [gstbase_dep, gstnet_dep, gstrtp_dep, gio_dep],
27   install : true,
28   install_dir : plugins_install_dir,
29 )
30 pkgconfig.generate(gstrtpmanager, install_dir : plugins_pkgconfig_install_dir)
31 plugins += [gstrtpmanager]