rtpmux: fix output segment and buffer DTS to correspond to the flattened PTS
[platform/upstream/gst-plugins-good.git] / gst / id3demux / meson.build
1 gstid3demux = library('gstid3demux',
2   'gstid3demux.c',
3   c_args : gst_plugins_good_args,
4   include_directories : [configinc, libsinc],
5   dependencies : [gst_dep, gstbase_dep, gsttag_dep, gstpbutils_dep],
6   install : true,
7   install_dir : plugins_install_dir,
8 )