mirror of
https://repo.dec05eba.com/gpu-screen-recorder
synced 2026-05-07 15:19:55 +09:00
Remove shit
This commit is contained in:
@@ -372,7 +372,7 @@ void gsr_pipewire_audio_deinit(gsr_pipewire_audio *self) {
|
|||||||
static struct pw_properties* gsr_pipewire_create_null_audio_sink(const char *name) {
|
static struct pw_properties* gsr_pipewire_create_null_audio_sink(const char *name) {
|
||||||
char props_str[512];
|
char props_str[512];
|
||||||
snprintf(props_str, sizeof(props_str), "{ factory.name=support.null-audio-sink node.name=\"%s\" media.class=Audio/Sink object.linger=false audio.position=[FL FR] monitor.channel-volumes=true monitor.passthrough=true adjust_time=0 slaves=\"\" }", name);
|
snprintf(props_str, sizeof(props_str), "{ factory.name=support.null-audio-sink node.name=\"%s\" media.class=Audio/Sink object.linger=false audio.position=[FL FR] monitor.channel-volumes=true monitor.passthrough=true adjust_time=0 slaves=\"\" }", name);
|
||||||
struct pw_properties *props = pw_properties_new_string_checked(props_str, strlen(props_str), NULL);
|
struct pw_properties *props = pw_properties_new_string(props_str);
|
||||||
if(!props) {
|
if(!props) {
|
||||||
fprintf(stderr, "gsr error: gsr_pipewire_create_null_audio_sink: failed to create virtual sink properties\n");
|
fprintf(stderr, "gsr error: gsr_pipewire_create_null_audio_sink: failed to create virtual sink properties\n");
|
||||||
return NULL;
|
return NULL;
|
||||||
|
|||||||
Reference in New Issue
Block a user