mpegts: Use gst and gst_mpegts as symbol prefix in the meson build
authorSebastian Dröge <sebastian@centricular.com>
Sun, 28 Oct 2018 11:07:47 +0000 (11:07 +0000)
committerSebastian Dröge <sebastian@centricular.com>
Sun, 28 Oct 2018 11:07:47 +0000 (11:07 +0000)
Just like we do in the autotools build.

gst-libs/gst/mpegts/meson.build

index f017e86..fc6a263 100644 (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,