Remove incorrect references to -aa and -aai

This commit is contained in:
dec05eba
2024-12-05 17:48:21 +01:00
parent 508934b14a
commit 00b132c7b4
2 changed files with 4 additions and 2 deletions

2
TODO
View File

@@ -193,3 +193,5 @@ Cleanup pipewire_audio.c (proper error handling and memory cleanup of proxies).
Hide application audio module-null-sink by using sink_properties=media.class="Audio/Sink/Internal". Hide application audio module-null-sink by using sink_properties=media.class="Audio/Sink/Internal".
Improve software encoding performance. Improve software encoding performance.
Add option to record audio from the recorded window only.

View File

@@ -1212,10 +1212,10 @@ static void usage_full() {
printf(" The <audio_device_name> is the name that can be passed to GPU Screen Recorder with the -a option.\n"); printf(" The <audio_device_name> is the name that can be passed to GPU Screen Recorder with the -a option.\n");
printf("\n"); printf("\n");
printf(" --list-application-audio\n"); printf(" --list-application-audio\n");
printf(" Lists application that you can record from (with the -aa or -aai option) (prints them to stdout and exits), for example:\n"); printf(" Lists applications that you can record from (prints them to stdout and exits), for example:\n");
printf(" firefox\n"); printf(" firefox\n");
printf(" csgo\n"); printf(" csgo\n");
printf(" These names are the application audio names that can be passed to GPU Screen Recorder with the -aa option.\n"); printf(" These names are the application audio names that can be passed to GPU Screen Recorder with the -a option.\n");
printf("\n"); printf("\n");
printf(" --version\n"); printf(" --version\n");
printf(" Print version (%s) and exit\n", GSR_VERSION); printf(" Print version (%s) and exit\n", GSR_VERSION);