mirror of
https://repo.dec05eba.com/gpu-screen-recorder
synced 2026-03-31 09:07:13 +09:00
Remove incorrect references to -aa and -aai
This commit is contained in:
2
TODO
2
TODO
@@ -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".
|
||||
|
||||
Improve software encoding performance.
|
||||
|
||||
Add option to record audio from the recorded window only.
|
||||
|
||||
@@ -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("\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(" 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(" --version\n");
|
||||
printf(" Print version (%s) and exit\n", GSR_VERSION);
|
||||
|
||||
Reference in New Issue
Block a user