rtpsession: Call on-new-ssrc earlier
[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   'gstrtpsession.c',
17   'gstrtpfunnel.c',
18 ]
19
20 gstrtpmanager = library('gstrtpmanager',
21   rtpmanager_sources,
22   c_args : gst_plugins_good_args,
23   include_directories : [configinc, libsinc],
24   dependencies : [gstbase_dep, gstnet_dep, gstrtp_dep, gio_dep],
25   install : true,
26   install_dir : plugins_install_dir,
27 )
28 pkgconfig.generate(gstrtpmanager, install_dir : plugins_pkgconfig_install_dir)