mirror of
https://github.com/Rafostar/clapper.git
synced 2025-08-30 07:42:23 +02:00
Add request for native audio formats option
This commit is contained in:
@@ -65,6 +65,9 @@ class ClapperAudioPage extends PrefsBase.Grid
|
|||||||
|
|
||||||
this.addTitle('Synchronization');
|
this.addTitle('Synchronization');
|
||||||
this.addSpinButton('Offset (milliseconds)', -1000, 1000, 'audio-offset', 25);
|
this.addSpinButton('Offset (milliseconds)', -1000, 1000, 'audio-offset', 25);
|
||||||
|
|
||||||
|
this.addTitle('Processing');
|
||||||
|
this.addPlayFlagCheckButton('Only use native audio formats', Gst.PlayFlags.NATIVE_AUDIO);
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user