mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-23 10:11:08 +00:00
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:
parent
6c7ba14247
commit
77398f1c27
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue