summaryrefslogtreecommitdiff
path: root/gst-libs
diff options
context:
space:
mode:
authorSebastian Dröge <sebastian@centricular.com>2018-10-28 11:07:47 +0000
committerSebastian Dröge <sebastian@centricular.com>2018-10-28 11:07:47 +0000
commit77398f1c27d8cc8349a26f2aab2474b41a9bfdc8 (patch)
tree3569d4aae6a41d0b51dfa966b784694a039f2638 /gst-libs
parent6c7ba1424794f68636f0185ac58e948297eae932 (diff)
downloadgstreamer-plugins-bad-77398f1c27d8cc8349a26f2aab2474b41a9bfdc8.tar.gz
mpegts: Use gst and gst_mpegts as symbol prefix in the meson build
Just like we do in the autotools build.
Diffstat (limited to 'gst-libs')
-rw-r--r--gst-libs/gst/mpegts/meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/gst-libs/gst/mpegts/meson.build b/gst-libs/gst/mpegts/meson.build
index f017e86a0..fc6a263d9 100644
--- a/gst-libs/gst/mpegts/meson.build
+++ b/gst-libs/gst/mpegts/meson.build
@@ -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,