mpegts: Use gst and gst_mpegts as symbol prefix in the meson build

Just like we do in the autotools build.
This commit is contained in:
Sebastian Dröge 2018-10-28 11:07:47 +00:00
parent 6c7ba14247
commit 77398f1c27

View file

@ -46,7 +46,7 @@ if build_gir
namespace : 'GstMpegts',
nsversion : api_version,
identifier_prefix : 'GstMpegts',
symbol_prefix : 'gst_mpegts', #FIXME ['gst_mpegts', 'gst'],
symbol_prefix : ['gst_mpegts', 'gst'],
export_packages : 'gstreamer-mpegts-1.0',
includes : ['Gst-1.0'],
install : true,