diff --git a/subprojects/gst-plugins-bad/meson_options.txt b/subprojects/gst-plugins-bad/meson_options.txt index 28448ec6db..b3ec11e911 100644 --- a/subprojects/gst-plugins-bad/meson_options.txt +++ b/subprojects/gst-plugins-bad/meson_options.txt @@ -6,7 +6,6 @@ option('accurip', type : 'feature', value : 'auto') option('adpcmdec', type : 'feature', value : 'auto') option('adpcmenc', type : 'feature', value : 'auto') option('aiff', type : 'feature', value : 'auto') -option('analyticsoverlay', type:'feature', value : 'auto') option('asfmux', type : 'feature', value : 'auto') option('audiobuffersplit', type : 'feature', value : 'auto') option('audiofxbad', type : 'feature', value : 'auto') @@ -92,6 +91,7 @@ option('aja', type : 'feature', value : 'auto', description : 'AJA audio/video s option('aom', type : 'feature', value : 'auto', description : 'AOM AV1 video codec plugin') option('avtp', type : 'feature', value : 'auto', description : 'Audio/Video Transport Protocol (AVTP) plugin') option('amfcodec', type : 'feature', value : 'auto', description : 'AMD AMF codec plugin') +option('analyticsoverlay', type: 'feature', value : 'auto') option('androidmedia', type : 'feature', value : 'auto', description : 'Video capture and codec plugins for Android') option('applemedia', type : 'feature', value : 'auto', description : 'Video capture and codec access plugins for macOS and iOS') option('asio', type : 'feature', value : 'auto', description : 'Steinberg Audio Streaming Input Output (ASIO) plugin')