This file is indexed.

/usr/share/kdenlive/effects/sox_gain.xml is in kdenlive-data 16.12.2-1.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
<!DOCTYPE kpartgui>
<effect tag="sox" id="sox_gain" type="audio">
	<name>Sox Gain</name>
	<description>Sox gain audio effect</description>
	<author>http://sox.sourceforge.net</author>
	<parameter type="double" name="gain" max="50" min="-50" default="5.00" decimals="2">
		<name>Gain</name>
	</parameter>
	<parameter type="filterjob" filtertag="sox:analysis" filterparams="" consumer="null" consumerparams="video_off=1 all=1 terminate_on_pause=1">
		<jobparam name="key">gain</jobparam>
		<jobparam name="finalfilter">sox_gain</jobparam>
		<name>Normalize</name>
	</parameter>
</effect>