This file is indexed.

/usr/share/kdenlive/effects/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
<!DOCTYPE kpartgui>
<effect tag="volume" id="gain" type="audio">
	<name>Gain</name>
	<description>Adjust the audio volume without keyframes</description>
	<author>Dan Dennedy</author>
	<parameter type="constant" name="gain" max="1000" min="0" factor="100" default="100" suffix="%">
		<name>Gain</name>
	</parameter>
</effect>